| 68 | |
| 69 | == Moving a suite to production == |
| 70 | |
| 71 | The build uploads built packages to the `-development` repository for the suite in question. You will need to move them to production. |
| 72 | |
| 73 | The best way to do this is with dareprepro on the build server. |
| 74 | |
| 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 | {{{ |
| 77 | dareprepro listmatched precise-development '*' |
| 78 | }}} |
| 79 | If everything looks good, you can do the actual move with: |
| 80 | {{{ |
| 81 | copymatched precise precise-development '*'` |
| 82 | removematched precise-development '*' |
| 83 | }}} |