joinbot build/packaging
authorAndrea Cornell <anders@acorn.pw>
Wed, 2 Nov 2022 01:05:49 +0000 (21:05 -0400)
committerAndrea Cornell <anders@acorn.pw>
Wed, 2 Nov 2022 01:22:49 +0000 (21:22 -0400)
commitd32d5877d22f748c1f5ef1ae1ca79bd879d6935a
tree1a687ea777f6195fed161ca525dd8e85d4900581
parent96ff4f3ef21be5bce7c384508af6437665cd57c8
joinbot build/packaging
29 files changed:
joinbot/.gitignore [new file with mode: 0644]
joinbot/README.md [new file with mode: 0644]
joinbot/deploy [new file with mode: 0755]
joinbot/joinbot/announce.py [new file with mode: 0644]
joinbot/joinbot/background.py [new file with mode: 0644]
joinbot/joinbot/common.py [new file with mode: 0644]
joinbot/joinbot/service.py [new file with mode: 0644]
joinbot/joinbot/web/__init__.py [new file with mode: 0644]
joinbot/joinbot/web/templates/error.html [new file with mode: 0644]
joinbot/joinbot/web/templates/status.html [new file with mode: 0644]
joinbot/pyproject.toml [new file with mode: 0644]
joinbot/setup.cfg [new file with mode: 0644]
joinbot/setup.py [new file with mode: 0644]
live-autojoin/README.md [deleted file]
live-autojoin/announce.py [deleted file]
live-autojoin/background.py [deleted file]
live-autojoin/common.py [deleted file]
live-autojoin/deploy [deleted file]
live-autojoin/service.py [deleted file]
live-autojoin/systemd/live-autojoin-announce.service [deleted file]
live-autojoin/systemd/live-autojoin-cron.service [deleted file]
live-autojoin/systemd/live-autojoin-cron.timer [deleted file]
live-autojoin/systemd/live-autojoin-service.service [deleted file]
live-autojoin/systemd/live-autojoin-web.service [deleted file]
live-autojoin/systemd/live-autojoin-web.socket [deleted file]
live-autojoin/systemd/live-autojoin.target [deleted file]
live-autojoin/templates/error.html [deleted file]
live-autojoin/templates/status.html [deleted file]
live-autojoin/web.py [deleted file]