summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 19:54:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 19:54:07 +0000
commit3f2eea623969e36fae141d584d09400d6d747e29 (patch)
tree95d36881a6daf90c73f0d3f47db61a7c687f6629
parentUpdating. (diff)
downloadprogress-linux-tools-3f2eea623969e36fae141d584d09400d6d747e29.tar.xz
progress-linux-tools-3f2eea623969e36fae141d584d09400d6d747e29.zip
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xbin/git-new.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/git-new.sh b/bin/git-new.sh
index 6a5bcb5..72bb497 100755
--- a/bin/git-new.sh
+++ b/bin/git-new.sh
@@ -24,6 +24,18 @@ case "${DISTRIBUTION}" in
SSH_OPTIONS="-o ControlMaster=no"
;;
+ *-security)
+ ORIGIN="debian-security"
+ BRANCH="progress-linux"
+ SSH_OPTIONS="-o ControlMaster=no"
+ ;;
+
+ *-updates)
+ ORIGIN="debian-updates"
+ BRANCH="progress-linux"
+ SSH_OPTIONS="-o ControlMaster=no"
+ ;;
+
*-backports)
ORIGIN="debian-backports"
BRANCH="progress-linux"