#89 Add pythonX.Y packages
Merged 3 years ago by zuul. Opened 3 years ago by churchyard.
churchyard/fedora-project-config pythonX.Y  into  master

file modified
+18
@@ -24,24 +24,42 @@ 

          - rpms/pypy3:

              connection: src.fedoraproject.org

              zuul/include: []

+         - rpms/python2.7:

+             connection: src.fedoraproject.org

+             zuul/include: []

          - rpms/python27:

              connection: src.fedoraproject.org

              zuul/include: []

          - rpms/python3:

              connection: src.fedoraproject.org

              zuul/include: []

+         - rpms/python3.5:

+             connection: src.fedoraproject.org

+             zuul/include: []

          - rpms/python35:

              connection: src.fedoraproject.org

              zuul/include: []

+         - rpms/python3.6:

+             connection: src.fedoraproject.org

+             zuul/include: []

          - rpms/python36:

              connection: src.fedoraproject.org

              zuul/include: []

+         - rpms/python3.7:

+             connection: src.fedoraproject.org

+             zuul/include: []

          - rpms/python37:

              connection: src.fedoraproject.org

              zuul/include: []

+         - rpms/python3.8:

+             connection: src.fedoraproject.org

+             zuul/include: []

          - rpms/python38:

              connection: src.fedoraproject.org

              zuul/include: []

+         - rpms/python3.9:

+             connection: src.fedoraproject.org

+             zuul/include: []

          - rpms/python39:

              connection: src.fedoraproject.org

              zuul/include: []

no initial comment

Build succeeded.

rebased onto 8dce398

3 years ago

Build succeeded.

Metadata Update from @tdecacqu:
- Pull-request tagged with: gateit

3 years ago

The project seems to be correct.

Build succeeded (gate pipeline).

Pull-Request has been merged by zuul

3 years ago

Actually python3.8 doesn't seem to exists.

Is that a problem? This was just me planning ahead.

it can be a problem as zuul tends to ensure it can load all the projects before responding to event as a missing project can result in missing jobs. in that case it seems like the pagure driver skipped the project, but it's better to only add existing project.

Will try to remember that. I was hoping that the CI here would figure if there was a problem like that.

Will try to remember that. I was hoping that the CI here would figure if there was a problem like that.

That a good idea. Keeping track of that idea here: https://pagure.io/fedora-project-config/issue/92