1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-20 18:36:46 +00:00

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

@ -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" \