From aa9cf21900727db28c1997b52be7507e669b0ca4 Mon Sep 17 00:00:00 2001 From: David odin Date: Thu, 10 Feb 2000 16:28:17 +0000 Subject: Updates in HACKING. --- docs/HACKING | 37 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 23 deletions(-) (limited to 'docs') diff --git a/docs/HACKING b/docs/HACKING index 746b09908..19f367a06 100644 --- a/docs/HACKING +++ b/docs/HACKING @@ -9,33 +9,24 @@ compile and run safely. Sources installation: First grab the gi.tar.bz2 archive and untar it in your home directory. - - Make at temporary directory, say ~/tmp-gi. - cd to ~/tmp and get the cvs version of DrakX : -export CVSROOT=:pserver:anoncvs@linux-mandrake.com:/home/cvs/cooker +cd to gi +If you're not Pixel, run this: +for i in `du -a | grep CVS/Root | cut -f 2` +do + sed -e 's/prigaux/anoncvs/' $i > $i.tmp + mv $i.tmp $i +done + +Then, log yourself into the cvs: cvs login -Passwd: cvs -cvs checkout gi - - Then, tar the cvs version and untar it ontop of the ~/gi directory. - -To sum up, do the following: - -cd -tar xfy gi.tar.bz2 -mkdir ~/tmp-gi -cd ~/tmp-gi -export CVSROOT=:pserver:anoncvs@linux-mandrake.com:/home/cvs/cooker -cvs login (passwd=cvs) -cvs co gi -tar cfy cvs-gi.tar.bz2 gi -cd .. -tar xfy tmp-gi/cvs-gi.tar.bz2 -rm -Rf tmp-gi +(The Password is 'cvs') +And update the gi package: +cvs update -P + -------------------------------------------------------------------------- -- DindinX - Last change: Tue Feb 8 17:40:48 CET 2000 + Last change: Thu Feb 10 17:26:41 CET 2000 -- cgit v1.2.1