projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b2f96
)
Fix pulling of travis binaries.
author
Rudolf Polzer <divverent@xonotic.org>
Thu, 28 Aug 2014 12:31:09 +0000
(14:31 +0200)
committer
Rudolf Polzer <divverent@xonotic.org>
Thu, 28 Aug 2014 12:31:09 +0000
(14:31 +0200)
misc/tools/all/release.subr
patch
|
blob
|
history
diff --git
a/misc/tools/all/release.subr
b/misc/tools/all/release.subr
index 40cd4b8df301ef910a762658e67558646f5c33de..54088daff7f7e4f74ea1e99ae1b4903cbcddade2 100644
(file)
--- a/
misc/tools/all/release.subr
+++ b/
misc/tools/all/release.subr
@@
-208,7
+208,7
@@
case "$cmd" in
binary=$1
basename=${binary##*/}
rev=`( cd "$d0/darkplaces" && git rev-parse HEAD )`
- verbose wget "http://beta.xonotic.org/autobuild-bin/$rev/$basename"
+ verbose wget
-O "$binary"
"http://beta.xonotic.org/autobuild-bin/$rev/$basename"
# TODO eventually do the rebranding on travis too.
case "$binary" in
Xonotic/xonotic*.exe)