update gitignore

This commit is contained in:
Mario Voigt 2025-03-11 02:02:47 +01:00
parent c61237b811
commit e92cb9a153
2 changed files with 9 additions and 2 deletions

6
.gitignore vendored
View File

@ -1,2 +1,8 @@
/target
/debian/fabaccess-bffh-0.*
/debian/fabaccess-bffh-dbgsym_0.*.ddeb
/debian/fabaccess-bffh_0.*.dsc
/debian/fabaccess-bffh_0.*.tar.xz
/debian/fabaccess-bffh_0.*.buildinfo
/debian/fabaccess-bffh_0.*.changes
/debian/fabaccess-bffh_0.*.deb

View File

@ -2,6 +2,7 @@
#the dir containing our debian source data
SRCDIR=$(pwd)
REPODIR="$(dirname "$SRCDIR")"
#target dir where to put build packages
DOWNLOAD=$HOME/bffh-debian/
@ -51,8 +52,8 @@ for ARCH_L in "${!ARCHES_LR[@]}"; do
sed "s/Architecture: {{REPLACE_ME}}/Architecture: any/" -i fabaccess-bffh-${BFFHV}/debian/control
# declare required compiled binaries and check for existence
BIN_BFFHD=${SRCDIR}/bffh/target/${ARCH_R}/release/bffhd
BIN_FABFIRE_PROVISION=${SRCDIR}/bffh/target/${ARCH_R}/release/fabfire_provision
BIN_BFFHD=${REPODIR}/target/${ARCH_R}/release/bffhd
BIN_FABFIRE_PROVISION=${REPODIR}/target/${ARCH_R}/release/fabfire_provision
if [ -f ${BIN_BFFHD} ]; then
cp ${BIN_BFFHD} fabaccess-bffh-${BFFHV}/usr/bin/