Ross Williams
Ross Williams
Tested. That syntax doesn't work. Still trying to figure out how to pass through a parameter that must have spaces.
Oof. It's ugly, but this works: ```shell GIT_CMD='eval git -c credential.helper="store --file /root/.git-credentials"' ```
Turns out git already has an undocumented environment variable config: ```sh poudriere.conf export GIT_CONFIG_PARAMETERS=“‘credential.helper=store --file /root/.git-credentials’” ```
Hello, @ytmimi! Friendly reminder to see if this might be able to be merged? The related issue is at #6168.
@ytmimi, pushed some commits that address your review comments. Now block comments with bare lines can also have their trailing blank lines stripped. Thanks!
Hello! I was wondering if this might be able to be reviewed so I can nudge the maintainer of calibre-web to update their vendored version of epub.js. Thank you!