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 + 4 files changed, 19 insertions(+) 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 (limited to 'open-source-lorries-disabled') 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" } } -- cgit v1.2.1