diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-02-17 13:53:32 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-02-17 13:53:32 +0530 |
| commit | 23ea87c1d45e0531b3fac8ad3c97897f208801a2 (patch) | |
| tree | 6a6cb86381342be9541770addd40691914fcb5fb | |
| parent | d70873f9f882c12980a6dc69335fdbf2b14c5b23 (diff) | |
platform specific build directories
3 files changed, 4 insertions, 12 deletions
diff --git a/com.gluster.storage.management.gui.feature.webstart/buckminster.cspex b/com.gluster.storage.management.gui.feature.webstart/buckminster.cspex index 9559c663..8d574293 100644 --- a/com.gluster.storage.management.gui.feature.webstart/buckminster.cspex +++ b/com.gluster.storage.management.gui.feature.webstart/buckminster.cspex @@ -15,7 +15,7 @@ <attribute name="feature.exports"/> </prerequisites> <products alias="action.output" base="${buckminster.output}" upToDatePolicy="NOT_EMPTY"> - <path path="installer/"/> + <path path="dist/${target.os}.${target.ws}.${target.arch}/"/> </products> </public> <public name="unsign.jars" actor="ant"> diff --git a/com.gluster.storage.management.gui.feature.webstart/build/product.ant b/com.gluster.storage.management.gui.feature.webstart/build/product.ant index b0fc0007..83b76862 100644 --- a/com.gluster.storage.management.gui.feature.webstart/build/product.ant +++ b/com.gluster.storage.management.gui.feature.webstart/build/product.ant @@ -1,5 +1,5 @@ <project> - <property name="installer.dir" value="${buckminster.output}/installer" /> + <property name="installer.dir" value="${buckminster.output}/dist/${target.os}.${target.ws}.${target.arch}/" /> <target name='unsign'> <echo message="output = [${installer.dir}]" /> <buckminster.signatureCleaner> diff --git a/com.gluster.storage.management.releng/glustermc_build.properties b/com.gluster.storage.management.releng/glustermc_build.properties index 9022a16d..b808ec9d 100644 --- a/com.gluster.storage.management.releng/glustermc_build.properties +++ b/com.gluster.storage.management.releng/glustermc_build.properties @@ -1,18 +1,10 @@ # Where all the output should go -buckminster.output.root=/tmp/buckminster/product +buckminster.output.root=/tmp/buckminster/glustermc # Where the temp files should go -buckminster.temp.root=/tmp/buckminster/tmp +buckminster.temp.root=/tmp/buckminster # How .qualifier in versions should be replaced qualifier.replacement.*=generator:lastRevision -local.keystore.path=/home/shireesh/.keystore -local.keystore.alias=gluster1 -local.keystore.password=gluster -site.signing=true -site.pack200=false -signing.type=local -cbi.include.source=false - target.os=linux target.ws=gtk target.arch=x86_64 |
