From 47165af6dcf746ceeac92f6578c39c99f04e3e62 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 13 May 2022 11:35:20 +0200 Subject: [PATCH] YAML config file added --- config/Pmodules.yaml.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/Pmodules.yaml.in diff --git a/config/Pmodules.yaml.in b/config/Pmodules.yaml.in new file mode 100644 index 0000000..5db06a2 --- /dev/null +++ b/config/Pmodules.yaml.in @@ -0,0 +1,9 @@ +DefaultGroups: Tools:Programming +DefaultReleaseStages: stable +ReleaseStages: unstable:stable:deprecated +TmpDir: @PMODULES_TMPDIR@ +DistfilesDir: @PMODULES_DISTFILESDIR@ + +Overlays: + base: + install_root: @INSTALL_ROOT@