generated from general-packages/pika-pkg-template
amanda=1:3.5.1-12
Some checks failed
PikaOS Upstream Package Build & Release (amd64-v3) / build (push) Failing after 6s
Some checks failed
PikaOS Upstream Package Build & Release (amd64-v3) / build (push) Failing after 6s
This commit is contained in:
parent
50c2deaf18
commit
b68daea35e
2
main.sh
2
main.sh
@ -23,8 +23,6 @@ fi
|
|||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep "$PIKA_PACKAGE_NAME=$VERSION" -y
|
apt-get build-dep "$PIKA_PACKAGE_NAME=$VERSION" -y
|
||||||
|
|
||||||
find ./ -maxdepth 1 -name "$PIKA_PACKAGE_NAME*" -type d | head -1
|
|
||||||
|
|
||||||
cd $(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
|
dpkg-buildpackage --no-sign
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
export PIKA_PACKAGE_VERSION=""
|
export PIKA_PACKAGE_VERSION="1:3.5.1-12"
|
||||||
export PIKA_PACKAGE_NAME=""
|
export PIKA_PACKAGE_NAME="amanda"
|
||||||
export PIKA_PACKAGE_PATCH=false
|
export PIKA_PACKAGE_PATCH=false
|
||||||
export PIKA_REBUILD=false
|
export PIKA_REBUILD=false
|
||||||
export PIKA_REBUILD_VERSION="b2"
|
export PIKA_REBUILD_VERSION="b2"
|
Loading…
Reference in New Issue
Block a user