Ticket #726 (new enhancement)
Opened 14 years ago
dareprepro should use a global lock
Reported by: | geofft | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | The Distant Future |
Component: | development | Keywords: | |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
The build-all infrastructure calls dareprepro with a lock (via flock) so that simultaneous uploads don't race against each other with access to the repository. Since we could have other cases where reprepro is called twice at once -- multiple developers, or a developer and the autodebathenifier, or whatever -- and we now have a dareprepro script, we should move the lock code to that script so it's used everywhere.
Note: See
TracTickets for help on using
tickets.