Skip to content
Snippets Groups Projects
Commit 442964e1 authored by Tomáš Čejka's avatar Tomáš Čejka
Browse files

patch-dependencies: virtualenv is installed in /srv/venv/ now

parent 82c5cf84
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
echo "Patching trans_real.py" >&2
patch ~vagrant/venv/lib/python2.7/site-packages/django/utils/translation/trans_real.py <<END
patch /srv/venv/lib/python2.7/site-packages/django/utils/translation/trans_real.py <<END
--- aaa/trans_real.py 2019-02-20 09:46:40.973999000 -0500
+++ bbb/trans_real.py 2019-02-20 09:50:24.480000000 -0500
@@ -143,7 +143,7 @@
......@@ -16,7 +16,7 @@ patch ~vagrant/venv/lib/python2.7/site-packages/django/utils/translation/trans_r
END
echo "Patching widgets.py" >&2
patch ~vagrant/venv/lib/python2.7/site-packages/tinymce/widgets.py <<END
patch /srv/venv/lib/python2.7/site-packages/tinymce/widgets.py <<END
--- aaa/widgets.py 2018-11-12 16:46:37.006000000 -0500
+++ bbb/widgets.py 2018-11-12 16:46:58.576000000 -0500
@@ -13,7 +13,11 @@
......@@ -34,3 +34,5 @@ patch ~vagrant/venv/lib/python2.7/site-packages/tinymce/widgets.py <<END
from django.utils.safestring import mark_safe
END
echo "Finished patching."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment