Skip to content

Commit 27e91aa

Browse files
committed
Fix last commit
1 parent ff0adc8 commit 27e91aa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packaging/build-deb.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@ dch -b -v "${VERSION}~${DISTCODE}" -u low -m "Apache CloudStack Release ${VERSIO
156156
sed -i '0,/ UNRELEASED;/s// unstable;/g' debian/changelog
157157

158158
dpkg-checkbuilddeps
159-
SKIP_MVN=1 DEB_BUILD_PROFILES="nocommon nomanagement nousage noui nodocs nomarvin notests" dpkg-buildpackage -uc -us -b
159+
# To skip package build, insert `no + package` at DEB_BUILD_PROFILES. Separate skipped packages by a space. Packages names are: agent, management, cmk, ui, usage, marvin and tests.
160+
# It is also possible to skip maven build, by informing SKIP_MVN as 1.
161+
SKIP_MVN=1 DEB_BUILD_PROFILES="nomanagement nousage nocmk noui nomarvin notests" dpkg-buildpackage -uc -us -b
160162

161163
/bin/mv debian/changelog.$NOW debian/changelog
162164

0 commit comments

Comments
 (0)