2022-11-05 19:45:21 +08:00
|
|
|
#!/bin/false "This script should be sourced in zsh, not executed directly"
|
2022-08-28 20:51:44 +08:00
|
|
|
|
|
|
|
set -ex
|
2023-04-21 12:37:05 +08:00
|
|
|
trap "dfs beacon gh.ci.fail" ERR
|
2022-08-28 20:51:44 +08:00
|
|
|
|
2023-11-06 19:13:22 +08:00
|
|
|
# fix for macos
|
|
|
|
dfs cd
|
|
|
|
if [[ $(./tools/common.sh get_os_type) == "macos" ]]; then
|
|
|
|
export PATH="/usr/local/opt/coreutils/libexec/gnubin:/opt/homebrew/opt/coreutils/libexec/gnubin:${PATH}"
|
|
|
|
fi
|
|
|
|
|
2022-08-28 20:51:44 +08:00
|
|
|
# check files
|
|
|
|
cd /
|
2022-11-05 19:45:21 +08:00
|
|
|
l
|
|
|
|
cd ~
|
|
|
|
l
|
2022-08-28 20:51:44 +08:00
|
|
|
dfs cd
|
2022-11-05 19:45:21 +08:00
|
|
|
l
|
2022-08-28 20:51:44 +08:00
|
|
|
pwd
|
|
|
|
test -f .zshrc2
|
|
|
|
diff -q ./.ssh/authorized_keys2 ~/.ssh/authorized_keys2
|
2023-11-06 19:13:22 +08:00
|
|
|
diff -q ./.eid/authorized_certificates ~/.eid/authorized_certificates
|
2022-08-28 20:51:44 +08:00
|
|
|
grep -q ".zshrc2" ~/.zshrc
|
2024-04-16 19:34:24 +08:00
|
|
|
if [[ -x $(command -v crontab) ]]; then
|
|
|
|
crontab -l | grep -qxF "0 * * * * ${DOTFILES}/update.sh"
|
|
|
|
fi
|
2022-08-28 20:51:44 +08:00
|
|
|
|
|
|
|
# check scripts and functions
|
|
|
|
dfs version
|
|
|
|
dfs log 1
|
2023-04-21 12:37:05 +08:00
|
|
|
dfs beacon gh.ci $GITHUB_SHA
|
2022-11-05 19:45:21 +08:00
|
|
|
z ~
|
|
|
|
test ~ -ef "$(pwd)"
|
2022-08-28 20:51:44 +08:00
|
|
|
dogo
|
2022-11-14 01:37:48 +08:00
|
|
|
doll
|
2022-11-05 19:45:21 +08:00
|
|
|
dfs cd
|
2023-04-21 12:37:05 +08:00
|
|
|
tools/test-getopts.sh
|
|
|
|
tools/common.sh get_os_name
|
|
|
|
test $(echo y | tools/common.sh ask_for_yN "test") = "1"
|
|
|
|
test $(echo n | tools/common.sh ask_for_yN "test") = "0"
|
|
|
|
test $(echo | tools/common.sh ask_for_yN "test") = "0"
|
|
|
|
test $(echo | tools/common.sh ask_for_Yn "test") = "1"
|
|
|
|
test $(DFS_QUIET=1 tools/common.sh ask_for_Yn "test") = "1"
|
2023-12-07 18:21:02 +08:00
|
|
|
test "$(DFS_TRUST=1 riot time@is.impt:2222/yes@you-r.right/you@are.really.recht./ibd./try@it,another@host scp /tmp/ ./tmp -D 2>/dev/null)" = 'scp -P 12022 -o ControlMaster=auto -o ControlPath=/tmp/sshcm-%C -o PermitLocalCommand=yes -o ProxyJump=time@is.impt:2222,yes@you-r.right,you@are.really.recht.,root@ibd. -r try@it.ibd.ink:"/tmp/" "./tmp"
|
2023-11-06 19:13:22 +08:00
|
|
|
scp -P 12022 -o ControlMaster=auto -o ControlPath=/tmp/sshcm-%C -o PermitLocalCommand=yes -o ForwardX11=yes -o ForwardAgent=yes -r another@host.ibd.ink:"/tmp/" "./tmp"'
|
2022-08-28 20:51:44 +08:00
|
|
|
|
|
|
|
# check alias
|
2022-11-15 01:28:38 +08:00
|
|
|
alias p114
|
2023-04-21 12:37:05 +08:00
|
|
|
alias cbds
|
2023-01-06 16:14:41 +08:00
|
|
|
which riot
|
2023-04-21 12:37:05 +08:00
|
|
|
sagt
|
|
|
|
test -f "/tmp/piv-agent-$(whoami)"
|
2022-11-17 20:02:35 +08:00
|
|
|
gbes || which gbes
|
2022-08-28 20:51:44 +08:00
|
|
|
|
|
|
|
# check update
|
2022-11-05 19:45:21 +08:00
|
|
|
DFS_VERSION=`dfs version`
|
2022-08-28 20:51:44 +08:00
|
|
|
dfs update
|
|
|
|
dfs version
|
|
|
|
test `git rev-parse HEAD` = `curl -fsSL https://api.beardic.cn/get-var/dfs-commit-id`
|
2022-11-05 19:45:21 +08:00
|
|
|
|
|
|
|
# clean
|
|
|
|
git reset --hard $DFS_VERSION
|
2022-11-12 20:05:29 +08:00
|
|
|
|
|
|
|
# then check install.sh
|
2023-04-21 12:37:05 +08:00
|
|
|
./install.sh -dx DFS_CI=1 -H e153a2eL,f8At3iFw
|
|
|
|
grep -qE "testhist 1$" ~/.zsh_history
|
|
|
|
grep -qE "testhist 4$" ~/.zsh_history
|
|
|
|
grep -qx "DFS_CI=1" ~/.config/dotfiles/env
|
|
|
|
./install.sh -l
|
2022-11-12 20:05:29 +08:00
|
|
|
dfs version
|
|
|
|
test `git rev-parse HEAD` = `curl -fsSL https://api.beardic.cn/get-var/dfs-commit-id`
|
|
|
|
|
|
|
|
# clean
|
|
|
|
git reset --hard $DFS_VERSION
|
|
|
|
|
2023-04-21 12:37:05 +08:00
|
|
|
set +x
|