X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=scripts%2Frelease_helper.sh;h=2a2a43dc3b6d49a1bcd143ca8f3f2c39238c6b28;hb=649b40f7780079f8af4fcd7b12284a7d1d8cccfc;hp=d5c21c2f852e08e10fdf383e4843e1aa538e9695;hpb=5a8f565107dc2eab1205190c615f3d43994b0d08;p=grml-live.git diff --git a/scripts/release_helper.sh b/scripts/release_helper.sh index d5c21c2..2a2a43d 100755 --- a/scripts/release_helper.sh +++ b/scripts/release_helper.sh @@ -36,7 +36,7 @@ if [ -n "${AUTOBUILD:-}" ] ; then UNIXTIME=$(date +%s) cat > debian/changelog << EOF -grml-live (${GRML_LIVE_VERSION}~autobuild${UNIXTIME}) UNRELEASED; urgency=low +grml-live (${GRML_LIVE_VERSION}+autobuild${UNIXTIME}) UNRELEASED; urgency=low * Automatically built package based on the state of git repository at http://git.grml.org/?p=grml-live.git @@ -110,9 +110,9 @@ if [ -n "${AUTOBUILD:-}" ] ; then ) git checkout master git branch -D ${autobuild_branch} || true - sudo apt-get update + env APT_LISTCHANGES_FRONTEND=none APT_LISTBUGS_FRONTEND=none sudo apt-get update PACKAGES=$(dpkg --list grml-live\* | awk '/^ii/ {print $2}') - sudo apt-get -y --allow-unauthenticated install $PACKAGES + env APT_LISTCHANGES_FRONTEND=none APT_LISTBUGS_FRONTEND=none sudo apt-get -y --allow-unauthenticated install $PACKAGES fi ## END OF FILE #################################################################