From dfaa5098164809284dae68cb6a0ae11b260879db Mon Sep 17 00:00:00 2001 From: Eugene Kolo Date: Mon, 5 Oct 2015 03:22:12 -0400 Subject: [PATCH 1/2] added git ppa and removed testing. takes way too long --- git-openssl.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-openssl.sh b/git-openssl.sh index c19125419..129ecd541 100755 --- a/git-openssl.sh +++ b/git-openssl.sh @@ -9,6 +9,7 @@ sudo apt-get build-dep git -y sudo apt-get install libcurl4-openssl-dev -y mkdir -p "/tmp/source-git/" cd "/tmp/source-git/" +sudo apt-add-repository ppa:git-core/ppa apt-get source git # We need to actually go into the git source directory @@ -19,7 +20,7 @@ pwd # This is where we actually change the library from one type to the other. sed -i -- 's/libcurl4-gnutls-dev/libcurl4-openssl-dev/' ./debian/control # Compile time, itself, is long. Skips the tests. Do so at your own peril. -#sed -i -- '/TEST\s*=\s*test/d' ./debian/rules +sed -i -- '/TEST\s*=\s*test/d' ./debian/rules # Build it. dpkg-buildpackage -rfakeroot -b From 3d58393caa8ba615dda2c146537fd7d6e2249a30 Mon Sep 17 00:00:00 2001 From: Eugene Kolo Date: Mon, 5 Oct 2015 23:32:00 -0400 Subject: [PATCH 2/2] Reenabled tests --- git-openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-openssl.sh b/git-openssl.sh index 129ecd541..7b4b3dbf6 100755 --- a/git-openssl.sh +++ b/git-openssl.sh @@ -20,7 +20,7 @@ pwd # This is where we actually change the library from one type to the other. sed -i -- 's/libcurl4-gnutls-dev/libcurl4-openssl-dev/' ./debian/control # Compile time, itself, is long. Skips the tests. Do so at your own peril. -sed -i -- '/TEST\s*=\s*test/d' ./debian/rules +#sed -i -- '/TEST\s*=\s*test/d' ./debian/rules # Build it. dpkg-buildpackage -rfakeroot -b