From eb865a03b7ab80bdabc00b5c8a109759af783281 Mon Sep 17 00:00:00 2001 From: Matt Ray Date: Sun, 22 May 2016 22:06:25 +1000 Subject: [PATCH] Document usage and move to core with MIT license Pull request: #551 Approved by: juliandunn --- plans/polipo/README.md | 5 +++++ plans/polipo/plan.sh | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 plans/polipo/README.md diff --git a/plans/polipo/README.md b/plans/polipo/README.md new file mode 100644 index 0000000000..598de47f7d --- /dev/null +++ b/plans/polipo/README.md @@ -0,0 +1,5 @@ +This plan builds and configures the [polipo](https://www.irif.univ-paris-diderot.fr/~jch/software/polipo/) caching web proxy. After you deploy a dockerized polipo, you can use it as a caching proxy for Habitat by exporting it in your shell. + + http_proxy=http://192.168.142.180:8123; export http_proxy + +It appears that not every Habitat command utilizes the `http_proxy` environment variable yet, but those that do produce decidedly faster builds. diff --git a/plans/polipo/plan.sh b/plans/polipo/plan.sh index d6a116f195..5ae65d8173 100644 --- a/plans/polipo/plan.sh +++ b/plans/polipo/plan.sh @@ -1,8 +1,8 @@ pkg_name=polipo -pkg_origin=mattray +pkg_origin=core pkg_version=1.1.1 -pkg_maintainer="Matt Ray " -pkg_license=('Apache-2') +pkg_maintainer="The Habitat Maintainers " +pkg_license=('mit') pkg_source=https://github.com/jech/polipo/archive/${pkg_name}-${pkg_version}.tar.gz pkg_shasum=de0afeeaa47df776420e59b69e9a78f68e8a7bc4a46b739772e1d91119ed2405 pkg_deps=(core/glibc)