Skip to content

Commit e16ed9b

Browse files
committed
Remove default build profiles
1 parent 954e0f7 commit e16ed9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/build-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ sed -i '0,/ UNRELEASED;/s// unstable;/g' debian/changelog
158158
dpkg-checkbuilddeps
159159
# 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.
160160
# It is also possible to skip maven build, by informing SKIP_MVN as 1.
161-
SKIP_MVN=1 DEB_BUILD_PROFILES="nousage noagent nomarvin notests nodocs" dpkg-buildpackage -uc -us -b
161+
SKIP_MVN=1 DEB_BUILD_PROFILES="" dpkg-buildpackage -uc -us -b
162162

163163
/bin/mv debian/changelog.$NOW debian/changelog
164164

0 commit comments

Comments
 (0)