IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 188 and Version 189 of Processing


Ignore:
Timestamp:
May 2, 2013, 4:30:19 PM (13 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v188 v189  
    625625This might mean rebuilding the current 'tag' (reflected in the directory name) or actually installing a new tag.
    626626
     627== Creating/Installing a new tag ==
     628
     629 1. Copy trunk to new tag name
     630{{{
     631  svn copy https://svn.pan-starrs.ifa.hawaii.edu/repo/ipp/trunk https://svn.pan-starrs.ifa.hawaii.edu/repo/ipp/tags/ipp-test-20130502
     632}}}
     633 2. Check it out in the source directory
     634{{{
     635  svn co https://svn.pan-starrs.ifa.hawaii.edu/repo/ipp/tags/ipp-test-20130502 ipp-test-20130502
     636}}}
     637 3. Update psconfig script if needed:
     638{{{
     639  psbuild -bootstrap INSTALL_DIRECTORY
     640}}}
     641 4. Build
     642{{{
     643  psbuild -extbuild
     644  psbuild -ops
     645}}}
     646
    627647== Rebuilding the current tag ==
    628648