From dbd817cc4acd9869a42204091e94e8e527f7958c Mon Sep 17 00:00:00 2001 From: "Rob J. Heywood" Date: Tue, 18 Aug 2020 13:24:15 +0100 Subject: Disable all calxeda.com lorries. Calxeda no longer exists. Therefore these URLs will no longer resolve. And any mirrors online will no longer get updated. This change disables all lorries witch refer to the calxeda.com domain. --- open-source-lorries-disabled/cxmanage-tarball.lorry | 6 ++++++ open-source-lorries-disabled/cxmanage.lorry | 6 ++++++ open-source-lorries-disabled/pyipmi-tarball.lorry | 6 ++++++ open-source-lorries-disabled/pyipmi.lorry | 1 + open-source-lorries/cxmanage-tarball.lorry | 6 ------ open-source-lorries/cxmanage.lorry | 6 ------ open-source-lorries/pyipmi-tarball.lorry | 6 ------ open-source-lorries/pyipmi.lorry | 1 - 8 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 open-source-lorries-disabled/cxmanage-tarball.lorry create mode 100644 open-source-lorries-disabled/cxmanage.lorry create mode 100644 open-source-lorries-disabled/pyipmi-tarball.lorry create mode 100644 open-source-lorries-disabled/pyipmi.lorry delete mode 100644 open-source-lorries/cxmanage-tarball.lorry delete mode 100644 open-source-lorries/cxmanage.lorry delete mode 100644 open-source-lorries/pyipmi-tarball.lorry delete mode 100644 open-source-lorries/pyipmi.lorry diff --git a/open-source-lorries-disabled/cxmanage-tarball.lorry b/open-source-lorries-disabled/cxmanage-tarball.lorry new file mode 100644 index 0000000..72403d4 --- /dev/null +++ b/open-source-lorries-disabled/cxmanage-tarball.lorry @@ -0,0 +1,6 @@ +{ + "cxmanage-tarball": { + "type": "tarball", + "url": "http://sources.calxeda.com/python/packages/cxmanage/cxmanage-0.8.2.tar.gz" + } +} diff --git a/open-source-lorries-disabled/cxmanage.lorry b/open-source-lorries-disabled/cxmanage.lorry new file mode 100644 index 0000000..f1dda7d --- /dev/null +++ b/open-source-lorries-disabled/cxmanage.lorry @@ -0,0 +1,6 @@ +{ + "cxmanage": { + "type": "git", + "url": "git://sources.calxeda.com/cxmanage.git" + } +} diff --git a/open-source-lorries-disabled/pyipmi-tarball.lorry b/open-source-lorries-disabled/pyipmi-tarball.lorry new file mode 100644 index 0000000..22fd264 --- /dev/null +++ b/open-source-lorries-disabled/pyipmi-tarball.lorry @@ -0,0 +1,6 @@ +{ + "pyipmi-tarball": { + "type": "tarball", + "url": "http://sources.calxeda.com/python/packages/pyipmi/pyipmi-0.7.1.tar.gz" + } +} diff --git a/open-source-lorries-disabled/pyipmi.lorry b/open-source-lorries-disabled/pyipmi.lorry new file mode 100644 index 0000000..4231106 --- /dev/null +++ b/open-source-lorries-disabled/pyipmi.lorry @@ -0,0 +1 @@ +{ "pyipmi": { "type": "git", "url": "git://sources.calxeda.com/pyipmi.git" } } diff --git a/open-source-lorries/cxmanage-tarball.lorry b/open-source-lorries/cxmanage-tarball.lorry deleted file mode 100644 index 72403d4..0000000 --- a/open-source-lorries/cxmanage-tarball.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "cxmanage-tarball": { - "type": "tarball", - "url": "http://sources.calxeda.com/python/packages/cxmanage/cxmanage-0.8.2.tar.gz" - } -} diff --git a/open-source-lorries/cxmanage.lorry b/open-source-lorries/cxmanage.lorry deleted file mode 100644 index f1dda7d..0000000 --- a/open-source-lorries/cxmanage.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "cxmanage": { - "type": "git", - "url": "git://sources.calxeda.com/cxmanage.git" - } -} diff --git a/open-source-lorries/pyipmi-tarball.lorry b/open-source-lorries/pyipmi-tarball.lorry deleted file mode 100644 index 22fd264..0000000 --- a/open-source-lorries/pyipmi-tarball.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pyipmi-tarball": { - "type": "tarball", - "url": "http://sources.calxeda.com/python/packages/pyipmi/pyipmi-0.7.1.tar.gz" - } -} diff --git a/open-source-lorries/pyipmi.lorry b/open-source-lorries/pyipmi.lorry deleted file mode 100644 index 4231106..0000000 --- a/open-source-lorries/pyipmi.lorry +++ /dev/null @@ -1 +0,0 @@ -{ "pyipmi": { "type": "git", "url": "git://sources.calxeda.com/pyipmi.git" } } -- cgit v1.2.1