summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-01-11 05:34:59 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-02-17 12:11:17 +0000
commitdbffcd8d73f832df0d97950d8cf59b2d188bddb2 (patch)
tree835753ca523f65e28fb72e5a4e8ad53f38a9c197
parentAdding support for Debian testing/bullseye in debconf container create script. (diff)
downloadcompute-tools-dbffcd8d73f832df0d97950d8cf59b2d188bddb2.tar.xz
compute-tools-dbffcd8d73f832df0d97950d8cf59b2d188bddb2.zip
Replacing Progress Linux 4 with Progress Linux 5 in debconf container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xshare/scripts/debconf.d/0003-debconf14
1 files changed, 7 insertions, 7 deletions
diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf
index 5e0092e..cb1aa8d 100755
--- a/share/scripts/debconf.d/0003-debconf
+++ b/share/scripts/debconf.d/0003-debconf
@@ -62,10 +62,10 @@ Distribution ()
;;
progress-linux)
- db_subst cnt-debconf/distribution CHOICES "Progress Linux 4 (dschinn), Progress Linux 4+ (dschinn-backports)"
- db_subst cnt-debconf/distribution CHOICES_C "dschinn, dschinn-backports"
+ db_subst cnt-debconf/distribution CHOICES "Progress Linux 5 (engywuck), Progress Linux 5+ (engywuck-backports)"
+ db_subst cnt-debconf/distribution CHOICES_C "engywuck, engywuck-backports"
- db_set cnt-debconf/distribution dschinn-backports
+ db_set cnt-debconf/distribution engywuck-backports
db_fset cnt-debconf/distribution seen false
;;
esac
@@ -92,8 +92,8 @@ Parent_distribution ()
case "${MODE}" in
progress-linux)
case "${DISTRIBUTION}" in
- dschinn*)
- PARENT_DISTRIBUTION="stretch"
+ engywuck*)
+ PARENT_DISTRIBUTION="buster"
;;
esac
;;
@@ -329,7 +329,7 @@ Mirror ()
;;
progress-linux)
- db_set cnt-debconf/mirror https://cdn.archive.progress-linux.org/packages
+ db_set cnt-debconf/mirror https://deb.progress-linux.org/packages
db_fset cnt-debconf/mirror seen false
;;
esac
@@ -349,7 +349,7 @@ Mirror ()
;;
progress-linux)
- MIRROR="https://cdn.archive.progress-linux.org/packages"
+ MIRROR="https://deb.progress-linux.org/packages"
;;
esac
fi