Changes between Version 6 and Version 7 of AddingOrRebuildingASuite
- Timestamp:
- 05/08/12 15:16:32 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingOrRebuildingASuite
v6 v7 75 75 First, 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 76 {{{ 77 dareprepro listmatched precise-development '*'77 dareprepro listmatched $suite-development '*' 78 78 }}} 79 79 If everything looks good, you can do the actual move with: 80 80 {{{ 81 copymatched precise precise-development '*'`82 removematched precise-development '*'81 dareprepro copymatched $suite $suite-development '*'` 82 dareprepro removematched $suite-development '*' 83 83 }}}