mirror of https://github.com/apache/cloudstack.git
change the deb build destination. By default, it's ../, which can be conflicted with other build in jenkins. Change the destination be selfcontained.
This commit is contained in:
parent
74e4b787b4
commit
d947b3d62b
|
|
@ -113,7 +113,8 @@ binary-common:
|
|||
# dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
mkdir -p ./artifacts/debs
|
||||
dh_builddeb --destdir=$(CURDIR)/artifacts/debs
|
||||
# Build architecture independant packages using the common target.
|
||||
# binary-indep: build-indep install-indep
|
||||
# $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
|
||||
|
|
|
|||
Loading…
Reference in New Issue