ci: expect that jenkins might do this itself

This commit is contained in:
Travis Cross 2012-05-09 14:23:03 +00:00
parent 4fbf8625ed
commit 849dd7376f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ dst_dir="/tmp/$dst_name"
(mkdir -p rpmbuild && cd rpmbuild && mkdir -p SOURCES BUILD BUILDROOT i386 x86_64 SPECS)
cd $src_repo
cp -a src_dist/* rpmbuild/SOURCES/
cp -a src_dist/* rpmbuild/SOURCES/ || true
rpmbuild --define "VERSION_NUMBER $cver" \
--define "BUILD_NUMBER $build" \