-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So that it can have Python modules.
- Loading branch information
Showing
13 changed files
with
51 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ci-tools
deleted from
f74773
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dockerfiles
updated
12 files
+42 −2 | .github/workflows/docker.yml | |
+79 −0 | docker-compose.yml | |
+3 −4 | flutter-web/Dockerfile | |
+16 −4 | qtox/build_sonnet.sh | |
+8 −1 | qtox/build_toxcore.sh | |
+5 −0 | qtox/deps/Brewfile-static | |
+48 −0 | qtox/deps/download_qt.sh | |
+121 −0 | qtox/deps/local_install_deps.sh | |
+6 −0 | qtox/deps/qt.depfile | |
+2 −0 | qtox/docker/Dockerfile.android-builder | |
+3 −3 | qtox/download/common.sh | |
+15 −0 | qtox/download/download_tcl.sh |
Submodule tokhub
updated
5 files
+5 −0 | .github/workflows/ci.yml | |
+5 −0 | .github/workflows/pages.yml | |
+10 −0 | .github/workflows/release.yml | |
+4 −0 | .netlify/Dockerfile | |
+3 −0 | .netlify/state.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule website
updated
16 files
+5 −7 | .github/workflows/ci.yml | |
+3 −3 | .github/workflows/pages.yml | |
+8 −0 | .github/workflows/release.yml | |
+0 −3 | .gitignore | |
+3 −0 | .netlify/state.json | |
+58 −0 | .reviewable/completion.js | |
+4 −0 | .reviewable/settings.yaml | |
+9 −8 | Dockerfile | |
+0 −3 | netlify.toml | |
+1 −1 | toktok/_layouts/default.html | |
+4 −4 | toktok/static/css/bootstrap.css | |
+28 −9 | toktok/static/css/style.css | |
+ − | toktok/static/fonts/Lato-Bold.ttf | |
+ − | toktok/static/fonts/Lato-Bold.woff | |
+ − | toktok/static/fonts/Lato-Regular.ttf | |
+ − | toktok/static/fonts/Lato-Regular.woff |