Explorar el Código

autobuild: clean the build dir first.

This deletes files like .version that cause problems.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld hace 15 años
padre
commit
d72f6e38a4
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      autobuild.sh

+ 2 - 0
autobuild.sh

@@ -20,6 +20,8 @@ fi
 
 MOCK=/usr/bin/mock
 
+git clean -xfd
+
 set -e
 
 echo 'running autogen ...'