From ff652dff498813f0e3dc08947f15c531658535b8 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Fri, 17 Jan 2025 13:51:32 +0100 Subject: [PATCH 1/2] Add opam template files with x-maintenance-intent --- multicoretests.opam.template | 1 + qcheck-lin.opam.template | 1 + qcheck-multicoretests-util.opam.template | 1 + qcheck-stm.opam.template | 1 + 4 files changed, 4 insertions(+) create mode 100644 multicoretests.opam.template create mode 100644 qcheck-lin.opam.template create mode 100644 qcheck-multicoretests-util.opam.template create mode 100644 qcheck-stm.opam.template diff --git a/multicoretests.opam.template b/multicoretests.opam.template new file mode 100644 index 00000000..7a302d9f --- /dev/null +++ b/multicoretests.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: ["(latest)"] diff --git a/qcheck-lin.opam.template b/qcheck-lin.opam.template new file mode 100644 index 00000000..7a302d9f --- /dev/null +++ b/qcheck-lin.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: ["(latest)"] diff --git a/qcheck-multicoretests-util.opam.template b/qcheck-multicoretests-util.opam.template new file mode 100644 index 00000000..7a302d9f --- /dev/null +++ b/qcheck-multicoretests-util.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: ["(latest)"] diff --git a/qcheck-stm.opam.template b/qcheck-stm.opam.template new file mode 100644 index 00000000..7a302d9f --- /dev/null +++ b/qcheck-stm.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: ["(latest)"] From 7e6b41c8b53aa164665b95e79a9ee2bd1366fd35 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Fri, 17 Jan 2025 13:52:04 +0100 Subject: [PATCH 2/2] Regenerate opam files --- multicoretests.opam | 1 + qcheck-lin.opam | 1 + qcheck-multicoretests-util.opam | 1 + qcheck-stm.opam | 1 + 4 files changed, 4 insertions(+) diff --git a/multicoretests.opam b/multicoretests.opam index 2c99d9f6..9f4839d3 100644 --- a/multicoretests.opam +++ b/multicoretests.opam @@ -42,3 +42,4 @@ build: [ ] ] dev-repo: "git+https://github.com/ocaml-multicore/multicoretests.git" +x-maintenance-intent: ["(latest)"] diff --git a/qcheck-lin.opam b/qcheck-lin.opam index 9a68b32b..979252cc 100644 --- a/qcheck-lin.opam +++ b/qcheck-lin.opam @@ -43,3 +43,4 @@ build: [ ] ] dev-repo: "git+https://github.com/ocaml-multicore/multicoretests.git" +x-maintenance-intent: ["(latest)"] diff --git a/qcheck-multicoretests-util.opam b/qcheck-multicoretests-util.opam index 42a8f56d..4bf46cf7 100644 --- a/qcheck-multicoretests-util.opam +++ b/qcheck-multicoretests-util.opam @@ -33,3 +33,4 @@ build: [ ] ] dev-repo: "git+https://github.com/ocaml-multicore/multicoretests.git" +x-maintenance-intent: ["(latest)"] diff --git a/qcheck-stm.opam b/qcheck-stm.opam index 703b3aad..48234a7b 100644 --- a/qcheck-stm.opam +++ b/qcheck-stm.opam @@ -43,3 +43,4 @@ build: [ ] ] dev-repo: "git+https://github.com/ocaml-multicore/multicoretests.git" +x-maintenance-intent: ["(latest)"]