summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-12 11:50:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-13 12:56:55 +0000
commit7b8408d9cfa0a3cdc0a59c803ecedc6eabd0a004 (patch)
tree96a1075209aa657900b0e257322ca0096828edef
parentUpdating. (diff)
downloadprogress-linux-tools-7b8408d9cfa0a3cdc0a59c803ecedc6eabd0a004.tar.xz
progress-linux-tools-7b8408d9cfa0a3cdc0a59c803ecedc6eabd0a004.zip
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xbin/debian-chroot16
-rwxr-xr-xweb/update3
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"