Skip to content

Commit

Permalink
enable more openvz builds
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrobbins committed Dec 2, 2012
1 parent bc04d68 commit dafcb77
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions scripts/buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ dobuild() {
if [ "$full" = "True" ]; then
buildtype="freshen"
fi
if [ "$build" = "funtoo-current" ]; then
if [ "$subarch" = "corei7" ]; then
buildtype="$buildtype+openvz"
fi
if [ "$subarch" = "core2_64" ]; then
buildtype="$buildtype+openvz"
fi
if [ "$subarch" = "generic_64" ]; then
buildtype="$buildtype+openvz"
fi
if [ "$subarch" = "corei7" ]; then
buildtype="$buildtype+openvz"
fi
if [ "$subarch" = "core2_64" ]; then
buildtype="$buildtype+openvz"
fi
if [ "$subarch" = "generic_64" ]; then
buildtype="$buildtype+openvz"
fi
if [ "$build" != "" ] && [ "$subarch" != "" ] && [ "$buildtype" != "" ]; then
echo "Building $build $subarch $buildtype"
Expand Down

0 comments on commit dafcb77

Please sign in to comment.