Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4623743
buildbot.helper
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
499 B
Referenced Files
None
Subscribers
None
buildbot.helper
View Options
#!/bin/bash
set -x
self=`basename $0`
if [ x$1 = xinstall ]; then
# Basic test phase
mock --configdir=$PWD --root=mock --resultdir=./mock -v --install nano lcov psmisc sudo valgrind ./mock/*.rpm
elif [ x$1 = xdownloads ]; then
# Extra test phase
mock --configdir=$PWD --root=mock --resultdir=./mock -v --install ./downloads/*.rpm nano sudo valgrind lcov
elif [ x$1 = xlint ]; then
rpmlint -i -f rpmlintrc ./mock/*.rpm
else
echo "Unknown sub-command: $1"
exit 1
fi
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Tue, Jul 8, 4:50 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1983068
Default Alt Text
buildbot.helper (499 B)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment