From ea122e28fb28c3df2a7b940bf336b2d63809f04c Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 5 Feb 2022 11:41:55 +0100 Subject: [PATCH] restrict unikernels to git < 3.8.0 --- packages/mirage-unikernel-caldav-hvt.0.0.1/opam | 2 +- packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.1/opam | 2 +- packages/mirage-unikernel-caldav-monitoring-hvt.0.0.2/opam | 2 +- packages/mirage-unikernel-dns-primary-git-hvt.0.0.1/opam | 2 +- .../mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.1/opam | 2 +- packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam | 2 +- packages/mirage-unikernel-roburio-hvt.0.0.2/opam | 2 +- packages/mirage-unikernel-unipi-hvt.0.0.1/opam | 2 +- packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/mirage-unikernel-caldav-hvt.0.0.1/opam b/packages/mirage-unikernel-caldav-hvt.0.0.1/opam index 581d975..5417c6c 100644 --- a/packages/mirage-unikernel-caldav-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-caldav-hvt.0.0.1/opam @@ -8,7 +8,7 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"} "crunch" {build & >= "3.1.0" & < "4.0.0"} "ethernet" { >= "3.0.0" & < "4.0.0"} "functoria-runtime" - "git-mirage" { >= "3.7.0"} + "git-mirage" { >= "3.7.0" & < "3.8.0"} "icalendar" { >= "0.1.3"} "irmin-git" { >= "2.10.0"} "irmin-mirage-git" { >= "2.10.0"} diff --git a/packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.1/opam b/packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.1/opam index 97da4a6..cd19d1c 100644 --- a/packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.1/opam @@ -9,7 +9,7 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"} "dns-certify" { >= "5.0.0"} "ethernet" { >= "3.0.0" & < "4.0.0"} "functoria-runtime" - "git-mirage" { >= "3.7.0"} + "git-mirage" { >= "3.7.0" & < "3.8.0"} "icalendar" { >= "0.1.3"} "irmin-git" { >= "2.10.0"} "irmin-mirage-git" { >= "2.10.0"} diff --git a/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.2/opam b/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.2/opam index 8fc55e9..c6635e8 100644 --- a/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.2/opam @@ -8,7 +8,7 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"} "crunch" {build & >= "3.1.0" & < "4.0.0"} "ethernet" { >= "3.0.0" & < "4.0.0"} "functoria-runtime" - "git-mirage" { >= "3.7.0"} + "git-mirage" { >= "3.7.0" & < "3.8.0"} "icalendar" { >= "0.1.3"} "irmin-git" { >= "2.10.0"} "irmin-mirage-git" { >= "2.10.0"} diff --git a/packages/mirage-unikernel-dns-primary-git-hvt.0.0.1/opam b/packages/mirage-unikernel-dns-primary-git-hvt.0.0.1/opam index e8f4560..ec78f9b 100644 --- a/packages/mirage-unikernel-dns-primary-git-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-dns-primary-git-hvt.0.0.1/opam @@ -6,7 +6,7 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"} "dns-tsig" "ethernet" { >= "3.0.0" & < "4.0.0"} "functoria-runtime" - "git-mirage" { >= "3.7.0"} + "git-mirage" { >= "3.7.0" & < "3.8.0"} "git-paf" { >= "3.7.0"} "irmin-mirage" { >= "2.10.0"} "irmin-mirage-git" { >= "2.10.0"} diff --git a/packages/mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.1/opam b/packages/mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.1/opam index 53e24b0..34a6061 100644 --- a/packages/mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.1/opam @@ -6,7 +6,7 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"} "dns-tsig" "ethernet" { >= "3.0.0" & < "4.0.0"} "functoria-runtime" - "git-mirage" { >= "3.7.0"} + "git-mirage" { >= "3.7.0" & < "3.8.0"} "git-paf" { >= "3.7.0"} "irmin-mirage" { >= "2.10.0"} "irmin-mirage-git" { >= "2.10.0"} diff --git a/packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam b/packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam index 08bc3af..e8204f5 100644 --- a/packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam @@ -8,7 +8,7 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"} "decompress" { >= "0.5"} "ethernet" { >= "3.0.0" & < "4.0.0"} "functoria-runtime" - "git-mirage" { >= "3.7.0"} + "git-mirage" { >= "3.7.0" & < "3.8.0"} "irmin" { >= "2.10.0"} "irmin-mirage" { >= "2.10.0"} "irmin-mirage-git" { >= "2.10.0"} diff --git a/packages/mirage-unikernel-roburio-hvt.0.0.2/opam b/packages/mirage-unikernel-roburio-hvt.0.0.2/opam index cdb7ac9..d289d48 100644 --- a/packages/mirage-unikernel-roburio-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-roburio-hvt.0.0.2/opam @@ -8,7 +8,7 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"} "decompress" { >= "0.5"} "ethernet" { >= "3.0.0" & < "4.0.0"} "functoria-runtime" - "git-mirage" { >= "3.7.0"} + "git-mirage" { >= "3.7.0" & < "3.8.0"} "irmin" { >= "2.10.0"} "irmin-mirage" { >= "2.10.0"} "irmin-mirage-git" { >= "2.10.0"} diff --git a/packages/mirage-unikernel-unipi-hvt.0.0.1/opam b/packages/mirage-unikernel-unipi-hvt.0.0.1/opam index 9bc6a9b..ec6708c 100644 --- a/packages/mirage-unikernel-unipi-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-unipi-hvt.0.0.1/opam @@ -7,7 +7,7 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"} "ethernet" { >= "3.0.0" & < "4.0.0"} "functoria-runtime" "git" { >= "3.7.0"} - "git-mirage" { >= "3.7.0"} + "git-mirage" { >= "3.7.0" & < "3.8.0"} "git-paf" { >= "3.7.0"} "irmin-mirage-git" { >= "2.10.0" & < "3.0.0"} "letsencrypt" { >= "0.3.0"} diff --git a/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam b/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam index fefe3a6..01f8e1d 100644 --- a/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam @@ -8,7 +8,7 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"} "ethernet" { >= "3.0.0" & < "4.0.0"} "functoria-runtime" "git" { >= "3.7.0"} - "git-mirage" { >= "3.7.0"} + "git-mirage" { >= "3.7.0" & < "3.8.0"} "git-paf" { >= "3.7.0"} "irmin-mirage-git" { >= "2.10.0" & < "3.0.0"} "letsencrypt" { >= "0.3.0"}