Skip to content

Commit

Permalink
Merge pull request dashpay#41 from cevap/change-gzip-to-xz
Browse files Browse the repository at this point in the history
Fix gz to xz: gitian descriptors, change extract command
  • Loading branch information
ioncoincore authored Jan 21, 2019
2 parents 7509b51 + 937f553 commit 3718188
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ script: |
# Correct tar file order
mkdir -p temp
pushd temp
tar xf ../$SOURCEDIST
tar xJf ../$SOURCEDIST
find ion-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | xz -9 > ../$SOURCEDIST
popd
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ script: |
# Correct tar file order
mkdir -p temp
pushd temp
tar xf ../$SOURCEDIST
tar xJf ../$SOURCEDIST
find ion-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | xz -9 > ../$SOURCEDIST
popd
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ script: |
# Correct tar file order
mkdir -p temp
pushd temp
tar xf ../$SOURCEDIST
tar xJf ../$SOURCEDIST
find ion-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | xz -9 > ../$SOURCEDIST
mkdir -p $OUTDIR/src
cp ../$SOURCEDIST $OUTDIR/src
Expand Down

0 comments on commit 3718188

Please sign in to comment.