Skip to content

Commit

Permalink
rclone config
Browse files Browse the repository at this point in the history
  • Loading branch information
pippijn committed Jul 10, 2024
1 parent 19e0b25 commit 90fca68
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 160 deletions.
Binary file modified .config/rclone/rclone.conf
Binary file not shown.
4 changes: 3 additions & 1 deletion .local/share/vscode/config/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
"*.inc": "cpp",
"complex": "cpp",
"stacktrace": "cpp",
"auto_test_support.h": "c"
"auto_test_support.h": "c",
"bin_unpack.h": "c",
"*.moc": "c"
}
}
1 change: 0 additions & 1 deletion code/kubes/vps/toktok/home/.config/tox/.gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion code/kubes/vps/toktok/home/.config/tox/DHTnodes.json

This file was deleted.

157 changes: 0 additions & 157 deletions code/kubes/vps/toktok/home/.config/tox/toxic.conf

This file was deleted.

Binary file not shown.
1 change: 1 addition & 0 deletions code/kubes/vps/toktok/home/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.github-token filter=git-crypt diff=git-crypt
/.pvs-license filter=git-crypt diff=git-crypt
/key.pem filter=git-crypt diff=git-crypt
Binary file modified code/kubes/vps/toktok/home/.github-token
Binary file not shown.
Binary file added code/kubes/vps/toktok/home/.pvs-license
Binary file not shown.
9 changes: 9 additions & 0 deletions code/kubes/vps/toktok/toxic-deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

set -eux

ssh toktok -t 'cd /src/workspace && bazel build --config=debug --config=linux-arm64-musl //toxic'
scp toktok:/src/workspace/bazel-bin/toxic/toxic .
ssh hermes.vpn 'rm toxic'
scp toxic hermes.vpn:
rm toxic

0 comments on commit 90fca68

Please sign in to comment.