projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b4538
)
compat-drivers: add / to target stable release end dir
author
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Sat, 20 Oct 2012 01:03:19 +0000
(18:03 -0700)
committer
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Sat, 20 Oct 2012 01:03:19 +0000
(18:03 -0700)
This should fix uploading via kup using scripts/gen-release.sh
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/gen-release.sh
patch
|
blob
|
history
diff --git
a/scripts/gen-release.sh
b/scripts/gen-release.sh
index 1f3de75037d316ed6925eaf365421c98023a48a1..ab7499ae513d61a081178cbd391e6f01e4b859bb 100755
(executable)
--- a/
scripts/gen-release.sh
+++ b/
scripts/gen-release.sh
@@
-289,7
+289,7
@@
elif [[ "$BASE_TREE" = "linux-stable" ]]; then
echo -e "File ${TARGET_STABLE}/${RELEASE}.tar.bz2${NORMAL} already exists"
fi
- kup put ${RELEASE}.tar.bz2 ${RELEASE}.tar.asc ${TARGET_STABLE}
+ kup put ${RELEASE}.tar.bz2 ${RELEASE}.tar.asc ${TARGET_STABLE}
/
else
echo "Unsupported release type: $BASE_TREE"
exit 1