Print this page
Support for PREBUILT_ILLUMOS, and optional /tmp/debug.$$ output.
| Split |
Close |
| Expand all |
| Collapse all |
--- old/lib/site.sh
+++ new/lib/site.sh
1 1 # Package server URL and publisher
2 2 PKGPUBLISHER=omnios
3 3 PKGSRVR=http://pkg-il-1.int.omniti.net:10006/
4 4
5 5 # Uncommenting this line will create a on-disk repo in
6 6 # the top level of your checkout and publish there instead
7 7 # of the URI specified above.
8 8 #
9 9 #PKGSRVR=file:///$MYDIR/../tmp.repo/
10 10
11 +# Uncommenting this line will use a pre-built illumos-omnios, instead of having
12 +# us build it. NOTE: A build of illumos-omnios can be launched concurrently in
13 +# conjunction with setting this variable. See functions.sh:wait_for_prebuilt().
14 +#PREBUILT_ILLUMOS=$HOME/build/prebuild
15 +
11 16 # These two should be uncommented and set to specific git changeset IDs
12 17 # if illumos-kvm and illumos-kvm-cmd get too far ahead of illumos-{gate,omnios}.
13 18 #KVM_ROLLBACK=a8ea37e8deb99265682c66c23f787f704e77fb91
14 19 #KVM_CMD_ROLLBACK=1c6181be55d1cadc4426069960688307a6083131
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX