build: start signing the package set

This commit is contained in:
Franco Fichtner 2016-10-04 01:47:38 +02:00
parent acc7f74756
commit 2960dd4ead
1 changed files with 2 additions and 0 deletions

View File

@ -664,6 +664,8 @@ bundle_packages()
tar -C ${STAGEDIR}${PACKAGESDIR}-new -cf \
${SETSDIR}/packages-${REPO_RELEASE}.tar .
echo "done"
generate_signature ${SETSDIR}/packages-${REPO_RELEASE}.tar
}
clean_packages()