aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-12 14:31:51 -0300
committerEuAndreh <eu@euandre.org>2021-06-12 14:31:51 -0300
commit35ed726ba70aee0406c4aa664e1a9d3173ff3ad2 (patch)
treeca7e5ee613588b26b9e930fa60c0db733a5f0c5f /sh
parentRename generated XXX-job.sh scripts to job-XXX.sh (diff)
downloaddotfiles-35ed726ba70aee0406c4aa664e1a9d3173ff3ad2.tar.gz
dotfiles-35ed726ba70aee0406c4aa664e1a9d3173ff3ad2.tar.xz
sh/fake-symlinks.sh: Add xq
Diffstat (limited to 'sh')
-rw-r--r--sh/fake-symlinks.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/fake-symlinks.sh b/sh/fake-symlinks.sh
index 5e1f8346..1f6f7d12 100644
--- a/sh/fake-symlinks.sh
+++ b/sh/fake-symlinks.sh
@@ -169,6 +169,7 @@ ln_ci() {
if [ -n "$ENABLE_CI" ]; then
EXECUTABLE=1 sed_all aux/ci/git-pre-push.sh
cp_all aux/assert-shellcheck.sh \
+ aux/tld.txt \
aux/ci/ci-build.sh \
aux/ci/report.sh \
aux/ci/git-post-receive.sh
@@ -273,6 +274,7 @@ declare -A ML_FOR_PROJECT=(
[gluilo]=mediator
[fallible]=mediator
[eq]=mediator
+ [xq]=mediator
[songbooks]=songbooks
[pires]=pires
)
@@ -310,6 +312,7 @@ ln_all ln_makefile_only_guix_project servers \
konformigado \
libedn \
eq \
+ xq \
fallible \
standardify \
autoqemu \