Changes between Version 8 and Version 9 of AddingOrRebuildingASuite
- Timestamp:
- 05/08/13 13:59:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingOrRebuildingASuite
v8 v9 28 28 29 29 9. Start `screen`, ideally making use of the "-S" option to identify your screen session. e.g. `screen -S joeuser.oneiric_build`. 30 31 '''NOTE:''' Because you're inside of screen now, if you want to set variables like DEBATHENA_MIRROR that get recognized by chroot-sources or do-build (or anything called as part of the build process), you need to use screen's "setenv" command. New screen windows inherit from the environment that _launched_ screen, not from window 0 (where you are now). e.g. `export DEBATHENA_MIRROR=foo` won't work. Instead use `screen -X setenv DEBATHENA_MIRROR foo` 30 32 31 33 10. mkdir /mit/debathena/machines/awesome-build-server/stamps.$suite