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: |
70
70
done
71
71
72
72
# Create the release tarball using (arbitrarily) the first host
73
+ export GIT_DIR="$PWD/.git"
73
74
./autogen.sh
74
75
./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`
75
76
make dist
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ script: |
80
80
done
81
81
82
82
# Create the release tarball using (arbitrarily) the first host
83
+ export GIT_DIR="$PWD/.git"
83
84
./autogen.sh
84
85
./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`
85
86
make dist
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ script: |
73
73
done
74
74
75
75
# Create the release tarball using (arbitrarily) the first host
76
+ export GIT_DIR="$PWD/.git"
76
77
./autogen.sh
77
78
./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`
78
79
make dist
Original file line number Diff line number Diff line change 16
16
DESC=" "
17
17
SUFFIX=" "
18
18
LAST_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
20
20
# clean 'dirty' status of touched files that haven't been modified
21
21
git diff > /dev/null 2> /dev/null
22
22
You can’t perform that action at this time.
0 commit comments