From 6dff8c91eada9f18af039bece4e9799229163412 Mon Sep 17 00:00:00 2001 From: Bernhard Kaindl Date: Tue, 27 Jun 2023 13:56:02 +0200 Subject: [PATCH] packages/*/*/opam: dev-repo must use github https (2nd part) Replace git://github.* with https://gitub*.git Fix `opam source --dev $package` to use the github https URL instead of the git:// protocol which was discontinued by github. Command used: sed -i '/git:/s/"$/.git"/;s/.git.git"/.git"/;s/git:/https:/' */*/*/opam These are the changed dev-repo lines: dev-repo: "https://github.com/lindig/polly.git" dev-repo: "https://github.com/mirage/ocaml-rpc.git" dev-repo: "https://github.com/ocaml-batteries-team/batteries-included.git" dev-repo: "https://github.com/xapi-project/backtrace.git" dev-repo: "https://github.com/xapi-project/xapi-test-utils.git" dev-repo: "https://github.com/xapi-project/xcp-idl.git" dev-repo: "https://github.com/xapi-project/xen-api.git" Signed-off-by: Bernhard Kaindl --- packages/upstream/batteries.3.6.0/opam | 2 +- packages/upstream/ppx_deriving_rpc.9.0.0/opam | 2 +- packages/xs-extra/forkexec.master/opam | 2 +- packages/xs-extra/message-switch-async.master/opam | 2 +- packages/xs-extra/message-switch-cli.master/opam | 2 +- packages/xs-extra/message-switch-core.master/opam | 2 +- packages/xs-extra/message-switch-lwt.master/opam | 2 +- packages/xs-extra/message-switch-unix.master/opam | 2 +- packages/xs-extra/message-switch.master/opam | 2 +- packages/xs-extra/rrdd-plugin.master/opam | 2 +- packages/xs-extra/rrdd-plugins.master/opam | 2 +- packages/xs-extra/xapi-forkexecd.master/opam | 2 +- packages/xs-extra/xapi-idl.master/opam | 2 +- packages/xs-extra/xapi-rrdd-plugin.master/opam | 2 +- packages/xs-extra/xapi-squeezed.master/opam | 2 +- packages/xs-extra/xapi-storage-script.master/opam | 2 +- packages/xs-extra/xapi-storage.master/opam | 2 +- packages/xs/polly.0.3.0/opam | 2 +- packages/xs/xapi-backtrace.0.7/opam | 2 +- packages/xs/xapi-test-utils.1.4.0/opam | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/upstream/batteries.3.6.0/opam b/packages/upstream/batteries.3.6.0/opam index afd1b4f24..173b10b25 100644 --- a/packages/upstream/batteries.3.6.0/opam +++ b/packages/upstream/batteries.3.6.0/opam @@ -28,7 +28,7 @@ build: [ ] run-test: [make "test"] install: [make "install"] -dev-repo: "git://github.com/ocaml-batteries-team/batteries-included.git" +dev-repo: "https://github.com/ocaml-batteries-team/batteries-included.git" url { src: "https://github.com/ocaml-batteries-team/batteries-included/archive/refs/tags/v3.6.0.tar.gz" checksum: [ diff --git a/packages/upstream/ppx_deriving_rpc.9.0.0/opam b/packages/upstream/ppx_deriving_rpc.9.0.0/opam index 6a6aad890..1be19eb8a 100644 --- a/packages/upstream/ppx_deriving_rpc.9.0.0/opam +++ b/packages/upstream/ppx_deriving_rpc.9.0.0/opam @@ -30,7 +30,7 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -dev-repo: "git://github.com/mirage/ocaml-rpc" +dev-repo: "https://github.com/mirage/ocaml-rpc.git" url { src: "https://github.com/mirage/ocaml-rpc/releases/download/9.0.0/rpclib-9.0.0.tbz" diff --git a/packages/xs-extra/forkexec.master/opam b/packages/xs-extra/forkexec.master/opam index dc16fb454..904f0dfc4 100644 --- a/packages/xs-extra/forkexec.master/opam +++ b/packages/xs-extra/forkexec.master/opam @@ -3,7 +3,7 @@ maintainer: "xen-api@lists.xen.org" authors: "xen-api@lists.xen.org" homepage: "https://github.com/xapi-project/" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api" +dev-repo: "https://github.com/xapi-project/xen-api.git" tags: [ "org:xapi-project" ] build: [[ "dune" "build" "-p" name "-j" jobs ]] diff --git a/packages/xs-extra/message-switch-async.master/opam b/packages/xs-extra/message-switch-async.master/opam index 748bf1e0e..72caf02a4 100644 --- a/packages/xs-extra/message-switch-async.master/opam +++ b/packages/xs-extra/message-switch-async.master/opam @@ -4,7 +4,7 @@ maintainer: "xen-api@lists.xen.org" authors: [ "xen-api@lists.xen.org" ] homepage: "https://github.com/xapi-project/xen-api" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api" +dev-repo: "https://github.com/xapi-project/xen-api.git" tags: [ "org:xapi-project" ] build: [ ["./configure" "--prefix" "%{prefix}%"] diff --git a/packages/xs-extra/message-switch-cli.master/opam b/packages/xs-extra/message-switch-cli.master/opam index a5a452157..b0972356d 100644 --- a/packages/xs-extra/message-switch-cli.master/opam +++ b/packages/xs-extra/message-switch-cli.master/opam @@ -4,7 +4,7 @@ maintainer: "xen-api@lists.xen.org" authors: [ "xen-api@lists.xen.org" ] homepage: "https://github.com/xapi-project/xen-api" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api" +dev-repo: "https://github.com/xapi-project/xen-api.git" tags: [ "org:xapi-project" ] build: [ ["./configure" "--prefix" "%{prefix}%"] diff --git a/packages/xs-extra/message-switch-core.master/opam b/packages/xs-extra/message-switch-core.master/opam index 0c7584625..44355502e 100644 --- a/packages/xs-extra/message-switch-core.master/opam +++ b/packages/xs-extra/message-switch-core.master/opam @@ -4,7 +4,7 @@ maintainer: "xen-api@lists.xen.org" authors: [ "xen-api@lists.xen.org" ] homepage: "https://github.com/xapi-project/xen-api" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api" +dev-repo: "https://github.com/xapi-project/xen-api.git" tags: [ "org:xapi-project" ] build: [ ["./configure" "--prefix" "%{prefix}%"] diff --git a/packages/xs-extra/message-switch-lwt.master/opam b/packages/xs-extra/message-switch-lwt.master/opam index 878af5d76..887937c91 100644 --- a/packages/xs-extra/message-switch-lwt.master/opam +++ b/packages/xs-extra/message-switch-lwt.master/opam @@ -4,7 +4,7 @@ maintainer: "xen-api@lists.xen.org" authors: [ "xen-api@lists.xen.org" ] homepage: "https://github.com/xapi-project/xen-api" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api" +dev-repo: "https://github.com/xapi-project/xen-api.git" tags: [ "org:xapi-project" ] build: [ ["./configure" "--prefix" "%{prefix}%"] diff --git a/packages/xs-extra/message-switch-unix.master/opam b/packages/xs-extra/message-switch-unix.master/opam index 632285fe0..d698014a7 100644 --- a/packages/xs-extra/message-switch-unix.master/opam +++ b/packages/xs-extra/message-switch-unix.master/opam @@ -4,7 +4,7 @@ maintainer: "xen-api@lists.xen.org" authors: [ "xen-api@lists.xen.org" ] homepage: "https://github.com/xapi-project/xen-api" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api" +dev-repo: "https://github.com/xapi-project/xen-api.git" tags: [ "org:xapi-project" ] build: [ ["./configure" "--prefix" "%{prefix}%"] diff --git a/packages/xs-extra/message-switch.master/opam b/packages/xs-extra/message-switch.master/opam index 7267b4725..bcf3abcb6 100644 --- a/packages/xs-extra/message-switch.master/opam +++ b/packages/xs-extra/message-switch.master/opam @@ -4,7 +4,7 @@ maintainer: "xen-api@lists.xen.org" authors: [ "xen-api@lists.xen.org" ] homepage: "https://github.com/xapi-project/xen-api" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api" +dev-repo: "https://github.com/xapi-project/xen-api.git" tags: [ "org:xapi-project" ] build: [ ["./configure" "--prefix" "%{prefix}%"] diff --git a/packages/xs-extra/rrdd-plugin.master/opam b/packages/xs-extra/rrdd-plugin.master/opam index 51759350c..0d55185d8 100644 --- a/packages/xs-extra/rrdd-plugin.master/opam +++ b/packages/xs-extra/rrdd-plugin.master/opam @@ -3,7 +3,7 @@ maintainer: "xen-api@lists.xen.org" authors: "xen-api@lists.xen.org" homepage: "https://xapi-project.github.io/" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api.git" +dev-repo: "https://github.com/xapi-project/xen-api.git" build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} diff --git a/packages/xs-extra/rrdd-plugins.master/opam b/packages/xs-extra/rrdd-plugins.master/opam index d772e2078..83d4c9723 100644 --- a/packages/xs-extra/rrdd-plugins.master/opam +++ b/packages/xs-extra/rrdd-plugins.master/opam @@ -5,7 +5,7 @@ authors: [ "xs-devel@lists.xenserver.org" ] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/xapi-project/xen-api" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api" +dev-repo: "https://github.com/xapi-project/xen-api.git" build: [[ "dune" "build" "-p" name "-j" jobs ]] synopsis: "Plugins registering to the RRD daemon and exposing various metrics" depends: [ diff --git a/packages/xs-extra/xapi-forkexecd.master/opam b/packages/xs-extra/xapi-forkexecd.master/opam index efa430cec..4de2914b5 100644 --- a/packages/xs-extra/xapi-forkexecd.master/opam +++ b/packages/xs-extra/xapi-forkexecd.master/opam @@ -3,7 +3,7 @@ maintainer: "xen-api@lists.xen.org" authors: "xen-api@lists.xen.org" homepage: "https://github.com/xapi-project/" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api" +dev-repo: "https://github.com/xapi-project/xen-api.git" tags: [ "org:xapi-project" ] build: [ diff --git a/packages/xs-extra/xapi-idl.master/opam b/packages/xs-extra/xapi-idl.master/opam index 862311b53..fc00205cf 100644 --- a/packages/xs-extra/xapi-idl.master/opam +++ b/packages/xs-extra/xapi-idl.master/opam @@ -2,7 +2,7 @@ opam-version: "2.0" authors: "Dave Scott" homepage: "https://github.com/xapi-project/xcp-idl" bug-reports: "https://github.com/xapi-project/xcp-idl/issues" -dev-repo: "git://github.com/xapi-project/xcp-idl" +dev-repo: "https://github.com/xapi-project/xcp-idl.git" maintainer: "xen-api@lists.xen.org" tags: [ "org:xapi-project" ] build: [["dune" "build" "-p" name "-j" jobs]] diff --git a/packages/xs-extra/xapi-rrdd-plugin.master/opam b/packages/xs-extra/xapi-rrdd-plugin.master/opam index 9ed463203..a5f33560f 100644 --- a/packages/xs-extra/xapi-rrdd-plugin.master/opam +++ b/packages/xs-extra/xapi-rrdd-plugin.master/opam @@ -3,7 +3,7 @@ maintainer: "xen-api@lists.xen.org" authors: "xen-api@lists.xen.org" homepage: "https://xapi-project.github.io/" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api.git" +dev-repo: "https://github.com/xapi-project/xen-api.git" depends: ["ocaml" "rrdd-plugin"] synopsis: "A plugin library for the xapi performance monitoring daemon" description: """ diff --git a/packages/xs-extra/xapi-squeezed.master/opam b/packages/xs-extra/xapi-squeezed.master/opam index b621bda47..1bc113ad3 100644 --- a/packages/xs-extra/xapi-squeezed.master/opam +++ b/packages/xs-extra/xapi-squeezed.master/opam @@ -3,7 +3,7 @@ author: "dave.scott@eu.citrix.com" maintainer: "xen-api@lists.xen.org" homepage: "https://github.com/xapi-project/xen-api" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api.git" +dev-repo: "https://github.com/xapi-project/xen-api.git" build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test} diff --git a/packages/xs-extra/xapi-storage-script.master/opam b/packages/xs-extra/xapi-storage-script.master/opam index c33111d0c..1502c71be 100644 --- a/packages/xs-extra/xapi-storage-script.master/opam +++ b/packages/xs-extra/xapi-storage-script.master/opam @@ -5,7 +5,7 @@ authors: [ "xen-api@lists.xen.org" ] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/xapi-project/xen-api" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api" +dev-repo: "https://github.com/xapi-project/xen-api.git" tags: [ "org:xapi-project" ] build: [[ "dune" "build" "-p" name "-j" jobs ]] depends: [ diff --git a/packages/xs-extra/xapi-storage.master/opam b/packages/xs-extra/xapi-storage.master/opam index 8e906f184..ac7482282 100644 --- a/packages/xs-extra/xapi-storage.master/opam +++ b/packages/xs-extra/xapi-storage.master/opam @@ -4,7 +4,7 @@ maintainer: "xen-api@lists.xen.org" authors: "xen-api@lists.xen.org" homepage: "https://xapi-project.github.io/" bug-reports: "https://github.com/xapi-project/xen-api/issues" -dev-repo: "git://github.com/xapi-project/xen-api.git" +dev-repo: "https://github.com/xapi-project/xen-api.git" build: [ ["dune" "build" "-p" name "-j" jobs] ] diff --git a/packages/xs/polly.0.3.0/opam b/packages/xs/polly.0.3.0/opam index 32ee95ac1..418b5dbcc 100644 --- a/packages/xs/polly.0.3.0/opam +++ b/packages/xs/polly.0.3.0/opam @@ -20,7 +20,7 @@ depends: [ "conf-linux-libc-dev" ] build: ["dune" "build" "-p" name "-j" jobs "@install"] -dev-repo: "git://github.com/lindig/polly.git" +dev-repo: "https://github.com/lindig/polly.git" url { src: "https://github.com/lindig/polly/archive/refs/tags/0.3.0.tar.gz" checksum: "sha256=957abbaac82bf9f00aa23c015c5be0d8d2aa79151b8f3d5344bfb26c3c82f4c4" diff --git a/packages/xs/xapi-backtrace.0.7/opam b/packages/xs/xapi-backtrace.0.7/opam index 239a56752..99e9bc7d8 100644 --- a/packages/xs/xapi-backtrace.0.7/opam +++ b/packages/xs/xapi-backtrace.0.7/opam @@ -3,7 +3,7 @@ maintainer: "xen-api@lists.xen.org" authors: "xen-api@lists.xen.org" homepage: "https://github.com/xapi-project/backtrace" bug-reports: "https://github.com/xapi-project/backtrace/issues" -dev-repo: "git://github.com/xapi-project/backtrace.git" +dev-repo: "https://github.com/xapi-project/backtrace.git" tags: [ "org:xapi-project" ] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" diff --git a/packages/xs/xapi-test-utils.1.4.0/opam b/packages/xs/xapi-test-utils.1.4.0/opam index c8e95cdea..87be813f3 100644 --- a/packages/xs/xapi-test-utils.1.4.0/opam +++ b/packages/xs/xapi-test-utils.1.4.0/opam @@ -3,7 +3,7 @@ maintainer: "rob.hoes@citrix.com" authors: "xen-api@lists.xen.org" homepage: "https://xapi-project.github.io/" bug-reports: "https://github.com/xapi-project/xapi-test-utils/issues" -dev-repo: "git://github.com/xapi-project/xapi-test-utils.git" +dev-repo: "https://github.com/xapi-project/xapi-test-utils.git" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" build: [[ "dune" "build" "-p" name "-j" jobs ]] depends: [