(file) Return to release.notes CVS log (file) (dir) Up to [Development] / JSOC / CM / V2.2

 1 arta  1.1 			Release Notes JSOC V2.2		30May2006
 2           			-----------------------		---------
 3           
 4           (Release to fix some DRMS bugs)
 5           
 6           The official release version is in /home/production/cvs/jsoc.
 7           This will remain unchanged until the next release.
 8           You may make any changes you want in your sandbox, but anything that you 
 9           commit will appear in the next offical release.
10           
11           ****************************** Sandbox ***************************************
12           
13           You need a cvs "sandbox" to contain your view of the V2.2 release:
14           (There is no need to do this unless you're going to be a jsoc developer.)
15           
16           Set the env variables:
17           CVSROOT=:ext:sunroom.stanford.edu:/home/cvsuser/cvsroot
18           CVS_RSH=ssh
19           
20           ################# If you don't already have a sandbox do this: #############
21           Make a cvs dir and do:
22 arta  1.1 > cd /home/you/cvs
23           > cvs checkout jsoc
24           ############################################################################
25           
26           Resync your sandbox with the V2.2 release:
27           
28           > cd /home/you/cvs/jsoc
29           > cvs update -APd
30           
31           Check for any files that have not been commited (not Status: Up-to-date):
32           
33           > cvs status | egrep ^File: | egrep -v Up-to-date
34           
35           These should only be files that have local changes that you are aware of.
36           If you have a file here that you wanted in the release, please contact CM.
37           
38           
39           You now need to make on linux_ia64 (lws) or linux_x86_64 or linuxia32 
40           (some workstations) machines depending on where you want to run:
41           Please use n12 and n00 for x86_64 and linuxia32 builds. (good compilers)
42           
43 arta  1.1 > ssh lws		(and then again for d00, etc.)
44           > cd /home/you/cvs/jsoc
45           > ./configure -force -client -static
46           > make clean
47           > make -j 4  	(optional, run 4 jobs in parallel for speed)
48           
49           Set your path for /home/you/cvs/jsoc/bin/linux_ia64 (or linux_x86_64 or 
50           linux_ia32)
51           
52           ****************Additional Info**********************************************
53           
54           The command 
55           
56           > configure -help
57           
58           will print information about how to create a customized build,
59           to e.g. use a different compiler or turn on debugging flags.
60           
61           If you are unfamiliar with the use of cvs see the file:
62           jsoc/CM/working_with_sandbox.txt. 
63           
64 arta  1.1 There's a linux4 cvs gui at xim:/usr/bin/lincvs
65           

Karen Tian
Powered by
ViewCVS 0.9.4