Changes between Version 7 and Version 8 of archives


Ignore:
Timestamp:
Mar 22, 2012, 1:41:12 PM (12 years ago)
Author:
nerdling (Jeremy Lavergne)
Comment:

update with archive_sites.conf information

Legend:

Unmodified
Added
Removed
Modified
  • archives

    v7 v8  
    11 = Using Your Own Archives =
    2 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.
     2MacPorts verifies any archives it uses, making the signing of archives a requirement. This page will serve as a guide showing how to do this.
    33
    44 = Create Keys =
     
    3131
    3232 = Configure MacPorts =
    33 Now we need to add your key to MacPorts. This is done in two places:
    34  * save copy of public key
    35  * add path to this copy in pubkeys.conf
     33Now we need to add your key to MacPorts and then add your repository:
     34 * add path to a copy of your public key in pubkeys.conf
     35 * add your archives to [browser:trunk/base/doc/archive_sites.conf archive_sites.conf]
    3636
    37 I used `${prefix}/etc/macports/snc.pub` for simplicity.
     37I saved a copy of my public key as `${prefix}/etc/macports/snc.pub` for simplicity.
    3838
    3939 = Try It =
     
    7373    port -q info --index --version `basename $i` | while read j
    7474    do
    75         rsync -az --delete --filter "P *$j*" "$i" snc@tazamahal.com:/var/www/macports/
     75        rsync -az --delete --filter "P *$j*" "$i" /var/www/macports/
    7676    done
    7777done
    78 ssh snc@tazamahal.com sign_archives.sh
     78sign_archives.sh
    7979}}}