aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht/index.md
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-04-01 10:39:18 +0000
committerDrew DeVault <sir@cmpwn.com>2022-04-08 11:55:14 +0200
commit1866f16695c8c5a6f01f62ac8be9f242eda25bb8 (patch)
tree9a7e93cf79bd96a218c0325facd4b9c7f729852e /builds.sr.ht/index.md
parent4fc23ffa9ba842a71fe7781a325eaaeed56257f7 (diff)
downloadsr.ht-docs-1866f16695c8c5a6f01f62ac8be9f242eda25bb8.tar.gz
builds.sr.ht: mention hut, deprecate acurl
builds.sr.ht now sets up a hut configuration file.
Diffstat (limited to 'builds.sr.ht/index.md')
-rw-r--r--builds.sr.ht/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md
index 5975486..46dd6b3 100644
--- a/builds.sr.ht/index.md
+++ b/builds.sr.ht/index.md
@@ -137,6 +137,7 @@ Each task's script is given a preamble that looks like this:
. ~/.buildenv
set -xe
+# Deprecated -- use hut instead
acurl() (
set +x
curl --oauth2-bearer "$OAUTH2_TOKEN" "$@"