summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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"