Skip to content

Commit

Permalink
removed pytz timezone files
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 30, 2018
1 parent 6b99707 commit 902c4f4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,28 @@ update:
git submodule update --init --recursive
make build

# Update (bleeding edge)
# ------
#
# Pulls the latest version, updates all the submodules, then runs `make build`.
update-edge:
git pull
git submodule update --init --recursive
git submodule foreach -v --recursive "echo 'test' $$(pwd); git checkout master; git pull origin master"
make build

create-pipenv:
# pipenv --python 3.6
#pipenv install --skip-lock -r aw-core/requirements.txt
#pipenv install --skip-lock -r aw-core/requirements-dev.txt --dev
#pipenv install --skip-lock -r aw-server/requirements.txt
#pipenv install --skip-lock -r aw-client/requirements.txt
#pipenv install --skip-lock -r aw-watcher-afk/requirements.txt
pipenv install --skip-lock -r aw-watcher-window/requirements.txt
pipenv install --skip-lock -r aw-qt/requirements.txt



lint:
pylint -E \
aw-core/aw_core/ \
Expand Down Expand Up @@ -119,6 +141,8 @@ package:
cp -r aw-qt/dist/aw-qt/. dist/activitywatch
# Remove problem-causing binaries, see https://github.com/ActivityWatch/activitywatch/issues/161
rm -f dist/activitywatch/libdrm.so.2
# Remove unecessary files
rm -rf dist/activitywatch/pytz
#
bash scripts/package/package-zip.sh

Expand Down

0 comments on commit 902c4f4

Please sign in to comment.