add gnome tree

git-svn-id: svn://10.0.0.236/trunk@27370 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
endico%mozilla.org
1999-04-13 21:27:49 +00:00
parent 969d51c437
commit 1dfd47f5fb
2 changed files with 10 additions and 1 deletions

View File

@@ -35,8 +35,9 @@ sourceroot: classic /export2/lxr-data/classic/mozilla
sourceroot: ef /export2/lxr-data/ef/mozilla
sourceroot: mozilla /export2/lxr-data/mozilla/mozilla
sourceroot: nspr /export2/lxr-data/nspr/mozilla
sourceroot: seamonkey /export2/lxr-data//seamonkey/mozilla
sourceroot: seamonkey /export2/lxr-data/seamonkey/mozilla
sourceroot: grendel /export2/lxr-data/grendel/mozilla
sourceroot: gnome /export2/lxr-data/gnome/gnome
# name of the source.
srcrootname: mozilla

View File

@@ -82,6 +82,14 @@ case "$1" in
'seamonkey')
time cvs -Q -d $CVSROOT checkout -P SeaMonkeyAll
;;
'gnome')
CVSROOT=/cvs/gnome
export CVSROOT
cd $src_dir
time cvs -Q -d $CVSROOT checkout -P glib
time cvs -Q -d $CVSROOT checkout -P gtk+
cd ..
;;
esac