Skip to content

Commit 057c1e5

Browse files
committed
Revert "local site.sh"
This reverts commit cddf2d6.
1 parent faa046f commit 057c1e5

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

lib/site.sh

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,12 @@
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}.

0 commit comments

Comments
 (0)