Merge branch 'master' into remove-buildinfo

This commit is contained in:
Stefan
2017-11-30 06:34:50 +01:00
committed by GitHub
6 changed files with 50 additions and 5 deletions
+6
View File
@@ -112,6 +112,12 @@ func NewRemoteRepo(name string, archiveRoot string, distribution string, compone
return result, nil
}
// SetArchiveRoot of remote repo
func (repo *RemoteRepo) SetArchiveRoot(archiveRoot string) {
repo.ArchiveRoot = archiveRoot
repo.prepare()
}
func (repo *RemoteRepo) prepare() error {
var err error