Explorar o 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 %!s(int64=15) %!d(string=hai) anos
pai
achega
d72f6e38a4
Modificáronse 1 ficheiros con 2 adicións e 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 ...'