mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-03-13 16:41:42 +01:00
update container before running
This commit is contained in:
parent
176cb946c6
commit
61b63cfe2a
1
debian/create-packages.sh
vendored
1
debian/create-packages.sh
vendored
@ -111,6 +111,7 @@ for ARCH_L in "${!ARCHES_LR[@]}"; do
|
|||||||
# now attach to that container and start building the packages
|
# now attach to that container and start building the packages
|
||||||
#sudo podman exec -u 0 --tty --interactive fabinfra_deb_${ARCH_L} bash
|
#sudo podman exec -u 0 --tty --interactive fabinfra_deb_${ARCH_L} bash
|
||||||
sudo podman exec -u 0 --tty --interactive fabinfra_deb_${ARCH_L} bash -c "
|
sudo podman exec -u 0 --tty --interactive fabinfra_deb_${ARCH_L} bash -c "
|
||||||
|
apt update && apt upgrade;
|
||||||
cd /srcdir/fabaccess-bffh-${BFFHV}/;
|
cd /srcdir/fabaccess-bffh-${BFFHV}/;
|
||||||
dpkg-buildpackage -us -uc -k=B8F5D56C64A6161B35FB4892188C8D1E501EBD41;
|
dpkg-buildpackage -us -uc -k=B8F5D56C64A6161B35FB4892188C8D1E501EBD41;
|
||||||
cd /srcdir/;
|
cd /srcdir/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user