Commit 7a4c9ed
committed
Why it failed on your PR: package/version and the Debian changelog (which sets the .deb name) didn’t match. CI built kframework-frontend_7.1.0_amd64.deb but the script
tried to move …_7.1.314_amd64.deb. That often happens when the branch has a newer `package/version` bump but didn’t pick up the matching changelog edits from develop,
or only one of the two was updated.
This should help improve PR builds that may currently be out of sync but
won't cause tests to fail because the version / changelog don't agree.
Issues are mitigated because branch will require to be up to date before
merging.1 parent 4c74101 commit 7a4c9ed
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments