On 02/13/2011 06:34 PM, Angus Salkeld wrote: > This deletes files like .version that cause problems. > > Signed-off-by: Angus Salkeld <[email protected]> > --- > autobuild.sh | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/autobuild.sh b/autobuild.sh > index df429ef..17e1a37 100755 > --- a/autobuild.sh > +++ b/autobuild.sh > @@ -20,6 +20,8 @@ fi > > MOCK=/usr/bin/mock > > +git clean -xfd > + > set -e > > echo 'running autogen ...'
Reviewed-by: Steven Dake <[email protected]> _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
