summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid odin <dindinx@mandriva.com>2000-02-10 16:28:17 +0000
committerDavid odin <dindinx@mandriva.com>2000-02-10 16:28:17 +0000
commitaa9cf21900727db28c1997b52be7507e669b0ca4 (patch)
tree3858be7c22a56bb20e7fba0b47b5e3b7e83be508 /docs
parentf0f366d517c87f347f889394416ea21289eec83f (diff)
downloaddrakx-backup-do-not-use-aa9cf21900727db28c1997b52be7507e669b0ca4.tar
drakx-backup-do-not-use-aa9cf21900727db28c1997b52be7507e669b0ca4.tar.gz
drakx-backup-do-not-use-aa9cf21900727db28c1997b52be7507e669b0ca4.tar.bz2
drakx-backup-do-not-use-aa9cf21900727db28c1997b52be7507e669b0ca4.tar.xz
drakx-backup-do-not-use-aa9cf21900727db28c1997b52be7507e669b0ca4.zip
Updates in HACKING.
Diffstat (limited to 'docs')
-rw-r--r--docs/HACKING37
1 files changed, 14 insertions, 23 deletions
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 <odin@mandrakesoft.com>
- Last change: Tue Feb 8 17:40:48 CET 2000
+ Last change: Thu Feb 10 17:26:41 CET 2000