summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.go b/config.go
index 72a5665..33c4e9f 100644
--- a/config.go
+++ b/config.go
@@ -17,9 +17,10 @@ type SuiteCfg struct {
}
type ReleaseCfg struct {
- Release string `yaml:"Release"`
- RepoURL string `yaml:"RepoURL"`
- Suites []SuiteCfg `yaml:"Suites"`
+ Release string `yaml:"Release"`
+ RepoURL string `yaml:"RepoURL"`
+ ReleaseIndex string `yaml:"ReleaseIndex"`
+ Suites []SuiteCfg `yaml:"Suites"`
}
type PkgwebCfg struct {