fix autobuilder versionning
This commit is contained in:
parent
64732a75ee
commit
68b21e283a
|
@ -143,4 +143,4 @@ build-snapshot:
|
|||
@echo "building a package based on the current snapshot (${VERSION})"
|
||||
svn update || true
|
||||
svn export . ../alternc-${VERSION}
|
||||
cd ../alternc-${VERSION} && sed -i -e '0,/UNRELEASED/s/)/~svn${REV})/' debian/changelog && debuild
|
||||
cd ../alternc-${VERSION} && sed -i -e '1s/)/~svn${REV})/' debian/changelog && debuild
|
||||
|
|
Loading…
Reference in New Issue