summaryrefslogtreecommitdiff
path: root/tools/dist/nightly.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dist/nightly.sh')
-rwxr-xr-xtools/dist/nightly.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/dist/nightly.sh b/tools/dist/nightly.sh
index 0f2f991..b167ab3 100755
--- a/tools/dist/nightly.sh
+++ b/tools/dist/nightly.sh
@@ -54,7 +54,7 @@ head=`$svn info $repo/trunk | grep '^Revision' | cut -d ' ' -f 2`
# Get the latest versions of the rolling scripts
for i in release.py dist.sh
-do
+do
$svn export --force -r $head $repo/trunk/tools/dist/$i@$head $dir/$i
done
# We also need ezt
@@ -63,11 +63,11 @@ $svn export --force -r $head $repo/trunk/build/generator/ezt.py@$head $dir/ezt.p
# Create the environment
cd roll
echo '----------------building environment------------------'
-../release.py --base-dir ${abscwd}/roll build-env trunk-nightly
+../release.py --verbose --base-dir ${abscwd}/roll build-env trunk-nightly
# Roll the tarballs
echo '-------------------rolling tarball--------------------'
-../release.py --base-dir ${abscwd}/roll roll --branch trunk trunk-nightly $head
+../release.py --verbose --base-dir ${abscwd}/roll roll --branch trunk trunk-nightly $head
cd ..
# Create the information page