Date: Thu, 08 Feb 2001 07:42:08 +1100 From: Peter Jeremy <peter.jeremy@alcatel.com.au> To: Rasa Karapandza <rasa@phy.bg.ac.yu> Cc: current@FreeBSD.ORG Subject: Re: ctm via mail NEWBIE Message-ID: <20010208074208.E90937@gsmx07.alcatel.com.au> In-Reply-To: <Pine.LNX.4.10.10102070810511.4577-100000@octopus.phy.bg.ac.yu>; from rasa@phy.bg.ac.yu on Wed, Feb 07, 2001 at 08:13:31AM %2B0100 References: <Pine.LNX.4.10.10102070810511.4577-100000@octopus.phy.bg.ac.yu>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2001-Feb-07 08:13:31 +0100, Rasa Karapandza <rasa@phy.bg.ac.yu> wrote: >I receive ctm-src current by e-mail, which I retrive using netscape. >I save message as plain text then I try uudecode and I alvays get no begin >line I tryed to edit file but I'm not able to get it work. CTM mail isn't uuencoded, which is probably your major problem. The e-mail body should begin as follows: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 CTM_MAIL BEGIN cvs-cur.6780.gz 1 1 H4sIAINA7jkCA+xba3Mbt5L9LP4K3NxUKQ+TxHMwQ2+2rMhyooolqyQld2u3tlx4DTkWyWFmhpa0 ... The e-mail messages should be fed into ctm_rmail to decode. I feed them into the following (directly from sendmail, but you could do it manually): /usr/local/bin/pgpv -f | \ /usr/sbin/ctm_rmail -f -v -p $CTM/pieces -d $CTM/deltas -l $CTM/log (Where $CTM is my ctm "home", with pieces and deltas as sub-directories). You can skip the pgpv if you don't want to check the signatures. I apply the decoded CTM's as a separate step with: # ctm_rmail -uv -b $CVSROOT -d $CTM/deltas Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010208074208.E90937>