File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ script: |
7070 done
7171
7272 # Create the release tarball using (arbitrarily) the first host
73+ export GIT_DIR="$PWD/.git"
7374 ./autogen.sh
7475 ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`
7576 make dist
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ script: |
8080 done
8181
8282 # Create the release tarball using (arbitrarily) the first host
83+ export GIT_DIR="$PWD/.git"
8384 ./autogen.sh
8485 ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`
8586 make dist
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ script: |
7373 done
7474
7575 # Create the release tarball using (arbitrarily) the first host
76+ export GIT_DIR="$PWD/.git"
7677 ./autogen.sh
7778 ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`
7879 make dist
Original file line number Diff line number Diff line change 1616DESC=" "
1717SUFFIX=" "
1818LAST_COMMIT_DATE=" "
19- if [ - e " $( which git 2> /dev/null) " -a " $( git rev-parse --is-inside-work-tree 2> /dev/null) " = " true" ]; then
19+ if [ " ${BITCOIN_GENBUILD_NO_GIT} " != " 1 " -a - e " $( which git 2> /dev/null) " -a " $( git rev-parse --is-inside-work-tree 2> /dev/null) " = " true" -a " $( git status --porcelain -u no --ignored " $0 " | cut -b1 ) " != " ? " ]; then
2020 # clean 'dirty' status of touched files that haven't been modified
2121 git diff > /dev/null 2> /dev/null
2222
You can’t perform that action at this time.
0 commit comments