Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 29 Dec 2019 13:00:52 UTC Commit: 28c348a1a5b78ddc96124de0d2c552d336dbe5e6 https://github.com/geany/infrastructure/commit/28c348a1a5b78ddc96124de0d2c55...
Log Message: ----------- Run github-backup with Python3 and use PyPI releases
Modified Paths: -------------- github-backup/create_or_update_virtualenv.sh
Modified: github-backup/create_or_update_virtualenv.sh 5 lines changed, 2 insertions(+), 3 deletions(-) =================================================================== @@ -10,10 +10,9 @@ BASE_DIR="/home/geany/github-backup" mkdir -p "${BASE_DIR}" cd "${BASE_DIR}" if [ ! -d "${BASE_DIR}/venv" ]; then - virtualenv venv + python3 -m venv venv fi
# update venv/bin/pip install -U pip setuptools -venv/bin/pip install -U "git+git://github.com/eht16/yolk#egg=yolk" -venv/bin/pip install -U "git+git://github.com/josegonzalez/python-github-backup.git#egg=github-backup" +venv/bin/pip install -U github-backup
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).