You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by di...@apache.org on 2022/02/18 17:35:14 UTC

[allura] 02/05: fixup! python3.7 - upgrade docs and docker config to support python3.7

This is an automated email from the ASF dual-hosted git repository.

dill0wn pushed a commit to branch python3.7
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 4c678d5edadcce8dfb3216e442c6f44b743ccc1d
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Feb 18 12:32:51 2022 -0500

    fixup! python3.7 - upgrade docs and docker config to support python3.7
---
 scripts/init-docker-dev.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/init-docker-dev.sh b/scripts/init-docker-dev.sh
index b414bc9..7066f7c 100755
--- a/scripts/init-docker-dev.sh
+++ b/scripts/init-docker-dev.sh
@@ -37,6 +37,7 @@ echo "# No robots.txt rules here" > /allura-data/www-misc/robots.txt
 cp /allura/Allura/allura/public/nf/favicon.ico /allura-data/www-misc/favicon.ico
 
 # share venv to allow update and sharing across containers
+rm -rf /allura-data/virtualenv
 if [ ! -e /allura-data/virtualenv ]; then
     echo -e "Creating virtualenv\n"
     python3.7 -m venv /allura-data/virtualenv