mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-03-12 16:11:43 +01:00
update gitignore
This commit is contained in:
parent
c61237b811
commit
e92cb9a153
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
|
||||
|
5
debian/create-packages.sh
vendored
5
debian/create-packages.sh
vendored
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user