summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-06-03 23:45:03 +0100
committerKatolaZ <katolaz@freaknet.org>2018-06-03 23:45:03 +0100
commite1751ab0a8d8ef7fbc5c69bfd1a14573e6aa080a (patch)
tree5713403cb6a5faa51067e31d0ec9a1975bf685e4 /config.go
parentabb6d2e7e6c0b2567cae220de463bd054e399bb9 (diff)
added Origin: in package page
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 {