From a8656f2c7bd5bd67f12499782b184b49246bb0e6 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 8 Sep 2020 18:35:52 +0100 Subject: Disable various obsolete mirrors All of these have changed version control system or otherwise become obsolete. Their descriptions have already been set to mark them as such. --- open-source-lorries-disabled/python-setuptools.lorry | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 open-source-lorries-disabled/python-setuptools.lorry (limited to 'open-source-lorries-disabled/python-setuptools.lorry') diff --git a/open-source-lorries-disabled/python-setuptools.lorry b/open-source-lorries-disabled/python-setuptools.lorry new file mode 100644 index 0000000..eceb2e6 --- /dev/null +++ b/open-source-lorries-disabled/python-setuptools.lorry @@ -0,0 +1,17 @@ +{ + "python-setuptools": { + "type": "svn", + "url": "http://svn.python.org/projects/sandbox/", + "layout": { + "trunk": "trunk/setuptools", + "branches": "branches/setuptools/*", + "tags": "tags/setuptools/*" + }, + "description": "Obsolete (use python-setuptools-git)" + }, + "python-setuptools-bitbucket": { + "type": "hg", + "url": "https://bitbucket.org/pypa/setuptools", + "description": "Obsolete (use python-setuptools-git)" + } +} -- cgit v1.2.1