Switch to using repose instead of repo-add

This commit is contained in:
Travis Burtrum 2016-11-05 22:28:25 -04:00
parent 5e2a865a13
commit b96f27869a
1 changed files with 2 additions and 2 deletions

View File

@ -253,8 +253,8 @@ build() {
return 1;
fi
sign_packages *.pkg.tar.xz
repo-add $repo_name.db.tar.gz *.pkg.tar.xz
sign_packages $repo_name.db
repose -f -z $repo_name
sign_packages $repo_name.db $repo_name.files
)
}