From 3f2eea623969e36fae141d584d09400d6d747e29 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 Apr 2024 21:54:07 +0200 Subject: Updating. Signed-off-by: Daniel Baumann --- bin/git-new.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" -- cgit v1.2.3