Print this page
site.sh-configurable KVM rollbacks
| 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 +
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
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX