Use CI message version 0.2.X #4

Merged
ryanlerch merged 1 commit from fix-PR-topics into master 2019-11-25 13:27:18 +00:00
Contributor
No description provided.
Author
Contributor

rebased onto 75e028580de0eac7ca873aef63b42e86155e9798

rebased onto 75e028580de0eac7ca873aef63b42e86155e9798
Author
Contributor

rebased onto d061e083510db47060f3e32703bd69ba5162895e

rebased onto d061e083510db47060f3e32703bd69ba5162895e
Author
Contributor

rebased onto 4120c9c71d

rebased onto 4120c9c71dbcf6e229093e9470219a5c35d9a07e
First-time contributor

what about doing: namespace, repo = msg['artifact']['repository'].split('/', 1) ?

what about doing: ``namespace, repo = msg['artifact']['repository'].split('/', 1)`` ?
First-time contributor

1 comment otherwise looks good to me

1 comment otherwise looks good to me
Author
Contributor

what about doing: namespace, repo = msg['artifact']['repository'].split('/', 1) ?

repository is something like https://src.fedoraproject.org/rpms/pyproject-rpm-macros

repository.split('/')
['https:', '', 'src.fedoraproject.org', 'rpms', 'pyproject-rpm-macros']
> what about doing: namespace, repo = msg['artifact']['repository'].split('/', 1) ? repository is something like `https://src.fedoraproject.org/rpms/pyproject-rpm-macros` repository.split('/') ['https:', '', 'src.fedoraproject.org', 'rpms', 'pyproject-rpm-macros']
First-time contributor

Hm, ok :)

Hm, ok :)
First-time contributor

Pull-Request has been merged by pingou

Pull-Request has been merged by pingou
This repository is archived. You cannot comment on pull requests.
No reviewers
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Infrastructure/loopabull-tasks#4
No description provided.