4eb4ee
@@ -4,6 +4,8 @@
data:
module: maven
stream: 3.5
+ modified: 201912051051
What exactly should we use for modified here?
profiles:
3.5: [common]
+ 3.6: [common]
...
@@ -7,4 +7,5 @@
1.14: [common]
1.16: [common]
+ 1.18: [common]
10: [common]
12: [common]
+ 14: [common]
@@ -0,0 +1,9 @@
+ ---
+ document: modulemd-defaults
+ version: 1
+ data:
+ module: perl-IO-Socket-SSL
+ stream: 2.066
+ profiles:
+ 2.066: [common]
+ ...
+ module: perl-libwww-perl
+ stream: 6.34
+ 6.34: [common]
5.24: [common]
5.26: [common]
+ 5.30: [common]
7.2: [common]
7.3: [common]
+ 7.4: [common]
2.5: [common]
2.6: [common]
+ 2.7: [common]
Signed-off-by: Mohan Boddu mboddu@bhujji.com
I'm not actually sure what this field does. We can probably leave it as-is while we investigate.
rebased onto 4eb4eee
????
Pull-Request has been merged by bstinson
What exactly should we use for modified here?