mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +01:00
CLOUDSTACK-363: use the default build version number, we coded in wscript
This commit is contained in:
parent
7ce5fdda27
commit
c762830fbc
4
debian/rules
vendored
4
debian/rules
vendored
@ -25,7 +25,7 @@ configure: configure-stamp
|
|||||||
configure-stamp:
|
configure-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
# Add here commands to configure the package.
|
# Add here commands to configure the package.
|
||||||
./waf configure --prefix=/usr --libdir=/usr/lib --bindir=/usr/bin --javadir=/usr/share/java --sharedstatedir=/var/lib --localstatedir=/var --sysconfdir=/etc --mandir=/usr/share/man --libexecdir=/usr/bin --with-tomcat=/usr/share/tomcat6 --tomcat-user=cloud --fast --package-version=$(PACKAGEVERSION)
|
./waf configure --prefix=/usr --libdir=/usr/lib --bindir=/usr/bin --javadir=/usr/share/java --sharedstatedir=/var/lib --localstatedir=/var --sysconfdir=/etc --mandir=/usr/share/man --libexecdir=/usr/bin --with-tomcat=/usr/share/tomcat6 --tomcat-user=cloud --fast
|
||||||
./waf showconfig
|
./waf showconfig
|
||||||
touch configure-stamp
|
touch configure-stamp
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ build-arch: build-arch-stamp
|
|||||||
build-arch-stamp: configure-stamp
|
build-arch-stamp: configure-stamp
|
||||||
|
|
||||||
# Add here commands to compile the arch part of the package.
|
# Add here commands to compile the arch part of the package.
|
||||||
./waf build --build-number=$(BUILDNUMBER) --package-version=$(PACKAGEVERSION)
|
./waf build
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
# build-indep: build-indep-stamp
|
# build-indep: build-indep-stamp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user