mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Add placeholders for default local repo publish settings. #12
This commit is contained in:
Vendored
+4
@@ -17,6 +17,10 @@ type LocalRepo struct {
|
|||||||
Name string
|
Name string
|
||||||
// Comment
|
// Comment
|
||||||
Comment string
|
Comment string
|
||||||
|
// DefaultDistribution
|
||||||
|
DefaultDistribution string `codec:",omitempty"`
|
||||||
|
// DefaultComponent
|
||||||
|
DefaultComponent string `codec:",omitempty"`
|
||||||
// "Snapshot" of current list of packages
|
// "Snapshot" of current list of packages
|
||||||
packageRefs *PackageRefList
|
packageRefs *PackageRefList
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user