spack/share/spack
Axel Huebl 7a81c37bde
Package Index: Build in Dockerhub (#13810)
* Package Index: Build in Dockerhub

Prepare to build the package index service, packages.spack.io,
on Dockerhub.

Local build (in spack root dir):
```
docker build -t spack/packages.spack.io:latest -f share/spack/docker/package-index/Dockerfile .
```

Local test:
```
docker run -p 8080:80 spack/packages.spack.io:latest
```

* Travis-CI: Remove Docker

Remove leftover docker stages from Travis-CI.

* Simplify Split Call
2019-11-26 10:11:29 -07:00
..
csh
docker Package Index: Build in Dockerhub (#13810) 2019-11-26 10:11:29 -07:00
docs/docker/module-file-tutorial
logo
qa Package Index: Build in Dockerhub (#13810) 2019-11-26 10:11:29 -07:00
templates lmod: module files are written in a root folder named by target family (#13121) 2019-10-15 11:20:49 -07:00
setup-env.csh
setup-env.sh
spack-completion.bash cmd/install: remove unused install_status option (#13751) 2019-11-22 11:17:37 -07:00