Skip to content

Commit

Permalink
release.pl: fix tar ball creation for ltr releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 26, 2016
1 parent a4f8d02 commit 5b7cfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.pl
Expand Up @@ -187,7 +187,7 @@ ($$)
} }


print "Producing archive...\n"; 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" ); run( "md5sum qgis-$version.tar.bz2 >qgis-$version.tar.bz2.md5", "md5sum failed" );


unless( $dopoint ) { unless( $dopoint ) {
Expand Down

0 comments on commit 5b7cfbc

Please sign in to comment.