mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
Next attempt to get the OBS subsurfacedaily naming right
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cbd7a5df95
commit
72a78f6c2d
1 changed files with 3 additions and 3 deletions
|
@ -20,10 +20,10 @@ if [[ -d subsurface_$VERSION ]]; then
|
|||
mv subsurface_$VERSION.bak subsurface_$VERSION.bak.prev
|
||||
mv subsurface_$VERSION subsurface_$VERSION.bak
|
||||
fi
|
||||
rm -f subsurface-$VERSION
|
||||
rm -f subsurfacedaily-$VERSION
|
||||
|
||||
mkdir subsurface_$VERSION
|
||||
ln -s subsurface_$VERSION subsurface-$VERSION
|
||||
ln -s subsurface_$VERSION subsurfacedaily-$VERSION
|
||||
#
|
||||
#
|
||||
echo "copying sources"
|
||||
|
@ -39,7 +39,7 @@ echo $LIBDCREVISION > libdivecomputer/revision
|
|||
#
|
||||
echo "creating source tar file for OBS and Ununtu PPA"
|
||||
#
|
||||
(cd .. ; tar ch subsurface-$VERSION | xz > home:Subsurface-Divelog/Subsurface-daily/subsurface-$VERSION.orig.tar.xz) &
|
||||
(cd .. ; tar ch subsurfacedaily-$VERSION | xz > home:Subsurface-Divelog/Subsurface-daily/subsurface-$VERSION.orig.tar.xz) &
|
||||
tar cf - . | xz > ../subsurface_$VERSION.orig.tar.xz
|
||||
#
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue