[MacPorts] archives modified

MacPorts noreply at macports.org
Thu Mar 22 06:41:13 PDT 2012


Changed page "archives" by snc at macports.org from 209.6.40.176*
Page URL: <https://trac.macports.org/wiki/archives>
Diff URL: <https://trac.macports.org/wiki/archives?action=diff&version=8>
Revision 8
Comment: update with archive_sites.conf information

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: archives
=========================================================================
--- archives (version: 7)
+++ archives (version: 8)
@@ -1,5 +1,5 @@
  = Using Your Own Archives =
-MacPorts verifies archives when `archivemode` is enabled, making the signing archives a requirement. This page will serve as a guide showing how to do this.
+MacPorts verifies any archives it uses, making the signing of archives a requirement. This page will serve as a guide showing how to do this.
 
  = Create Keys =
 The first step (also detailed in [browser:trunk/base/doc/pubkeys.conf.in ${prefix}/etc/macports/pubkeys.conf]) is to make keys to sign your archives.
@@ -30,11 +30,11 @@
 Note that this saves the signatures along side the archives, by simply using `.rmd160` as a suffix. This is what MacPorts expects.
 
  = Configure MacPorts =
-Now we need to add your key to MacPorts. This is done in two places:
- * save copy of public key
- * add path to this copy in pubkeys.conf
+Now we need to add your key to MacPorts and then add your repository:
+ * add path to a copy of your public key in pubkeys.conf
+ * add your archives to [browser:trunk/base/doc/archive_sites.conf archive_sites.conf]
 
-I used `${prefix}/etc/macports/snc.pub` for simplicity.
+I saved a copy of my public key as `${prefix}/etc/macports/snc.pub` for simplicity.
 
  = Try It =
 Your archives are now signed and MacPorts should be configured to recognize your signature. Try it out!
@@ -72,8 +72,8 @@
 do
     port -q info --index --version `basename $i` | while read j
     do
-        rsync -az --delete --filter "P *$j*" "$i" snc at tazamahal.com:/var/www/macports/
+        rsync -az --delete --filter "P *$j*" "$i" /var/www/macports/
     done
 done
-ssh snc at tazamahal.com sign_archives.sh
+sign_archives.sh
 }}}

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on archives. If it was not you, please
report to .


More information about the macports-changes mailing list