File tree 2 files changed +7
-13
lines changed
2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,8 @@ script:
16
16
deploy :
17
17
provider : releases
18
18
api_key :
19
- # Create this key using "travis setup releases" on the command line.
20
- # Deployment on Travis is triggered when
21
- # (1) a release is tagged
22
- # (2) it is built from the repo named under on.repo below
23
- # Hence, it is safe to built this with Travis from a forked
24
- # (private) repo as the release step is not triggered.
25
- secure : IVMfBoWnV8Ci+HvtOCJiHDMrZEJ4GMjgk9wiJ4i9kRNAizNw6DhEh3O82gZ6MwOVP3RBofDqOgLeZZ2Cfq79UtIzM9WVViPl/bhhiTSzMViTlSPtbCDwHHWV/m/G53Kr10cfQeeeEJSOo32qVJhGZz/DCSbdrulmZNPcp5tGo+IzGxnKj7AqlsMIbNL/T/NFAvuI1k09rIwvQCm9OnLlN23EO7MyXRWcmVGuTrXGqQJA6B/Prq7jUno6JPhNbREGW9HRGDAh4/1ac+VHx5k1XZsPUw5Ow9H6PFXSYQQGuONu+GwxVBMNp5DxiRXdCgo+ZkWKulQzYL8c8IgeCM6/xHvSdMP2R3ATEJDO+32QTcLR9P4Uvq+vunEKSCRoDamLHEz6Zex1D0OOThHlm+aY4Db4buXAC6gzT7v0b4hlmTXGJlbIZ/Ove2q8q2T2P/8tdMtyj5hJ/adrEscdMRNq3RrjMH7yf6tUKX7+Ma+LB4ULykiT7TaqWLBARHYaEYPVQwEDaTaAhWuGC27foGmUZ1c6gCYzTD5u9xGms7alo5AjCBpe5xEaPeyP7f5zXnpIVypePabThuTPAOKPh/ffWqOfc+Zh4xpGmmnLdUAPI6T0Wwrk5kqaUUl0V9d0ZV/LlmI2RhTp5opgBKqYJrVv6HNN8DZmmD/06os5aG2mzkk=
19
+ secure : EgP6w6c32LQtMGUxHDpYS5+l9j+a9idW8vYHd6QI1F8sVr2VpHT89Lby61ok+AC7Apt1z0gH+BuA7BKZRX2belA0oO58jJqFHZiB91iYWvFcvQNpKSz+E4Fp64RgYzAOV4jn369degqSoNbhGLb4oU1uaGhXZopprcmPZ4SMMC+WM2egcncT4Vt+VJ/nFQroev+fTFqMVDu737djwtT8GIQwoRKLFlAq1ZlSBBUECwUXThHAlOTT2pjbYUioR9/V6PvavxPrOzkozu+tnx1GrowESydvLIpTPGss3GccJpIsRHviE5YPDHhlI3O+vyHTl6POT3LrtiivIp/hW+sVg+3hfYPEtxXwgifminbKT0pbg3GKJu60IQznP56igL3yPclrq2UU8iYCHfe/tJSuse5GKVBqHoe+SNqX/IvqYgtR/S+d+M2DsHV8joXUm+ryvO/U6FgSRzAJgi5ekbdGsF+138biJKEXGG1Ma9fPn3FUbFy/Hg80cB6ABrFdXPOSvls5SHZqygARqoPJOIw1+RO0KyCAG9dGjd+Db9kFhPluiaeXY5rXDK9EOk4W38DnuSAwnVnIyLaSFD49nnUQw8qOjlOXGvmFD3cjJpn9VW7Zoh34qYfVBsGywIVCHjkbeJ9/xtaERznOWunReGX2jq9GemLE0OKoTK170iPUDsY=
26
20
file : src/test-vm.xen.gz
27
21
skip_cleanup : true
28
22
on :
29
- repo : xapi-project/xen-test-vm
30
23
tags : true
Original file line number Diff line number Diff line change 5
5
# Xen Test VM
6
6
7
7
This repository contains OCaml code to build a minimal para-virtualised
8
- kernel to run on the Xen hypervisor for testing Xen. The kernel is built
8
+ kernel to run on the Xen hypervisor for testing Xen Server . The kernel is built
9
9
using the Mirage unikernel framework.
10
10
11
11
# Binary Releases
12
12
13
13
Binary releases are hosted on
14
14
[ GitHub] ( https://github.com/xapi-project/xen-test-vm/releases ) as
15
- ` xen-test.vm.gz ` .
15
+ ` xen-test.vm.gz ` . (Please check the correct version for the latest
16
+ binary release.)
16
17
17
- VERSION="0.0 .5"
18
+ VERSION="0.1 .5"
18
19
GH="https://github.com/xapi-project"
19
20
VM="$GH/xen-test-vm/releases/download/$VERSION/test-vm.xen.gz"
20
21
KERNEL="xen-test-vm-${VERSION//./-}.xen.gz"
@@ -108,8 +109,8 @@ describes three aspects:
108
109
* ` "delete" ` : delete "control/shutdown"
109
110
* ` "something" ` : write the string read to "control/shutdown"
110
111
111
- 3 . ` "action" ` : what do do (eiter now or on shutdown). The message in
112
- ` control/shutdown ` is ignored and superseeded by the ` action ` field:
112
+ 3 . ` "action" ` : what do do (either now or on shutdown). The message in
113
+ ` control/shutdown ` is ignored and superseded by the ` action ` field:
113
114
* ` "suspend" ` : suspend
114
115
* ` "poweroff" ` : power off
115
116
* ` "reboot" ` : reboot
You can’t perform that action at this time.
0 commit comments