search for: 32a60d9

Displaying 2 results from an estimated 2 matches for "32a60d9".

2010 Mar 31
1
Incomplete patch
This patch is non-functional at this point; i.e., while it seems to meet the requirements for having libvirt using the specified TFTP root specified, libvirt seems to not be doing so.
2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
...-41,3 +41,10 @@ if [ -f /usr/bin/rpmbuild ]; then fi rpmbuild --nodeps --define "extra_release $EXTRA_RELEASE" -ta --clean *.tar.gz fi + +#make iso +cd recipe +make + +#copy iso back to main directory for autotest.sh +cp *iso .. diff --git a/autotest.sh b/autotest.sh index 05a7907..32a60d9 100755 --- a/autotest.sh +++ b/autotest.sh @@ -1,2 +1,766 @@ #!/bin/bash +# +# oVirt node autotest script +# +# Copyright (C) 2009 Red Hat, Inc. +# Written by Darryl L. Pierce <dpierce at redhat.com> +# +# This program is free software; you can redistribute it and/or modify +# it under the t...