summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 04:51:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 04:51:43 +0000
commit150e4c19df838b9ffbccd3ee43381ed0ddc6bc34 (patch)
tree651ab5171914ba796c7d42e814bd8eded5546277
parentUpdating. (diff)
downloadprogress-linux-tools-150e4c19df838b9ffbccd3ee43381ed0ddc6bc34.tar.xz
progress-linux-tools-150e4c19df838b9ffbccd3ee43381ed0ddc6bc34.zip
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xbin/debian-chroot2
-rwxr-xr-xweb/update4
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/debian-chroot b/bin/debian-chroot
index 22e4d4c..f36a29e 100755
--- a/bin/debian-chroot
+++ b/bin/debian-chroot
@@ -172,7 +172,7 @@ EOF
Chroot apt dist-upgrade --yes
Chroot apt install --yes \
- build-essential debhelper fakeroot
+ build-essential debhelper fakeroot eatmydata
Chroot apt install --yes \
gnupg sudo wget
diff --git a/web/update b/web/update
index 40b06e8..e53b14a 100755
--- a/web/update
+++ b/web/update
@@ -33,13 +33,15 @@ case "${MODE}" in
fuchur)
UPSTREAM_DISTRIBUTIONS="bullseye bullseye-updates bullseye-proposed-updates"
DOWNSTREAM_DISTRIBUTION="fuchur"
+ DOWNSTREAM_DISTRIBUTIONS="fuchur fuchur-security fuchur-updates"
DOWNSTREAM_MIRROR="https://apt.progress-linux.org/packages"
DOWNSTREAM_TAG="progress"
;;
fuchur-backports)
- UPSTREAM_DISTRIBUTIONS="bookworm"
+ UPSTREAM_DISTRIBUTIONS="bookworm bookworm-updates bookworm-proposed-updates"
DOWNSTREAM_DISTRIBUTION="fuchur-backports"
+ DOWNSTREAM_DISTRIBUTIONS="fuchur-backports"
DOWNSTREAM_MIRROR="https://apt.progress-linux.org/packages"
DOWNSTREAM_TAG="progress"
;;