Skip to content

Commit 999a9a5

Browse files
committed
gitian: Smaller diff with gitian-linux.yml
1 parent c4a3c25 commit 999a9a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)