mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
release.pl: fix tar ball creation for ltr releases
This commit is contained in:
parent
a4f8d02548
commit
5b7cfbc37c
@ -187,7 +187,7 @@ unless( $dopoint ) {
|
||||
}
|
||||
|
||||
print "Producing archive...\n";
|
||||
run( "git archive --format tar --prefix=qgis-$version/ $reltag $ltrtag | bzip2 -c >qgis-$version.tar.bz2", "git archive failed" );
|
||||
run( "git archive --format tar --prefix=qgis-$version/ $reltag | bzip2 -c >qgis-$version.tar.bz2", "git archive failed" );
|
||||
run( "md5sum qgis-$version.tar.bz2 >qgis-$version.tar.bz2.md5", "md5sum failed" );
|
||||
|
||||
unless( $dopoint ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user