Revision: 5842
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5842&view=rev
Author: manningr
Date: 2010-08-22 18:58:49 +0000 (Sun, 22 Aug 2010)
Log Message:
-----------
Added configuration necessary for signing the RPM.
Modified Paths:
--------------
trunk/sql12/installer/squirrelsql-other-installer/pom.xml
Modified: trunk/sql12/installer/squirrelsql-other-installer/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2010-08-22 17:48:14 UTC (rev 5841)
+++ trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2010-08-22 18:58:49 UTC (rev 5842)
@@ -712,6 +712,8 @@
<scriptFile>src/main/resources/postremove.sh</scriptFile>
<fileEncoding>utf-8</fileEncoding>
</postremoveScriptlet>
+ <keyname>${gpg.keyname}</keyname>
+ <keyPassphrase>${gpg.passphrase}</keyPassphrase>
</configuration>
<goals>
<goal>rpm</goal>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|