]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Do a 'git status' in Autobuild.sh to see why it's dirty
authorAndreas Smas <andreas@lonelycoder.com>
Sat, 2 Sep 2017 19:38:52 +0000 (12:38 -0700)
committerAndreas Smas <andreas@lonelycoder.com>
Sat, 2 Sep 2017 19:38:52 +0000 (12:38 -0700)
Autobuild.sh

index 806f6e13f17980e6099899e1a41390dd6e73557b..2344ddb35f13709f84c1d072b510fe12e53e3f21 100755 (executable)
@@ -68,6 +68,8 @@ versioned_artifact() {
     echo "$PWD/$1" >> "$FILELIST"
 }
 
+git status
+
 if [ -f Autobuild/${TARGET}.sh ]; then
     source Autobuild/${TARGET}.sh
 else