run-upstream-build/main.sh
ferreo b68daea35e
Some checks failed
PikaOS Upstream Package Build & Release (amd64-v3) / build (push) Failing after 6s
amanda=1:3.5.1-12
2024-07-27 20:33:14 +01:00

34 lines
684 B
Bash
Executable File

#! /bin/bash
set -e
. ./pika-build-config.sh
VERSION="$PIKA_PACKAGE_VERSION"
echo "$PIKA_BUILD_ARCH" > pika-build-arch
apt-get source "$PIKA_PACKAGE_NAME=$VERSION" -y
if [ "$PIKA_REBUILD" = true ] ; then
VERSION="$VERSION+$PIKA_REBUILD_VERSION"
fi
#TODO - DO PATCHING
#TODO - DO REVERSIONING FOR REBUILD
# Get build deps
#LOGNAME=root dh_make --createorig -y -l -p src-pkg-name_"$VERSION" || echo "dh-make: Ignoring Last Error"
# Get build deps
apt-get build-dep "$PIKA_PACKAGE_NAME=$VERSION" -y
cd $(find ./ -maxdepth 1 -name "$PIKA_PACKAGE_NAME*" -type d | head -1)
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/