Skip to content

Commit

Permalink
Add a patch for python-freeipa's PR 54
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jan 15, 2024
1 parent 2190084 commit dd1e2be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@ poetry install --no-dev --extras deploy
echo "---> Compiling translations ..."
pybabel compile -d noggin/translations

echo "---> Apply patches ..."
curl https://github.com/waldur/python-freeipa/commit/43a4acba7edaec722c65226ed951c1d3fbd56066.patch \
| patch -p3 -d /opt/app-root/lib/python3.*/site-packages/python_freeipa

# set permissions for any installed artifacts
fix-permissions /opt/app-root -P

0 comments on commit dd1e2be

Please sign in to comment.