summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-09 16:00:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-09 16:00:49 +0000
commit00061a311178949fd7fb500af1086dad40772b51 (patch)
treebc3ca88a6d8ec9fd7d6fc84d6804f6c748f24e23
parentUpdating. (diff)
downloadprogress-linux-tools-00061a311178949fd7fb500af1086dad40772b51.tar.xz
progress-linux-tools-00061a311178949fd7fb500af1086dad40772b51.zip
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xbin/git-new.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/git-new.sh b/bin/git-new.sh
index 92c6c5e..db2c044 100755
--- a/bin/git-new.sh
+++ b/bin/git-new.sh
@@ -52,12 +52,13 @@ esac
case "${DISTRIBUTION}" in
sid|rc-buggy)
CATEGORY=""
+ DISTRIBUTION="debian"
ORIGIN="debian"
BRANCH="debian"
SSH_OPTIONS="-o ControlMaster=no"
;;
- sid|rc-buggy)
+ upstream)
CATEGORY="upstream"
ORIGIN="fastforward-packages"
BRANCH="main"