Author: jschneider
Date: Fri Feb 12 15:10:57 2010
New Revision: 909450
URL: http://svn.apache.org/viewvc?rev=909450&view=rev
Log:
Added signing for features packages ending in .jar.pack.gz
Modified:
ant/ivy/updatesite/trunk/signIvyArtifacts.bat
ant/ivy/updatesite/trunk/signIvyArtifacts.sh
ant/ivy/updatesite/trunk/signIvyDEArtifacts.bat
ant/ivy/updatesite/trunk/signIvyDEArtifacts.sh
Modified: ant/ivy/updatesite/trunk/signIvyArtifacts.bat
URL:
http://svn.apache.org/viewvc/ant/ivy/updatesite/trunk/signIvyArtifacts.bat?rev=909450&r1=909449&r2=909450&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/signIvyArtifacts.bat (original)
+++ ant/ivy/updatesite/trunk/signIvyArtifacts.bat Fri Feb 12 15:10:57 2010
@@ -16,6 +16,7 @@
REM under the License.
FOR %%F IN (dist\features\org.apache.ivy.feature**.jar) do gpg --passphrase
"%1" --output "%%~fF.asc" --detach-sign --armor "%%~fF"
+FOR %%F IN (dist\features\org.apache.ivy.feature**.jar.pack.gz) do gpg
--passphrase "%1" --output "%%~fF.asc" --detach-sign --armor "%%~fF"
FOR %%F IN (dist\plugins\org.apache.ivy_**.jar) do gpg --passphrase "%1"
--output "%%~fF.asc" --detach-sign --armor "%%~fF"
FOR %%F IN (dist\plugins\org.apache.ivy_**.jar.pack.gz) do gpg --passphrase
"%1" --output "%%~fF.asc" --detach-sign --armor "%%~fF"
FOR %%F IN (dist\digest**.zip) do gpg --passphrase "%1" --output "%%~fF.asc"
--detach-sign --armor "%%~fF"
\ No newline at end of file
Modified: ant/ivy/updatesite/trunk/signIvyArtifacts.sh
URL:
http://svn.apache.org/viewvc/ant/ivy/updatesite/trunk/signIvyArtifacts.sh?rev=909450&r1=909449&r2=909450&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/signIvyArtifacts.sh (original)
+++ ant/ivy/updatesite/trunk/signIvyArtifacts.sh Fri Feb 12 15:10:57 2010
@@ -20,6 +20,7 @@
read -s -p "Key passphrase: " passphrase
for i in dist/features/org.apache.ivy.feature*.jar; do gpg --passphrase
"$passphrase" --output $i.asc --detach-sig --armor $i; done
+for i in dist/features/org.apache.ivy.feature*.jar.pack.gz; do gpg
--passphrase "$passphrase" --output $i.asc --detach-sig --armor $i; done
for i in dist/plugins/org.apache.ivy_*.jar; do gpg --passphrase "$passphrase"
--output $i.asc --detach-sig --armor $i; done
for i in dist/plugins/org.apache.ivy_*.jar.pack.gz; do gpg --passphrase
"$passphrase" --output $i.asc --detach-sig --armor $i; done
gpg --passphrase "$passphrase" --output dist/digest.zip.asc --detach-sig
--armor dist/digest.zip
Modified: ant/ivy/updatesite/trunk/signIvyDEArtifacts.bat
URL:
http://svn.apache.org/viewvc/ant/ivy/updatesite/trunk/signIvyDEArtifacts.bat?rev=909450&r1=909449&r2=909450&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/signIvyDEArtifacts.bat (original)
+++ ant/ivy/updatesite/trunk/signIvyDEArtifacts.bat Fri Feb 12 15:10:57 2010
@@ -16,6 +16,7 @@
REM under the License.
FOR %%F IN (dist\features\org.apache.ivyde**.jar) do gpg --passphrase "%1"
--output "%%~fF.asc" --detach-sign --armor "%%~fF"
+FOR %%F IN (dist\features\org.apache.ivyde**.jar.pack.gz) do gpg --passphrase
"%1" --output "%%~fF.asc" --detach-sign --armor "%%~fF"
FOR %%F IN (dist\plugins\org.apache.ivyde**.jar) do gpg --passphrase "%1"
--output "%%~fF.asc" --detach-sign --armor "%%~fF"
FOR %%F IN (dist\plugins\org.apache.ivyde**.jar.pack.gz) do gpg --passphrase
"%1" --output "%%~fF.asc" --detach-sign --armor "%%~fF"
FOR %%F IN (dist\digest**.zip) do gpg --passphrase "%1" --output "%%~fF.asc"
--detach-sign --armor "%%~fF"
\ No newline at end of file
Modified: ant/ivy/updatesite/trunk/signIvyDEArtifacts.sh
URL:
http://svn.apache.org/viewvc/ant/ivy/updatesite/trunk/signIvyDEArtifacts.sh?rev=909450&r1=909449&r2=909450&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/signIvyDEArtifacts.sh (original)
+++ ant/ivy/updatesite/trunk/signIvyDEArtifacts.sh Fri Feb 12 15:10:57 2010
@@ -20,6 +20,7 @@
read -s -p "Key passphrase: " passphrase
for i in dist/features/org.apache.ivyde*.jar; do gpg --passphrase
"$passphrase" --output $i.asc --detach-sig --armor $i; done
+for i in dist/features/org.apache.ivyde*.jar.pack.gz; do gpg --passphrase
"$passphrase" --output $i.asc --detach-sig --armor $i; done
for i in dist/plugins/org.apache.ivyde*.jar; do gpg --passphrase
"$passphrase" --output $i.asc --detach-sig --armor $i; done
for i in dist/plugins/org.apache.ivyde*.jar.pack.gz; do gpg --passphrase
"$passphrase" --output $i.asc --detach-sig --armor $i; done
gpg --passphrase "$passphrase" --output dist/digest.zip.asc --detach-sig
--armor dist/digest.zip