File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 55# To create a on-disk repo in the top level of your checkout
66# and publish there instead of the URI specified above.
77#
8- omniosorg=/data/omnios-build/omniosorg
9- PKGSRVR=file://$omniosorg /_repo
10- TMPDIR=$omniosorg /_build
11- DTMPDIR=$TMPDIR
12-
13- MIRROR=$omniosorg /mirror
14-
15- case ` uname -n` in
16- build)
17- # SKIP_KAYAK_KERNEL=1
18- KAYAK_SUDO_BUILD=1
19- KAYAK_IMG_DSET=data/zone/build/export/kayak_image
20- ;;
21- bloody|omniosce)
22- KAYAK_SUDO_BUILD=1
23- ;;
24- esac
8+ # PKGSRVR=file://$MYDIR/../tmp.repo/
259
2610# Uncommenting this line will use a pre-built illumos-omnios, instead of having
2711# us build it. NOTE: A build of illumos-omnios can be launched concurrently in
2812# conjunction with setting this variable. See functions.sh:wait_for_prebuilt().
29- PREBUILT_ILLUMOS=/data/omnios- build/omniosorg/omnios.bloody
13+ # PREBUILT_ILLUMOS=$HOME/ build/prebuild
3014
3115# These two should be uncommented and set to specific git changeset IDs
3216# if illumos-kvm and illumos-kvm-cmd get too far ahead of illumos-{gate,omnios}.
You can’t perform that action at this time.
0 commit comments