[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[jetty-commit] r1356 - eclipse/trunk
|
- From: genie@xxxxxxxxxxx
- Date: Fri, 5 Mar 2010 18:28:01 -0500 (EST)
- Delivered-to: jetty-commit@eclipse.org
Author: jmcconnell
Date: 2010-03-05 18:28:01 -0500 (Fri, 05 Mar 2010)
New Revision: 1356
Modified:
eclipse/trunk/sign.xml
Log:
quick shot at signing
Modified: eclipse/trunk/sign.xml
===================================================================
--- eclipse/trunk/sign.xml 2010-03-05 23:26:11 UTC (rev 1355)
+++ eclipse/trunk/sign.xml 2010-03-05 23:28:01 UTC (rev 1356)
@@ -9,8 +9,18 @@
<!-- user with write perms in staging dir & permission to run /usr/bin/sign -->
<property name="buildServerUser" value="dashBuild@xxxxxxxxxxxxxxxxx" />
<property name="signingDir" value="/home/data/httpd/download-staging.priv/rt/jetty" />
-
-
+ <property name="signingDirOutput" value="${signingDir}/${buildId}-out" />
+ <property name="outputFile" value="${signingDirOutput}/${masterZip}" />
+
+
+ <!-- echo timestamp into log: format can be "MM/dd/yyyy hh:mm:ss aa" or "hh:mm:ss" -->
+ <target name="-timestamp">
+ <tstamp>
+ <format property="-timestamp" pattern="hh:mm:ss" />
+ </tstamp>
+ <echo>${-timestamp}</echo>
+ </target>
+
<target name="prepare">