Tweak data file name (.tar.bz to .tar.bz2)
This simplifies life for the upload step which only needs to deal with one file suffix, not two.
This commit is contained in:
parent
a16f37e678
commit
af9a7e9bd2
@ -64,5 +64,5 @@ echo "Syncing base packages files from sphere.telascience.org"
|
|||||||
rsync -avz --filter 'merge base-package.rules' \
|
rsync -avz --filter 'merge base-package.rules' \
|
||||||
-e ssh jturner@sphere.telascience.org:/home/jturner/fgdata .
|
-e ssh jturner@sphere.telascience.org:/home/jturner/fgdata .
|
||||||
|
|
||||||
tar cjf output/FlightGear-$VERSION-data.tar.bz fgdata/
|
tar cjf output/FlightGear-$VERSION-data.tar.bz2 fgdata/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user