fresh-empanadas - Bug fixes #20

Open
kemotaha wants to merge 5 commits from kemotaha/toolkit:fresh-empanadas into fresh-empanadas
First-time contributor

Bug fixes to empanadas

Bug fixes to empanadas
kemotaha added 4 commits 2024-10-07 21:27:53 +00:00
kemotaha changed title from fresh-empanadas to fresh-empanadas - Bug fixes 2024-10-07 21:28:13 +00:00
Owner
                podman_cmd_entry = '{} run -d -it -v "{}:{}:z" -v "{}:{}:z" -v "{}:{}:z" --name {} --entrypoint {}/{} {}'.format(

This breaks scenarios where the compose dir (and by extension, the entries dir) is in an NFS mount. Our compose data is in NFS, This change would break our workflow.

Please consider using this change instead to see if this fixes your workflow. This prevents context changes.

This will require the fresh-empanadas branch to rebase against devel.

``` podman_cmd_entry = '{} run -d -it -v "{}:{}:z" -v "{}:{}:z" -v "{}:{}:z" --name {} --entrypoint {}/{} {}'.format( ``` This breaks scenarios where the compose dir (and by extension, the entries dir) is in an NFS mount. Our compose data is in NFS, This change would break our workflow. Please consider using [this change](https://git.resf.org/sig_core/toolkit/commit/08d899534443e1bd4c09728d6dd12f205c47e868) instead to see if this fixes your workflow. This prevents context changes. This will require the `fresh-empanadas` branch to rebase against devel.
kemotaha added 1 commit 2024-10-08 20:45:30 +00:00
Author
First-time contributor

Looks like it worked. I updated the pull request to include that change over the other one I made.

Looks like it worked. I updated the pull request to include that change over the other one I made.
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u fresh-empanadas:kemotaha-fresh-empanadas
git checkout kemotaha-fresh-empanadas
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sig_core/toolkit#20
No description provided.