Changeset 2630
- Timestamp:
- Dec 3, 2004, 9:52:45 PM (22 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 4 edited
-
doc/elixir-cvs.txt (modified) (1 diff)
-
src/perl/src/elixir.photreport (modified) (1 diff)
-
src/shell/src/el_plots (modified) (1 diff)
-
src/shell/src/sp_plots (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/doc/elixir-cvs.txt
r2572 r2630 17 17 - use /data/elixir2/srcdir/ohana as development site (jcc) 18 18 - use /cfht/src/eos/ 19 20 --- 21 22 In order to convert the operational CFHT version of Elixir / Ohana to 23 the CVS-controlled version, we need to do several things: 24 25 1) merge the changes between the CFHT and IfA trees. 26 27 2) move the CFHT version of Ohana to the new opihi.v2 system from the 28 opihi.v1 system: 29 - move to the name 'dvo' rather than 'status' 30 - use the v2 version of mana 31 32 3) define the Elixir / Ohana packages and tag them with a starting 33 release name 34 35 4) define an initial distribution for Elixir / Ohana using the 36 complete set of released packages. 37 38 I have been working to unify the CFHT and IfA Elixir / Ohana trees. I 39 have imported all of the CFHT version of the entries in the config 40 directories and the CFHT versions of the shell and perl scripts. 41 42 I have checked on the use of the 'status' program within the Elixir / 43 Ohana scripts. I have modified sp_plot and el_plot to use 'dvo' 44 instead. I have also modified elixir.photreport. 45 -
trunk/Ohana/src/perl/src/elixir.photreport
r2444 r2630 23 23 24 24 # run mana, call script 25 open (STAT, "| status-D CATDIR $catdir --norc");25 open (STAT, "|dvo -D CATDIR $catdir --norc"); 26 26 print STAT "input $script\n"; 27 27 -
trunk/Ohana/src/shell/src/el_plots
r2444 r2630 44 44 plot: 45 45 echo $script 46 echo "doplots; exit 0" | status-D CAMERA $camera --norc $script46 echo "doplots; exit 0" | dvo -D CAMERA $camera --norc $script 47 47 exit 0; 48 48 -
trunk/Ohana/src/shell/src/sp_plots
r2444 r2630 31 31 32 32 plot: 33 echo "init; doplots; exit 0" | status-C skyprobe --norc $script33 echo "init; doplots; exit 0" | dvo -C skyprobe --norc $script 34 34 exit 0; 35 35
Note:
See TracChangeset
for help on using the changeset viewer.
