#1 Importing RHEL 8.3 module defaults for CentOS Stream
Merged 3 years ago by bstinson. Opened 3 years ago by mohanboddu.
centos/ mohanboddu/centos-module-defaults rhel-8.3-import  into  c8.3

file modified
+2
@@ -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]

  ...

file modified
+1
@@ -7,4 +7,5 @@ 

    profiles:

      1.14: [common]

      1.16: [common]

+     1.18: [common]

  ...

file modified
+1
@@ -7,4 +7,5 @@ 

    profiles:

      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]

+ ...

@@ -0,0 +1,9 @@ 

+ ---

+ document: modulemd-defaults

+ version: 1

+ data:

+   module: perl-libwww-perl

+   stream: 6.34

+   profiles:

+     6.34: [common]

+ ...

file modified
+1
@@ -7,4 +7,5 @@ 

    profiles:

      5.24: [common]

      5.26: [common]

+     5.30: [common]

  ...

file modified
+1
@@ -7,4 +7,5 @@ 

    profiles:

      7.2: [common]

      7.3: [common]

+     7.4: [common]

  ...

file modified
+1
@@ -7,4 +7,5 @@ 

    profiles:

      2.5: [common]

      2.6: [common]

+     2.7: [common]

  ...

What exactly should we use for modified here?

What exactly should we use for modified here?

I'm not actually sure what this field does. We can probably leave it as-is while we investigate.

rebased onto 4eb4eee

3 years ago

Pull-Request has been merged by bstinson

3 years ago