From 75441ba0b1756bd500f3f8f56395686ddcd42460 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Jan 10 2019 13:49:16 +0000 Subject: Test commit Signed-off-by: Stephen Gallagher --- diff --git a/dwm.yaml b/dwm.yaml index 2cf9d5a..3d7cb68 100644 --- a/dwm.yaml +++ b/dwm.yaml @@ -2,8 +2,10 @@ document: modulemd-defaults version: 1 data: module: dwm - stream: 6.1 + stream: 6.2 + modified: 20180110 profiles: 6.0: [default] 6.1: [default] + 6.2: [default] latest: [default] diff --git a/gimp.yaml b/gimp.yaml index 04663db..910679e 100644 --- a/gimp.yaml +++ b/gimp.yaml @@ -2,6 +2,6 @@ document: modulemd-defaults version: 1 data: module: gimp - stream: 2.10 + stream: 2.12 profiles: - 2.10: [default] + 2.12: [default] diff --git a/tests/validate.py b/tests/validate.py index c8f9887..86b8e87 100755 --- a/tests/validate.py +++ b/tests/validate.py @@ -10,6 +10,8 @@ from gi.repository import GLib gi.require_version('Modulemd', '1.0') from gi.repository import Modulemd +# Useless comment to test filtering + def do_validate(filename): # Valid filenames must end in ".yaml" to be properly included by Pungi if not filename.endswith(".yaml"): @@ -137,4 +139,4 @@ def main(): return result if __name__ == "__main__": - sys.exit(main()) \ No newline at end of file + sys.exit(main())