Skip to content

Commit

Permalink
print pbuilder info at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
annaborn committed Aug 23, 2023
1 parent ee90b74 commit f4d5b47
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/apaka/packaging/templates/etc-pbuilderrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
set -e

echo "Reading pbuilder /etc/pbuilderrc"
echo "DIST: ${DIST}"
echo "ARCH: ${ARCH}"
echo "COMPONENTS: ${COMPONENTS}"

UBUNTU_DISTS="trusty vivid wily xenial yakkety zesty artful bionic cosmic disco eoan focal"
DEBIAN_DISTS="sid wheezy jessie stretch buster"
Expand Down Expand Up @@ -84,9 +81,15 @@ fi

EXTRA_PACKAGES+="apt,cmake,dh-autoreconf,libgl1-mesa-dev,libboost-dev,yard,gem2deb,perl-openssl-defaults"
DEBOOTSTRAPOPTS+=("--include=$EXTRA_PACKAGES")

echo "DIST: ${DIST}"
echo "ARCH: ${ARCH}"
echo "COMPONENTS: ${COMPONENTS}"
echo "DIST_TYPE: ${DIST_TYPE}"
echo "DEBOOTSTRAPOPTS: ${DEBOOTSTRAPOPTS[@]}"
echo "COMPONENTS: $COMPONENTS"
echo "MIRRORSITE: ${MIRRORSITE}"
echo "OTHERMIRROR: ${OTHERMIRROR}"

# Enable network in pbuilder, otherwise embedded bootstrap scripts will fail
USENETWORK=yes
Expand Down

0 comments on commit f4d5b47

Please sign in to comment.