aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2021-03-23 13:12:56 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2021-03-23 13:12:56 +0100
commit23956e55edbc02fbe087c08297022f7db77fc5a6 (patch)
tree0c4b4ca05ece8eea691607ee3db2539a7ed0ffed
parent59a1c0acc25159f5c7300e43ba823a996d221890 (diff)
use LDCG Python cache to speedup builds
-rw-r--r--README1
-rw-r--r--linaro-override.j27
2 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 04253ee..6cb9ecd 100644
--- a/README
+++ b/README
@@ -4,6 +4,7 @@ Kolla images.
Summary of changes:
- horizon-theme-linaro is a new image with Linaro Developer Cloud theme
+- uses LDCG python cache
How to build:
diff --git a/linaro-override.j2 b/linaro-override.j2
index 3ca592f..6b06de9 100644
--- a/linaro-override.j2
+++ b/linaro-override.j2
@@ -7,3 +7,10 @@ git clone --depth 1 https://git.linaro.org/leg/sdi/horizon-theme.git devcloud;\
rm -rf devcloud/.git
{% endblock %}
+
+
+{% block base_header %}
+
+ENV PIP_INDEX_URL https://snapshots.linaro.org/ldcg/python-cache/
+
+{% endblock %}