summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/spack/templates/misc/buildcache_index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/spack/templates/misc/buildcache_index.html b/share/spack/templates/misc/buildcache_index.html
new file mode 100644
index 0000000000..26a14c4ec8
--- /dev/null
+++ b/share/spack/templates/misc/buildcache_index.html
@@ -0,0 +1,11 @@
+<html>
+ <head>
+ </head>
+ <body>
+ <ul>
+{% for bucket_key in top_level_keys %}
+ <li><a href="{{ bucket_key }}">{{ bucket_key }}</a></li>
+{% endfor %}
+ </ul>
+ </body>
+</html>