Fixes T179
Details
- Reviewers
kparal tflink - Maniphest Tasks
- T179: Unify envr/nevr terminology and handling
- Commits
- rLTRNbee3cf15d98c: Unify envr/nevr terminology and handling
Run:
"python runtask.py -i 1:xchat-2.8.8-21.fc20 -t koji_build -a x86_64 task-rpmlint/rpmlint.yml"
and
"python runtask.py -i xchat-1:2.8.8-21.fc20 -t koji_build -a x86_64 task-rpmlint/rpmlint.yml"
Diff Detail
- Repository
- rLTRN libtaskotron
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Seems OK, beside that little terminology point. Shouldn't hopefully break anything.
readme.rst | ||
---|---|---|
88 | I think you should just say NEVR instead of NEVR(A) here, because the architecture is in the <arch> argument. We only accept -i NVR/NEVR with -t koji_build. Therefore:
|
docs/source/taskyaml.rst | ||
---|---|---|
203 | shouldn't this be NEVR as well or are we using the (A) to indicate that the arch can be specified in the koji directive? |
docs/source/taskyaml.rst | ||
---|---|---|
203 | Yeah, that's what I understood it implied - that the architecture can be specified in the directive. Not that important, though. Already pushed. |
shouldn't this be NEVR as well or are we using the (A) to indicate that the arch can be specified in the koji directive?