From 7b8408d9cfa0a3cdc0a59c803ecedc6eabd0a004 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 12 Jun 2023 13:50:52 +0200 Subject: Updating. Signed-off-by: Daniel Baumann --- bin/debian-chroot | 16 ++++++++++------ web/update | 3 +-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/bin/debian-chroot b/bin/debian-chroot index c783bb2..b748efb 100755 --- a/bin/debian-chroot +++ b/bin/debian-chroot @@ -31,6 +31,10 @@ case "${DISTRIBUTION}" in bookworm*) DERIVATIVE_DISTRIBUTION="graograman" ;; + + trixie*) + DERIVATIVE_DISTRIBUTION="horok" + ;; esac MIRROR="debian.ethz.ch" @@ -202,7 +206,7 @@ EOF case "${BASH_HISTORY}" in arch) case "${DERIVATIVE_DISTRIBUTION}" in - graograman) + horok) cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -B && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper @@ -224,7 +228,7 @@ EOF indep) case "${DERIVATIVE_DISTRIBUTION}" in - graograman) + horok) cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -A && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper @@ -246,7 +250,7 @@ EOF source) case "${DERIVATIVE_DISTRIBUTION}" in - graograman) + horok) cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -A && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper @@ -326,7 +330,7 @@ EOF case "${BASH_HISTORY}" in arch) case "${DERIVATIVE_DISTRIBUTION}" in - graograman) + horok) cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -B && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper @@ -348,7 +352,7 @@ EOF indep) case "${DERIVATIVE_DISTRIBUTION}" in - graograman) + horok) cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -A && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper @@ -370,7 +374,7 @@ EOF source) case "${DERIVATIVE_DISTRIBUTION}" in - graograman) + horok) cat > "${CHROOT}/build/.bash_history" << EOF cd */ && sudo apt-get build-dep -y . && dpkg-buildpackage -A && cd .. && rm -rf */ sudo apt-get install -y -t ${DERIVATIVE_DISTRIBUTION}-backports debhelper diff --git a/web/update b/web/update index d537cc4..53a4c6c 100755 --- a/web/update +++ b/web/update @@ -45,8 +45,7 @@ case "${MODE}" in ;; graograman) - #UPSTREAM_DISTRIBUTIONS="bookworm bookworm-updates bookworm-proposed-updates" - UPSTREAM_DISTRIBUTIONS="bookworm" + UPSTREAM_DISTRIBUTIONS="bookworm bookworm-updates bookworm-proposed-updates" DOWNSTREAM_DISTRIBUTION="graograman" DOWNSTREAM_MIRROR="https://apt.progress-linux.org/packages" DOWNSTREAM_TAG="progress" -- cgit v1.2.3