projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d26e9
)
releaser - Extract variable "$distmaker_tgt"
author
Tim Otten
<totten@civicrm.org>
Thu, 7 Mar 2013 12:51:08 +0000
(07:51 -0500)
committer
Tim Otten
<totten@civicrm.org>
Thu, 7 Mar 2013 12:51:08 +0000
(07:51 -0500)
tools/scripts/releaser/releaser
patch
|
blob
|
blame
|
history
diff --git
a/tools/scripts/releaser/releaser
b/tools/scripts/releaser/releaser
index 6eb0819a6ee5b773c73edb9b805dabf96f292b78..b4406993eca4bbd14fc0b6de8dfef0db506e427f 100755
(executable)
--- a/
tools/scripts/releaser/releaser
+++ b/
tools/scripts/releaser/releaser
@@
-4,6
+4,7
@@
set -e
confdir=$(dirname $0)
start_point="$1"
version="$2"
+distmaker_tgt=all
if [ ! -f "$confdir/releaser.conf" ]; then
echo
@@
-122,7
+123,7
@@
function do_distmaker() {
# run the exported distmaker
cd $workdir/$version/export/distmaker
- ./distmaker.sh
all
> $workdir/$version/build.log
+ ./distmaker.sh
$distmaker_tgt
> $workdir/$version/build.log
}
#################################################