search for: cacheall

Displaying 1 result from an estimated 1 matches for "cacheall".

2017 Nov 29
1
[PATCH] builder: use the template arch when caching all templates
...the host architecture, as default). This way, the right destination filename will be used. Fixes commit b1cf6246f3c80762cf27dbdb24168589a34daf00. Thanks to: Erik Skultety. --- builder/Makefile.am | 2 + builder/builder.ml | 4 +- builder/test-virt-builder-cacheall.sh | 88 +++++++++++++++++++++++++++++++++++ 3 files changed, 92 insertions(+), 2 deletions(-) create mode 100755 builder/test-virt-builder-cacheall.sh diff --git a/builder/Makefile.am b/builder/Makefile.am index 979726bff..4be9bd617 100644 --- a/builder/Makefile.am +++ b/builder/Makefile.am @@ -...