for f in $FCDISTROS ; do
for bits in $BITS; do
p=linux${bits}
- command=/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \
+ command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \
-f $f -p $p -d $d \
-t ${d}-tags-4.2.mk \
- -b @DATE@--${d}.4.2--${f}-${bits} $test_option
+ -b @DATE@--${d}.4.2--${f}-${bits} $test_option"
[ -n "$manual" ] && echo $command
if [ -n "$DRY_RUN" ] ; then
echo "dry-run: skipped"
done
done
+# the following gets skipped in any manual mode
# centos5 : for both archs, make the vserver rpms
for d in onelab ; do
for bits in 32 64; do
p=linux${bits}
- command=/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \
+ command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org \
-f centos5 -p $p -d $d \
-t ${d}-tags-4.2.mk \
-b @DATE@--${d}.4.2--c5vs-${bits} \
- -B vserver
+ -B vserver"
if [ -n "$manual" ] ; then
echo "manual: skipped"
else