amanda=1:3.5.1-12
Some checks failed
PikaOS Upstream Package Build & Release (amd64-v3 + LTO) / build (push) Failing after 15s

This commit is contained in:
ferreo 2024-07-27 20:18:16 +01:00
parent a453af125b
commit c9acc343b0
2 changed files with 3 additions and 6 deletions

View File

@ -24,11 +24,8 @@ fi
apt-get build-dep "$PIKA_PACKAGE_NAME=$VERSION" -y
# Build package
for i in ./*.dsc
do
dpkg-source -x $i || true
dpkg-buildpackage --no-sign
done
cd ./"$PIKA_PACKAGE_NAME*"/
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../

View File

@ -2,4 +2,4 @@ export PIKA_PACKAGE_VERSION="1:3.5.1-12"
export PIKA_PACKAGE_NAME="amanda"
export PIKA_PACKAGE_PATCH=false
export PIKA_REBUILD=false
export PIKA_REBUILD_VERSION="b3"
export PIKA_REBUILD_VERSION="b2"