Skip to content

Commit

Permalink
mkgdaldist.sh: make sure gdalautotest-xxx.tar.gz is really compressed…
Browse files Browse the repository at this point in the history
… and not just a .tar [ci skip]
  • Loading branch information
rouault committed Oct 21, 2022
1 parent e30cdff commit 129e2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkgdaldist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ zip -qr "../gdal${COMPRESSED_VERSION}${RC}.zip" "gdal-${GDAL_VERSION}"

rm -f "../gdalautotest-${GDAL_VERSION}${RC}.tar.gz"
rm -f "../gdalautotest-${GDAL_VERSION}${RC}.zip"
tar cf "../gdalautotest-${GDAL_VERSION}${RC}.tar.gz" "gdalautotest-${GDAL_VERSION}"
tar czf "../gdalautotest-${GDAL_VERSION}${RC}.tar.gz" "gdalautotest-${GDAL_VERSION}"
zip -qr "../gdalautotest-${GDAL_VERSION}${RC}.zip" "gdalautotest-${GDAL_VERSION}"

echo "* Generating MD5 sums ..."
Expand Down

0 comments on commit 129e2f1

Please sign in to comment.