From e1751ab0a8d8ef7fbc5c69bfd1a14573e6aa080a Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Sun, 3 Jun 2018 23:45:03 +0100 Subject: added Origin: in package page --- config.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config.go') 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 { -- cgit v1.2.3