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 @@ -116,14 +116,11 @@ script: |
116116 make dist
117117 SOURCEDIST=`echo pivx-*.tar.gz`
118118 DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'`
119-
120119 # Correct tar file order
121120 mkdir -p temp
122121 pushd temp
123122 tar -xf ../$SOURCEDIST
124123 find pivx-* | sort | tar --mtime="$REFERENCE_DATETIME" --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST
125- mkdir -p $OUTDIR/src
126- cp ../$SOURCEDIST $OUTDIR/src
127124 popd
128125
129126 # Workaround for tarball not building with the bare tag version (prep)
@@ -164,6 +161,8 @@ script: |
164161 cd ../../
165162 rm -rf distsrc-${i}
166163 done
164+ mkdir -p $OUTDIR/src
165+ mv $SOURCEDIST $OUTDIR/src
167166 cp -rf contrib/windeploy $BUILD_DIR
168167 cd $BUILD_DIR/windeploy
169168 mkdir unsigned
You can’t perform that action at this time.
0 commit comments