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