spack/lib/spack
Harmen Stoppels 3d41b71664
buildcache push: ensure bool arguments for include_* (#35632)
Fixes a bug introduced in 44ed0de8c0
where the push method of binary_distribution now takes named args
include_root and include_depedencies, to avoid the **kwarg hole.

But the call site wasn't update and we passed a dict of keys/values instead
of arguments, which resulted in a call like this:

```
push(include_root={"include_root": True, "include_dependencies": False})
```

This commit fixes that, and adds a test to see if we push the correct packages.
2023-02-23 01:44:47 +01:00
..
docs Allow users to specify root env dir (#32836) 2023-02-22 00:37:14 +00:00
env license year bump (#34921) 2023-01-18 14:30:17 -08:00
external license year bump (#34921) 2023-01-18 14:30:17 -08:00
llnl environment views: better, earlier error on clash (#35541) 2023-02-20 19:14:27 +01:00
spack buildcache push: ensure bool arguments for include_* (#35632) 2023-02-23 01:44:47 +01:00
spack_installable license year bump (#34921) 2023-01-18 14:30:17 -08:00