52 | | Victor should fill in this part for bringing `utopic` (14.10) online. |
| 52 | 1. Make sure you have enough space to create the build chroot using lvs and pvs. |
| 53 | 2. Alter /root/sources.list.d appropriately |
| 54 | 3. Create build chroot using /root/make-chroot |
| 55 | 3bis. Make sure resulting chroot actually has universe enabled. |
| 56 | 3verybis. Make sure resulting chroot has debathena APT key in it. |
| 57 | 4. Update the buildsystem configuration with tags. Do not forget to add ~0.1 |
| 58 | 5. Update /mit/debathena/apt/conf |
| 59 | 5bis. Do not forget to run `git commit` there |
| 60 | 6. Run `dareprepro export`. |
| 61 | 7. Fix debathena-machtype |
| 62 | 8. Run dapopulate with appropriate flags. An example would be: `dapopulate --handle-broken=include --allow-out-of-date --use-development utopic trusty` |
| 63 | (populate utopic with sources from trusty). |
| 64 | 9. Open a tmux, and in it, run dabuild on the staging repo. You will probably |
| 65 | need to specify -B with the name of preceeding repo, for example: |
| 66 | `DEBATHENA_SETUP_HOOK=/afs/sipb.mit.edu/project/debathena/bin/chroot-sources.staging dabuild utopic-staging -B trusty`. |