[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15330: Commands to sign and upload Tor Browser (torbrowser/trunk/build-scripts)
Author: sjm217
Date: 2008-06-17 11:00:19 -0400 (Tue, 17 Jun 2008)
New Revision: 15330
Modified:
torbrowser/trunk/build-scripts/DEPLOYMENT
Log:
Commands to sign and upload Tor Browser
Modified: torbrowser/trunk/build-scripts/DEPLOYMENT
===================================================================
--- torbrowser/trunk/build-scripts/DEPLOYMENT 2008-06-17 11:32:15 UTC (rev 15329)
+++ torbrowser/trunk/build-scripts/DEPLOYMENT 2008-06-17 15:00:19 UTC (rev 15330)
@@ -97,8 +97,12 @@
Copy the files from Windows to the machine with your OpenPGP keys
-Sign them all using the "gpg -ab" command
+Sign them all using the "gpg -ab" command:
+ find . -type f -exec gpg --use-agent -ab {} \;
+Move the split signatures to a directory:
+ for i in *_split; do mkdir $i/signatures; mv $i/*.asc $i/signatures;done
+
Upload to www.torproject.org
============================