add gnome tree
git-svn-id: svn://10.0.0.236/trunk@27370 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user