diff options
author | Rob J. Heywood <robert.heywood@codethink.co.uk> | 2020-08-18 13:29:59 +0100 |
---|---|---|
committer | Rob J. Heywood <robert.heywood@codethink.co.uk> | 2020-08-18 13:34:39 +0100 |
commit | 8018de159693b271cab4ce073ee6df1582da2cd6 (patch) | |
tree | 113a06750d15fca302841e812cab7144f27e4955 /open-source-lorries-disabled | |
parent | dbd817cc4acd9869a42204091e94e8e527f7958c (diff) | |
download | lorries-8018de159693b271cab4ce073ee6df1582da2cd6.tar.gz |
libapr-tarball, libapr-util-tarball: disable.
The mirror used by these lorries is no longer online.
Since we already have SVN mirrors for them, these lorries can
safely be disabled.
Diffstat (limited to 'open-source-lorries-disabled')
-rw-r--r-- | open-source-lorries-disabled/libapr-tarball.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries-disabled/libapr-util-tarball.lorry | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/open-source-lorries-disabled/libapr-tarball.lorry b/open-source-lorries-disabled/libapr-tarball.lorry new file mode 100644 index 0000000..1d17acb --- /dev/null +++ b/open-source-lorries-disabled/libapr-tarball.lorry @@ -0,0 +1,6 @@ +{ + "libapr-tarball": { + "type": "tarball", + "url": "http://apache.mirror.anlx.net//apr/apr-1.4.6.tar.bz2" + } +} diff --git a/open-source-lorries-disabled/libapr-util-tarball.lorry b/open-source-lorries-disabled/libapr-util-tarball.lorry new file mode 100644 index 0000000..cc661aa --- /dev/null +++ b/open-source-lorries-disabled/libapr-util-tarball.lorry @@ -0,0 +1,6 @@ +{ + "libapr-util-tarball": { + "type": "tarball", + "url": "http://apache.mirror.anlx.net//apr/apr-util-1.4.1.tar.bz2" + } +} |