File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -124,14 +124,11 @@ script: |
124124 make dist
125125 SOURCEDIST=`echo bitcoin-*.tar.gz`
126126 DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'`
127-
128127 # Correct tar file order
129128 mkdir -p temp
130129 pushd temp
131130 tar -xf ../$SOURCEDIST
132131 find bitcoin-* | sort | tar --mtime="$REFERENCE_DATETIME" --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST
133- mkdir -p $OUTDIR/src
134- cp ../$SOURCEDIST $OUTDIR/src
135132 popd
136133
137134 # Workaround for tarball not building with the bare tag version (prep)
@@ -172,6 +169,8 @@ script: |
172169 cd ../../
173170 rm -rf distsrc-${i}
174171 done
172+ mkdir -p $OUTDIR/src
173+ mv $SOURCEDIST $OUTDIR/src
175174 cp -rf contrib/windeploy $BUILD_DIR
176175 cd $BUILD_DIR/windeploy
177176 mkdir unsigned
You can’t perform that action at this time.
0 commit comments