From 643c2937a6079706af00a562c088e94b66876050 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 27 Feb 2013 16:26:59 +0000 Subject: Change openssl --- disabled/openssl.lorry | 7 +++++++ open-source-lorries/openssl-new.lorry | 6 ++++++ open-source-lorries/openssl.lorry | 7 ------- 3 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 disabled/openssl.lorry create mode 100644 open-source-lorries/openssl-new.lorry delete mode 100644 open-source-lorries/openssl.lorry diff --git a/disabled/openssl.lorry b/disabled/openssl.lorry new file mode 100644 index 0000000..161223c --- /dev/null +++ b/disabled/openssl.lorry @@ -0,0 +1,7 @@ +{ + "openssl": { + "type": "cvs", + "url": "anonymous@cvs.openssl.org:/openssl-cvs", + "module": "openssl" + } +} diff --git a/open-source-lorries/openssl-new.lorry b/open-source-lorries/openssl-new.lorry new file mode 100644 index 0000000..fe263de --- /dev/null +++ b/open-source-lorries/openssl-new.lorry @@ -0,0 +1,6 @@ +{ + "openssl-new": { + "type": "git", + "url": "git://github.com/openssl/openssl" + } +} diff --git a/open-source-lorries/openssl.lorry b/open-source-lorries/openssl.lorry deleted file mode 100644 index 161223c..0000000 --- a/open-source-lorries/openssl.lorry +++ /dev/null @@ -1,7 +0,0 @@ -{ - "openssl": { - "type": "cvs", - "url": "anonymous@cvs.openssl.org:/openssl-cvs", - "module": "openssl" - } -} -- cgit v1.2.1