IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3392 for trunk/Ohana/etc


Ignore:
Timestamp:
Mar 7, 2005, 6:22:23 PM (21 years ago)
Author:
eugene
Message:

added notes and minor pieces

Location:
trunk/Ohana/etc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/etc/distributions.txt

    r3265 r3392  
    33DISTRIBUTION elixir-config 1.1
    44 USE config-1-1    config
     5END
     6
     7DISTRIBUTION elixir-config 1.2
     8 USE config-1-2    config
    59END
    610
     
    3337 USE libohana-1-1    libohana
    3438 USE libfits-1-1     libfits
     39END
     40
     41# complete elixir distribution
     42DISTRIBUTION elixir-ohana 1.2
     43
     44 USE base
     45
     46 USE addrefs-1-0     addrefs
     47 USE addspphot-1-0   addspphot
     48 USE addstar-1-0     addstar
     49 USE delstar-1-0     delstar
     50 USE elixir-1-1      elixir
     51 USE gastro-1-0      gastro
     52 USE gcompare-1-0    gcompare
     53 USE gophot-1-0      gophot
     54 USE imclean-1-0     imclean
     55 USE imregister-1-1  imregister
     56 USE kapa-1-0        kapa
     57 USE kii-1-1         kii
     58 USE misc-1-0        misc
     59 USE nightd-1-0      nightd
     60 USE opihi-2-1       opihi.v2
     61 USE perl-1-0        perl
     62 USE relphot-1-0     relphot
     63 USE shell-1-0       shell
     64 USE tcl-1-0         tcl
     65
     66 USE libdummy-1-0    libdummy
     67 USE libohana-1-2    libohana
     68 USE libfits-1-2     libfits
    3569END
    3670
  • trunk/Ohana/etc/mkdist

    r2776 r3392  
    5656}
    5757
    58 &vsystem ("mv ohana $group-$version");
     58if ($group eq "elixir-config") {
     59    &vsystem ("mv config $group-$version");
     60} else {
     61    &vsystem ("mv ohana $group-$version");
     62}
    5963&vsystem ("rm -r `find $group-$version -name CVS`");
    6064&vsystem ("tar cvzf $group-$version.tgz  $group-$version");
Note: See TracChangeset for help on using the changeset viewer.