-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix SPEC changelog, and check for warnings from rpmbuild - v1.8.x #5370
Fix SPEC changelog, and check for warnings from rpmbuild - v1.8.x #5370
Conversation
buildlib/azure-pipelines-pr.yml
Outdated
container: fedora | ||
steps: | ||
- checkout: self | ||
clean: true | ||
|
||
- bash: ./autogen.sh | ||
- bash: ./autogen.shq |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shq?
226b6f8
to
26375ed
Compare
./contrib/buildrpm.sh -s -t -b | ||
displayName: Build tarball | ||
stdbuf -e0 -o0 ./contrib/buildrpm.sh -s -t -b |& tee rpmbuild.log | ||
pattern='^warning: ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i dont think pattern ^warning:
is correct, it searches from col #1 of str, while warning: in log file prefixed with file:line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the log file does not have timestamp prefix (only AZP adds it later)
i any case, i've tested that when SPEC is wrong, it finds it: https://github.com/openucx/ucx/runs/845557002
👍 |
No description provided.