more snapshot fixes: update before snapshot. don't put a new changelog entry with debchange.
This commit is contained in:
parent
71bda92a12
commit
eff216a5dc
|
@ -151,5 +151,6 @@ binary: binary-common
|
||||||
|
|
||||||
build-snapshot:
|
build-snapshot:
|
||||||
@echo "building a package based on the current snapshot (${VERSION})"
|
@echo "building a package based on the current snapshot (${VERSION})"
|
||||||
|
svn update || true
|
||||||
svn export . ../alternc-${VERSION}
|
svn export . ../alternc-${VERSION}
|
||||||
cd ../alternc-${VERSION} && debchange -D UNRELEASED -v ${VERSION} "Automatic build of SVN version ${REV}" && debuild
|
cd ../alternc-${VERSION} && debchange -D UNRELEASED -v ${VERSION} && debuild
|
||||||
|
|
Loading…
Reference in New Issue