diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-17 05:43:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-17 05:43:43 +0000 |
commit | 5449fe0c253a27ff7a21befdc264d53e1a4be122 (patch) | |
tree | 1899eb0bab58db17c0ed3bda26eb6479990d6aaa | |
parent | Updating. (diff) | |
download | progress-linux-tools-5449fe0c253a27ff7a21befdc264d53e1a4be122.tar.xz progress-linux-tools-5449fe0c253a27ff7a21befdc264d53e1a4be122.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | bin/debian-chroot | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/bin/debian-chroot b/bin/debian-chroot index 45bea1a..40f42d6 100755 --- a/bin/debian-chroot +++ b/bin/debian-chroot @@ -76,6 +76,7 @@ EOF cat > "${CHROOT}/etc/apt/sources.list" << EOF deb http://${MIRROR}/debian ${DISTRIBUTION} main contrib non-free +deb-src http://${MIRROR}/debian ${DISTRIBUTION} main contrib non-free EOF case "${DISTRIBUTION}" in @@ -83,6 +84,7 @@ EOF cat >> "${CHROOT}/etc/apt/sources.list" << EOF deb http://${MIRROR}/debian experimental main contrib non-free +deb-src http://${MIRROR}/debian experimental main contrib non-free EOF ;; @@ -100,7 +102,7 @@ EOF ;; - bullseye*|bookworm*) + bullseye*|bookworm*|trixie*) cat > "${CHROOT}/etc/apt/sources.list.d/progress-linux.sources" << EOF Types: deb @@ -215,6 +217,7 @@ 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 clear && pbuild.sh -a -o -n -u -b binary-arch -d ${DERIVATIVE_DISTRIBUTION} -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -223,6 +226,7 @@ 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 clear && pbuild.sh -a -o -n -u -b binary-arch -d ${DERIVATIVE_DISTRIBUTION}-backports -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -237,6 +241,7 @@ 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 clear && pbuild.sh -a -o -n -u -b binary-indep -d ${DERIVATIVE_DISTRIBUTION} -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -246,6 +251,7 @@ 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 clear && pbuild.sh -a -o -n -u -b binary-indep -d ${DERIVATIVE_DISTRIBUTION}-backports -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -259,6 +265,7 @@ 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 clear && pbuild.sh -o -u -b source -d ${DERIVATIVE_DISTRIBUTION} -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -268,6 +275,7 @@ 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 clear && pbuild.sh -o -u -b source -d ${DERIVATIVE_DISTRIBUTION}-backports -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -341,6 +349,7 @@ 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 clear && pbuild.sh -a -o -n -u -b binary-arch -d ${DERIVATIVE_DISTRIBUTION} -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -349,6 +358,7 @@ 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 clear && pbuild.sh -a -o -n -u -b binary-arch -d ${DERIVATIVE_DISTRIBUTION}-backports -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -363,6 +373,7 @@ 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 clear && pbuild.sh -a -o -n -u -b binary-indep -d ${DERIVATIVE_DISTRIBUTION} -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -372,6 +383,7 @@ 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 clear && pbuild.sh -a -o -n -u -b binary-indep -d ${DERIVATIVE_DISTRIBUTION}-backports -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -385,6 +397,7 @@ 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 clear && pbuild.sh -o -u -b source -d ${DERIVATIVE_DISTRIBUTION} -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; @@ -393,6 +406,7 @@ 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 clear && pbuild.sh -o -u -b source -d ${DERIVATIVE_DISTRIBUTION}-backports -p +for i in source binary-arch binary-indep; do pbuild.sh -a -o -n -u -b \$i -d ${DERIVATIVE_DISTRIBUTION}-backports -t ALL -p ; done rsync -aPv --progress --stats * apt.progress-linux.org::upload && rm -rf * EOF ;; |