1 # Package server URL and publisher
2 PKGPUBLISHER=omnios
3 PKGSRVR=http://pkg-il-1.int.omniti.net:10006/
4
5 # Uncommenting this line will create a on-disk repo in
6 # the top level of your checkout and publish there instead
7 # of the URI specified above.
8 #
9 #PKGSRVR=file:///$MYDIR/../tmp.repo/
|
1 # Package server URL and publisher
2 PKGPUBLISHER=omnios
3 PKGSRVR=http://pkg-il-1.int.omniti.net:10006/
4
5 # Uncommenting this line will create a on-disk repo in
6 # the top level of your checkout and publish there instead
7 # of the URI specified above.
8 #
9 #PKGSRVR=file:///$MYDIR/../tmp.repo/
10
11 # These two should be uncommented and set to specific git changeset IDs
12 # if illumos-kvm and illumos-kvm-cmd get too far ahead of illumos-{gate,omnios}.
13 #KVM_ROLLBACK=a8ea37e8deb99265682c66c23f787f704e77fb91
14 #KVM_CMD_ROLLBACK=1c6181be55d1cadc4426069960688307a6083131
|