Changes between Version 5 and Version 6 of AddingOrRebuildingASuite


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AddingOrRebuildingASuite

    v5 v6  
    6666 
    67678. Run `make -k all`.  See the notes above about what you need to do when fixing a package. 
     68 
     69== Moving a suite to production == 
     70 
     71The build uploads built packages to the `-development` repository for the suite in question.  You will need to move them to production.   
     72 
     73The best way to do this is with dareprepro on the build server. 
     74 
     75First, 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 
     76{{{ 
     77dareprepro listmatched precise-development '*' 
     78}}} 
     79If everything looks good, you can do the actual move with: 
     80{{{ 
     81copymatched precise precise-development '*'` 
     82removematched precise-development '*' 
     83}}}