Changes between Version 6 and Version 7 of AddingOrRebuildingASuite


Ignore:
Timestamp:
05/08/12 15:16:32 (12 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddingOrRebuildingASuite

    v6 v7  
    7575First, run this command, which should list all the packages in -development, and sanity check the output.  In particular, look for packages that still have an 0.1 tag, for example 
    7676{{{ 
    77 dareprepro listmatched precise-development '*' 
     77dareprepro listmatched $suite-development '*' 
    7878}}} 
    7979If everything looks good, you can do the actual move with: 
    8080{{{ 
    81 copymatched precise precise-development '*'` 
    82 removematched precise-development '*' 
     81dareprepro copymatched $suite $suite-development '*'` 
     82dareprepro removematched $suite-development '*' 
    8383}}}