diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 12:28:50 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 12:28:50 -0400 |
commit | 7f7a389eb81df2036a802a46f31eeaac39fab23f (patch) | |
tree | 85b94fac833d670da55ae64e5ae020c4a79c37a4 /website | |
parent | 3f0f4919052c294f54c77ba50398461b89014770 (diff) |
tweaking archive maintenance documentation.
Diffstat (limited to 'website')
-rw-r--r-- | website/archive-key.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/website/archive-key.mdwn b/website/archive-key.mdwn index 3fb5a6c..898c7e5 100644 --- a/website/archive-key.mdwn +++ b/website/archive-key.mdwn @@ -1,5 +1,6 @@ [[meta title="Monkeysphere archive signing key"]] [[!template id="nav"]] +[[toc ]] ## Verifying the key ## @@ -99,10 +100,11 @@ tag `$TAG` on architecture `$ARCH`, do: cd repo reprepro -C monkeysphere include experimental ../$TAG_$ARCH.changes -When you get a package from a separate architecture `$NEWARCH`, do: +When you get a binary package built from a separate architecture +`$NEWARCH` that you want to include with the archive, do: cd repo - reprepro -C monkeysphere includedeb experimental ../$TAG_NEWARCH.deb + reprepro -C monkeysphere includedeb experimental ../$TAG_$NEWARCH.deb To publish the archive, make sure you have access to `archivemaster@george.riseup.net`, and then do: |