From e1fae39e99ff2c4614d3ebb141c12228214f763c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 22 Sep 2009 11:42:42 +0200 Subject: [PATCH] and there is no monotone anymore Signed-off-by: Nico Schottelius --- software/cinit/monotone.html | 69 ------------------------------------ 1 file changed, 69 deletions(-) delete mode 100644 software/cinit/monotone.html diff --git a/software/cinit/monotone.html b/software/cinit/monotone.html deleted file mode 100644 index 0236e273..00000000 --- a/software/cinit/monotone.html +++ /dev/null @@ -1,69 +0,0 @@ - - - -unix.schottelius.org - - - -

Nico Schottelius -
unix.schottelius.org -
cinit -

-
-

cinit

-

using monotone

-

Monotone is a cvs -successor. You have to retrieve the collection "info.clinux.cinit" from -"monotone.schottelius.org" (not unix.schottelius.org anymore!). -You can get the public server key from -here. -


- -

Monotone - get (aka "pull")

-

Here's a small manual howto get cinit via monotone: -

-
-# create a database
-scice% monotone --db=cinit.db db init 
-
-# get the server key
-scice% wget -q  http://unix.schottelius.org/gpm/server-key.pub 
-
-# read the server key
-scice% monotone --db=cinit.db read < server-key.pub
-monotone: read 1 packet
-
-# do an anonymous pull
-scice% monotone --key="" --db=cinit.db pull monotone.schottelius.org info.clinux.cinit
-monotone: warning: doing anonymous pull
-monotone: rebuilding merkle trees for collection info.clinux.cinit
-monotone: connecting to monotone.schottelius.org
-monotone: [bytes in: 722110] [bytes out: 7405] 
-monotone: exchanged goodbyes and flushed output on fd 7 (peer monotone.schottelius.org), disconnecting
-
-# extract source from the database to a directory
-scice% monotone --db=cinit.db --branch=info.clinux.cinit checkout your-destination-directory                                           
-monotone: fetching heads of branch 'info.clinux.cinit'
-
-

How to change files (aka "push")

-

I assume you've got a database initialised (see above). -

-# generate a key pair
-scice% monotone -db=cinit.db genkey you@example.com
-monotone: generating key-pair 'you@example.com'
-Enter password: 
-Confirm password: 
-monotone: storing key-pair 'you@example.com' in database
-
-# extract the key from the database
-scice% monotone --db=cinit.db pubkey you@example.com > you@example.com.pubkey
-
-Now send the key to me, so I can add it to the monotone server on -monotone.schottelius.org. -Note: This is only for people, who want to contribute to cinit, -you'll not need to do this, if you only want to get the sources! - -

For more information visit monotone's homepage, it has excellent -documentation!

- -