diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 19:54:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 19:54:07 +0000 |
commit | 3f2eea623969e36fae141d584d09400d6d747e29 (patch) | |
tree | 95d36881a6daf90c73f0d3f47db61a7c687f6629 | |
parent | Updating. (diff) | |
download | progress-linux-tools-3f2eea623969e36fae141d584d09400d6d747e29.tar.xz progress-linux-tools-3f2eea623969e36fae141d584d09400d6d747e29.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | bin/git-new.sh | 12 |
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" |