generated from general-packages/pika-pkg-template
amanda=1:3.5.1-12
Some checks failed
PikaOS Upstream Package Build & Release (amd64-v3 + LTO) / build (push) Failing after 1m6s
Some checks failed
PikaOS Upstream Package Build & Release (amd64-v3 + LTO) / build (push) Failing after 1m6s
This commit is contained in:
parent
01e431ef41
commit
50c2deaf18
11
main.sh
11
main.sh
@ -23,12 +23,11 @@ fi
|
||||
# Get build deps
|
||||
apt-get build-dep "$PIKA_PACKAGE_NAME=$VERSION" -y
|
||||
|
||||
# Build package
|
||||
for i in ./*.dsc
|
||||
do
|
||||
cd $(dpkg-source -x $i | grep "dpkg-source: info: extracting $1 in" | cut -d":" -f3 | sed -s "s/extracting $1 in/ /g")
|
||||
dpkg-buildpackage --no-sign
|
||||
done
|
||||
find ./ -maxdepth 1 -name "$PIKA_PACKAGE_NAME*" -type d | head -1
|
||||
|
||||
cd $(find ./ -maxdepth 1 -name "$PIKA_PACKAGE_NAME*" -type d | head -1)
|
||||
dpkg-buildpackage --no-sign
|
||||
|
||||
|
||||
# Move the debs to output
|
||||
cd ../
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user