#107 Update avocado modular defaults (f30)
Closed 5 years ago by merlinm. Opened 5 years ago by merlinm.
Unknown source f30  into  f30

file modified
+4 -2
@@ -2,7 +2,9 @@

  version: 1

  data:

      module: avocado

-     stream: stable

+     stream: 52lts

+     modified: 201905301730

      profiles:

-         stable: [default]

+         52lts: [default]

+         69lts: [default]

          latest: [default]

Set '52lts' as default stream for avocado, replacing poorly named 'stable' stream.
Note: '52lts' stream is identical to 'stable'.

Also add default profile for '69lts' stream.

Note that this is failing CI because of a merge conflict, but you also must add the modified field when making changes to an existing defaults document.

Lastly, please open a ticket with FESCo for permission to make this change. Currently all default stream modifications require FESCo approval.

rebased onto 05665906e612850fdd4f853d75306f74a9f36a23

5 years ago

@sgallagh I overlooked the modified field. It has been added now.

CI is still failing, but there is no merge conflict here. But there does appear to be a problem somewhere in the CI pipeline that forgets to checkout branch f30 before running the tests. CI is attempting to merge this change into the master branch, where there is indeed a merge conflict.

rebased onto b168755

5 years ago

@sgallagh And yes, I will be sure to open a FESCo ticket. Thanks.

Closing this PR due to unfortunate limitations noted in https://pagure.io/fesco/issue/2139

Pull-Request has been closed by merlinm

5 years ago