Changes between Version 8 and Version 9 of AddingOrRebuildingASuite


Ignore:
Timestamp:
05/08/13 13:59:00 (11 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddingOrRebuildingASuite

    v8 v9  
    2828 
    29299. 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` 
    3032 
    313310. mkdir /mit/debathena/machines/awesome-build-server/stamps.$suite