]> git.donarmstrong.com Git - lilypond.git/commitdiff
CG: set up a good environment for building.
authorGraham Percival <graham@percival-music.ca>
Sat, 11 Jun 2011 13:08:53 +0000 (14:08 +0100)
committerGraham Percival <graham@percival-music.ca>
Sat, 11 Jun 2011 13:08:53 +0000 (14:08 +0100)
Documentation/contributor/release-work.itexi

index 92cd87ab673cf0dfd4165401cc532cc124b86290..099e770d49d795c49355389b57b262d03bf0395b 100644 (file)
@@ -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