mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-16 12:08:04 +00:00
Allow local repo to carry uploaders.json config. #71
This commit is contained in:
@@ -22,6 +22,8 @@ type LocalRepo struct {
|
|||||||
DefaultDistribution string `codec:",omitempty"`
|
DefaultDistribution string `codec:",omitempty"`
|
||||||
// DefaultComponent
|
// DefaultComponent
|
||||||
DefaultComponent string `codec:",omitempty"`
|
DefaultComponent string `codec:",omitempty"`
|
||||||
|
// Uploaders configuration
|
||||||
|
Uploaders *Uploaders `code:",omitempty" json:"-"`
|
||||||
// "Snapshot" of current list of packages
|
// "Snapshot" of current list of packages
|
||||||
packageRefs *PackageRefList
|
packageRefs *PackageRefList
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user