mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Another tiny change for OBS
As expected, switching to subsurfacedaily as package name turned out to be a massive PITA. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
16c46ba2f8
commit
b8af46a33e
1 changed files with 1 additions and 1 deletions
|
@ -75,6 +75,6 @@ if [[ "$1x" = "postx" ]] ; then
|
|||
cd home:Subsurface-Divelog/Subsurface-daily
|
||||
osc rm $(ls subsurface*.tar.xz | grep -v $VERSION)
|
||||
osc add subsurface-$VERSION.orig.tar.xz
|
||||
sed -i "s/%define gitVersion .*/%define gitVersion $GITREVISION/" subsurface.spec
|
||||
sed -i "s/%define gitVersion .*/%define gitVersion $GITREVISION/" subsurfacedaily.spec
|
||||
osc commit -m "next daily build"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue