mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Document lock order acquisition. #116 [ci skip]
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
// Package api provides implementation of aptly REST API
|
||||
package api
|
||||
|
||||
// Lock order acquisition (canonical):
|
||||
// 1. RemoteRepoCollection
|
||||
// 2. LocalRepoCollection
|
||||
// 3. SnapshotCollection
|
||||
// 4. PublishedRepoCollection
|
||||
|
||||
Reference in New Issue
Block a user