New, cleaner package repository structure.
Package repositories now look like this:
top-level-dir/
repo.yaml
packages/
libelf/
package.py
mpich/
package.py
...
This leaves room at the top level for additional metadata, source,
per-repo configs, indexes, etc., and it makes it easy to see that
something is a spack repo (just look for repo.yaml and packages).
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
repo:
|
||||
namespace: gov.llnl.spack.mock
|
||||
@@ -1,2 +0,0 @@
|
||||
repo:
|
||||
namespace: gov.llnl.spack
|
||||
2
var/spack/repos/builtin.mock/repo.yaml
Normal file
2
var/spack/repos/builtin.mock/repo.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
repo:
|
||||
namespace: builtin.mock
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user