projects
/
maintainer-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceca23c
)
Fix detection of lede branch.
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 15 Jul 2018 19:00:17 +0000
(21:00 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 15 Jul 2018 19:24:54 +0000
(21:24 +0200)
The branch name looks like this for lede-17.01:
refs/heads/lede-17.01
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
maketag.sh
patch
|
blob
|
history
diff --git
a/maketag.sh
b/maketag.sh
index 89b2736bd36e6d633b583051a7513127a3fbd81c..72767b8bc63b629a81d6b89335775157c2de2972 100755
(executable)
--- a/
maketag.sh
+++ b/
maketag.sh
@@
-99,8
+99,8
@@
case "$branch" in
esac
case "$branch" in
- lede-*) distro="LEDE" ;;
- openwrt-*) distro="OpenWrt" ;;
+
*/
lede-*) distro="LEDE" ;;
+
*/
openwrt-*) distro="OpenWrt" ;;
esac
export GIT_AUTHOR_NAME="$git_author"