Add placeholders for default local repo publish settings. #12

This commit is contained in:
Andrey Smirnov
2014-03-19 16:19:57 +04:00
parent 1189bca5a4
commit c2fc2f9988

4
debian/local.go vendored
View File

@@ -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
}