-
Notifications
You must be signed in to change notification settings - Fork 12
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
use sha256 sum #20
base: master
Are you sure you want to change the base?
use sha256 sum #20
Conversation
@adrianinsaval |
I'll re-run the failed checks after post-merge build of https://github.com/FreeCAD/FreeCAD-Bundle/pull/362 completes. |
@looooo It appears there's a Jinja expansion error due to |
recipe/increase_build_number.py
Outdated
response.raise_for_status() | ||
sha256 = response.content.decode('utf-8') | ||
print(f"set sha256: {sha256}") | ||
text = re.sub(r"(?<={% set sha256 = )\d+", str(sha256), text) |
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 think this regex here is not correct as it is searching for digits only while the sha256sum also has letters (and looks like it needs quotes surrounding it)
Co-authored-by: Adrián Insaurralde Avalos <36372335+adrianinsaval@users.noreply.github.com>
Co-authored-by: Adrián Insaurralde Avalos <36372335+adrianinsaval@users.noreply.github.com>
sry didn't want to trigger ci's. |
No description provided.