Commit 5ffa1b2
build_update: don't convert 'blocks' or 'depends' to int
This is not necessary - Bugzilla, at least the current version
on bugzilla.redhat.com, is happy to accept IDs as a string. It
also causes a problem: this prevents you from using aliases when
setting blocks or depends, which is often very convenient when
bugs have predictable aliases (like "F40Changes" or
"F39BetaBlocker"). Without this change, you have to do an extra
query just to find the ID of the bug.
Signed-off-by: Adam Williamson <awilliam@redhat.com>1 parent a890ad0 commit 5ffa1b2
3 files changed
Lines changed: 8 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1493 | 1493 | | |
1494 | 1494 | | |
1495 | 1495 | | |
1496 | | - | |
1497 | | - | |
1498 | | - | |
1499 | | - | |
1500 | | - | |
1501 | | - | |
1502 | 1496 | | |
1503 | 1497 | | |
1504 | | - | |
| 1498 | + | |
1505 | 1499 | | |
1506 | | - | |
| 1500 | + | |
1507 | 1501 | | |
1508 | | - | |
| 1502 | + | |
1509 | 1503 | | |
1510 | 1504 | | |
1511 | 1505 | | |
| |||
1539 | 1533 | | |
1540 | 1534 | | |
1541 | 1535 | | |
1542 | | - | |
1543 | | - | |
1544 | | - | |
1545 | | - | |
| 1536 | + | |
| 1537 | + | |
1546 | 1538 | | |
1547 | 1539 | | |
1548 | 1540 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments