summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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