diff options
| author | Jeff Carr <[email protected]> | 2024-10-30 20:31:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-30 20:31:14 -0500 |
| commit | 22111183a5a6f9c87062d503c8a71a6a6955bed5 (patch) | |
| tree | c5a131f5dffc3c7c23bce222c77a8a7db3014c96 /control | |
| parent | 41673f31706a4c68a26d580e42983380a0f15934 (diff) | |
make a simple .deb package
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'control')
| -rw-r--r-- | control | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +Source: virtigo +Build-Depends: golang +Package: virtigo +Maintainer: Jeff Carr <[email protected]> +Architecture: amd64 +Recommends: virtigod +Depends: +URL: https://go.wit.com/apps/virtigo +Description: control your virtual machines in your cluster + lets you start,stop, etc virtual machines + converts libvirt xml into protobuf definitions + communicates with hypervisors with protobuf's + uses virsh to start & stop + maintains unique mac address table + servers cluster status on :8080 for uptime checking like Kuma |
