diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/git-new.sh | 3 |
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" |