Changes between Version 6 and Version 7 of howto/ShareArchives2


Ignore:
Timestamp:
Aug 4, 2011, 6:35:54 PM (13 years ago)
Author:
fracai
Comment:

Clarification regarding the definition of "build" and "installation" systems.

Legend:

Unmodified
Added
Removed
Modified
  • howto/ShareArchives2

    v6 v7  
    1212== Installation ==
    1313
    14 Note: This HowTo assumes a MacPorts installation prefix of '''/opt/local'''. If you have installed to an alternate location, please update the paths accordingly.
     14Note, this HowTo assumes a MacPorts installation prefix of '''/opt/local'''. If you have installed to an alternate location, please update the paths accordingly.
     15
     16Also, the installation steps will refer to a '''build''' and '''installation''' systems. The '''build''' system compiles, signs, and shares ports and archives. Each '''installation''' system retrieves the archives and installs the port, without having to compile anything.
    1517
    1618=== Step 1: '''Generate signing keys''' ===
     
    3941The public and private keys can be stored anywhere as long as they are accessible to the following steps. This tutorial has them placed on the build system at '''/opt/local/share/macports/'''.
    4042
    41 Note: While the build system need only have access to the private key, it's a good idea to store both the public and private keys in the same location. The installation system should only have access to the public key.
     43Note: While the build system need only have access to the private key, it's a good idea to store both the public and private keys in the same location on the build system for safe keeping. The installation system should only have access to the public key.
    4244
    4345=== Step 2: '''Let's sign some packages''' ===