Enable loong upload

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-10-12 20:56:03 +02:00
parent 6a3bb38e4f
commit 584fc8d441
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -37,7 +37,7 @@ post_build() {
case ${spec} in
stage3*.spec)
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
echo "Would upload stage3-loong-$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*"
upload stage3-loong-$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
popd >/dev/null
;;
*)