mirror of https://github.com/apache/cloudstack.git
deb: Only build binary packages
We do not need to build a tarball before building the DEB packages Saves a few minutes on building DEB packages Signed-off-by: Wido den Hollander <wido@widodh.nl>
This commit is contained in:
parent
fb1afb1a70
commit
9e634d98cc
|
|
@ -58,6 +58,6 @@ dch -b -v "${VERSION}~${DISTCODE}" -u low -m "Apache CloudStack Release ${VERSIO
|
|||
sed -i '0,/ UNRELEASED;/s// unstable;/g' debian/changelog
|
||||
|
||||
dpkg-checkbuilddeps
|
||||
dpkg-buildpackage -uc -us
|
||||
dpkg-buildpackage -uc -us -b
|
||||
|
||||
/bin/mv /tmp/changelog.orig debian/changelog
|
||||
|
|
|
|||
Loading…
Reference in New Issue