mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-26 16:37:28 +00:00
autobuild: fix the continous build
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@3058 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
10be299e7b
commit
d14d07d02d
@ -26,7 +26,7 @@ echo 'running autogen ...'
|
||||
./autogen.sh
|
||||
|
||||
echo 'running configure ...'
|
||||
./configure
|
||||
./configure --enable-testagents --enable-watchdog --enable-monitoring
|
||||
|
||||
echo 'building source rpm'
|
||||
rm -f *.src.rpm
|
||||
@ -47,10 +47,8 @@ fi
|
||||
RPM_DIR=/var/lib/mock/$TARGET/result
|
||||
rm -f $RPM_DIR/corosync*.rpm
|
||||
|
||||
echo "running mock init ($TARGET)"
|
||||
$MOCK -r $TARGET --init
|
||||
echo "running mock rebuild ($SRPM)"
|
||||
$MOCK -v -r $TARGET --rebuild $SRPM --with testagents
|
||||
$MOCK -v -r $TARGET --no-clean --rebuild $SRPM --with testagents --with watchdog --with monitoring
|
||||
|
||||
if [ -z "$TEST_NODES" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user