Changes between Initial Version and Version 1 of Ticket #10649


Ignore:
Timestamp:
Mar 6, 2014, 6:06:59 PM (10 years ago)
Author:
anevilyak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10649 – Description

    initial v1  
    11Currently, 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.
    22
    3 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.
     3From discussing it with Oliver, this could potentially be implemented by extending package_repo itself to do the verification, which would then be used by the commit hook when adding the package. 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.