summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-07-19 17:39:32 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-07-19 17:41:19 +0530
commit06bf0e698fbd747944c1177d3d6c40c5c50af0c2 (patch)
treec7cd94342dc0c2293e388e9eb9bd3a1ccdb42fd2 /src
parent964384e171c713dca851f6d5af8cfc7a51003d8c (diff)
Modified to use new code signing certificate.
Diffstat (limited to 'src')
-rw-r--r--src/com.gluster.storage.management.gui.feature.webstart/build/glustermc.ant2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.gui.feature.webstart/build/glustermc.ant b/src/com.gluster.storage.management.gui.feature.webstart/build/glustermc.ant
index e7baaa03..6b0152f6 100644
--- a/src/com.gluster.storage.management.gui.feature.webstart/build/glustermc.ant
+++ b/src/com.gluster.storage.management.gui.feature.webstart/build/glustermc.ant
@@ -12,7 +12,7 @@
</target>
<target name="sign">
- <signjar alias="gluster" storepass="gluster" keypass="gluster" keystore="build/gluster.keystore">
+ <signjar alias="gluster" storepass="gluster" keypass="gluster" keystore="/var/lib/jenkins/gmc/gluster.keystore">
<fileset dir="${export.dir}/plugins">
<include name="*.jar" />
</fileset>