From 976742bb7362758425f9ba4da82d4c91a22eca7d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: May 09 2018 13:37:17 +0000 Subject: Rename ant.yml to ant.yaml Pungi only recognizes files with the .yaml suffix when running the createrepo process, so ant.yaml was being ignored. Signed-off-by: Stephen Gallagher --- diff --git a/ant.yaml b/ant.yaml new file mode 100644 index 0000000..e973976 --- /dev/null +++ b/ant.yaml @@ -0,0 +1,6 @@ +document: modulemd-defaults +version: 1 +data: + module: ant + profiles: + 1.10: [default] diff --git a/ant.yml b/ant.yml deleted file mode 100644 index e973976..0000000 --- a/ant.yml +++ /dev/null @@ -1,6 +0,0 @@ -document: modulemd-defaults -version: 1 -data: - module: ant - profiles: - 1.10: [default]