From dbffcd8d73f832df0d97950d8cf59b2d188bddb2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 11 Jan 2019 06:34:59 +0100 Subject: Replacing Progress Linux 4 with Progress Linux 5 in debconf container create script. Signed-off-by: Daniel Baumann --- share/scripts/debconf.d/0003-debconf | 14 +++++++------- 1 file 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 -- cgit v1.2.3