Opened 11 years ago
Last modified 6 years ago
#10649 closed enhancement
Add support for verifying repository/dependency state when uploading packages — at Initial Version
Reported by: | anevilyak | Owned by: | zooey |
---|---|---|---|
Priority: | low | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | bonefish | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Currently, when adding/updating a package to the HaikuPorts repository via the build system, the commit hook only verifies that the modified package was in fact uploaded. It would be nice if it could also verify that the updated package's dependencies are fully satisfied, and/or that it doesn't break any existing dependencies. This would ensure that the repository is always in a consistent state.
From discussing it with Oliver, this could potentially be implemented by extending package_repo itself to do the verification, or alternatively the build system could do so by collecting the packages to be uploaded, and using that as an additional temporary repository when verifying dependencies.