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

34 lines
654 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
# Build package
cd ./"$PIKA_PACKAGE_NAME*"
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/