github-merge-pr: add option to use SSH key for github auth
[maintainer-tools.git] / makebranch.sh
index 4b3ab77ab05425830bb56fc60893c5f8f2c9c901..4c305ab03774ec93f8cd6a33972a6898ab43cc9e 100755 (executable)
@@ -3,7 +3,7 @@
 git_author="Release System"
 git_email="lede-dev@lists.infradead.org"
 
-base_url="http://downloads.openwrt.org/releases"
+base_url="https://downloads.openwrt.org/releases"
 
 [ -f "./feeds.conf.default" ] || {
        echo "Please execute as ./${0##*/}" >&2
@@ -104,7 +104,8 @@ git checkout -b "${distname_lc}-$version"
 
 while read type name url; do
        case "$type" in
-               src-git)
+               src-git|\
+               src-git-full)
                        case "$url" in
                                *^*|*\;*) : ;;
                                *)