From 309753671da9d4d40b551de61d84d740364b97be Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 11 Jun 2011 14:08:53 +0100 Subject: [PATCH] CG: set up a good environment for building. --- Documentation/contributor/release-work.itexi | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Documentation/contributor/release-work.itexi b/Documentation/contributor/release-work.itexi index 92cd87ab67..099e770d49 100644 --- a/Documentation/contributor/release-work.itexi +++ b/Documentation/contributor/release-work.itexi @@ -95,6 +95,27 @@ git push origin If you do not have the previous release test-output tarball, download it and put it in @code{regtests/} +@item Prepare GUB environment by running: + +@example +### my-gub.sh +# special terminal, and default PATH environment. +# import these special environment vars: +# HOME, HTTP_PROXY, TERM +env -i \ + HOME=$HOME \ + HTTP_PROXY=$HTTP_PROXY \ + bash --rcfile my-bashrc +@end example + +@example +### my-bashrc +export PS1="\[\e[1;33mGUB-ENV \w\]$ \[\e[0m\]" +export PATH=$PATH +export TERM=xterm +@end example + + @item Build release on GUB by running: @example -- 2.39.5