ros-infrastructure / ros_release_python

3 stars 4 forks source link

Add option to recover from race condition with sync jobs #3

Closed dirk-thomas closed 9 years ago

dirk-thomas commented 10 years ago

When the release is invoked while a sync job is holding the db lock on the repos server the system is left in a state which does not allow it to recover / retry later.

Instead of requiring quite some manual interaction to clean up the state of the repo there should be some support form this script. Either an option or a default cleanup if something goes wrong in the process.

dirk-thomas commented 9 years ago

This will be resolved when all Python packages are initially uploaded to a separate repository.

dirk-thomas commented 9 years ago

This has been worked around with the recent change to push to a separate repo: #10