aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add link to videoDrew DeVault2021-04-081-0/+7
|
* git.sr.ht: reduce heading numbersDrew DeVault2021-04-081-13/+9
|
* git.sr.ht: update git send-email noteDrew DeVault2021-04-081-3/+3
|
* git.sr.ht: add detailed send-email web instructionsDrew DeVault2021-04-081-0/+89
|
* Link to Drew's video game guide in license pageSol Fisher Romanoff2021-04-071-0/+1
|
* Fix typoArmaan Bhojwani2021-04-051-1/+1
|
* Explicitly mention crypto mining in the ToSDrew DeVault2021-04-021-3/+1
| | | | This has always been a one-way ticket to a ban, just making it clear.
* Link GraphQL schemesRobin Krahl2021-03-233-0/+3
| | | | | | | | This patch adds links to the GraphQL schemes in the Git repositories to the graphql.md pages for {git,meta,todo}.sr.ht. The playground also contains the schemes, but it is only available for logged-in users. And the source file makes it easier to jump to specific locations, to share links and to track changes.
* Link to todo.sr.ht GraphQL API docsRobin Krahl2021-03-232-1/+4
| | | | | | | todo.sr.ht has a GraphQL API and a page describing it, but neither the index page nor the api page linked to it. This patch updates both pages to link to the GraphQL documentation, as is already the case for {meta,git}.sr.ht.
* graphql: Fix curl invocationRobin Krahl2021-03-221-1/+1
| | | | | | curl does not support separating long options and their values by an equals sign (only by spaces), see curl(1): https://curl.se/docs/manpage.html
* graphql: Fix example queriesRobin Krahl2021-03-221-2/+2
| | | | | The example queries were missing the outer query { ... } element (or just { ... })
* graphql: Add link to todo.sr.ht playgroundRobin Krahl2021-03-221-0/+1
| | | | | There also is a GraphQL playground for todo.sr.ht that was not mentioned in the documentaion.
* graphql: Fix Authorization header fieldRobin Krahl2021-03-221-2/+2
| | | | | The HTTP header used for the access token is called Authorization, not Authentication.
* Update dispatch docsDrew DeVault2021-03-181-4/+2
|
* Fix "Github" capitalisationSol Fisher Romanoff2021-03-152-3/+3
|
* Update example manifests for pages.sr.htDrew DeVault2021-03-101-6/+5
|
* Fix `to to` typoEvan Relf2021-03-081-2/+2
|
* builds: document environment for dispatch.sr.htAlexey Yerin2021-03-061-0/+7
|
* ops/topology: new hostDrew DeVault2021-03-051-1/+1
|
* Document X-Sourcehut-Patchset-Update email headerAnjandev Momi2021-03-041-0/+4
|
* Update Alpine linux mirror link from 3.12 to 3.13earnest ma2021-03-021-2/+2
| | | | | * v3.12 is no longer available * https://lists.sr.ht/~sircmpwn/sr.ht-admins/%3CC94AN72MZ29P.9NO40TRD8NH5%40taiga%3E
* Fix a few typos in graphql.mdStefan VanBuren2021-02-271-4/+4
|
* todo.sr.ht: add GraphQL docsDrew DeVault2021-02-254-1/+23
|
* Update builds.sr.ht database configurationDrew DeVault2021-02-211-1/+2
|
* Fix link in HTML in MarkdownDavid Florness2021-02-211-3/+3
|
* Fix incorrect redirect example.Jason Miller2021-02-201-1/+1
| | | | | | | | | | | | Redirects are processed left-to-right so '2>&1 >/dev/null' means: '2>&1' redirects stderr to the original stdout '>/dev/null' redirects just stdout to /dev/null, leaving stderr going to the original stdout Reversing the order causes stdout to redirect to /dev/null and then stderr to go to the same place as stdout (which is /dev/null).
* Add docs about keeping build secrets secretDrew DeVault2021-02-191-3/+32
|
* support: Add link to pages.sr.ht bug trackerNoelle Leigh2021-02-181-0/+1
|
* Add instructions for removing custom READMESumner Evans2021-02-181-0/+6
|
* Skeleton out pages.sr.ht installation docsDrew DeVault2021-02-182-1/+24
|
* Add pages.sr.ht detailsDrew DeVault2021-02-182-1/+9
|
* Document OAuth option for build manifestsDrew DeVault2021-02-171-0/+9
|
* lists: api: Fix some errorsArmin Weigl2021-02-171-7/+7
|
* builds: document PATCHSET_URL and PATCHSET_IDAlexey Yerin2021-02-161-0/+2
|
* builds: remove hg.sr.ht environmentAlexey Yerin2021-02-161-4/+0
| | | | | This is a possible confusion as git.sr.ht implements BUILD_SUBMITTER and hg.sr.ht doesn't yet.
* Document BUILD_SUBMITTER and BUILD_REASON environment variables in ↵Anton Gusev2021-02-151-0/+24
| | | | | | | | | build.sr.ht documentation Environment variables BUILD_SUBMITTER and BUILD_REASON that show information about integrations are implemented, but not documented. This patch adds them to the list of environment variables and adds their values to the respective integration pages. Made in response to https://lists.sr.ht/~sircmpwn/sr.ht-discuss/<20210213233602.4dd7ae3113379f443fc0468e@mail.ru>
* Clarify SSH key setup documentation for private repo setups.RoughB Tier02021-02-111-2/+3
| | | | Follow-up on https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3C1205952567.133309.1601845746778%40office.mailbox.org%3E
* Update Fedora versions specifiersNate Guerin2021-02-071-5/+5
| | | | | Fedora Rawhide is now Fedora 34, and the current supported (by Fedora) releases are Fedora 33 and 32. 31 and 30 are unsupported.
* Fix example command on how to setup a repositoryMichael Anckaert2021-02-031-1/+1
| | | | | | | | | | This patch fixes an inconsistency on the tutorial that might confuse new users. The explanation on how to setup a repository refers to changing the string 'username' in the git remote command. The example command however displays the username 'rvoid', apparantly the original author of the tutorial.
* Fix typo on installation pageGregory Anders2021-01-281-1/+1
|
* git.sr.ht: correct jq command for custom readmeDrew DeVault2021-01-261-1/+1
|
* git.sr.ht: fix typo in readme queryDrew DeVault2021-01-251-2/+2
|
* Add explanation of what's going on in README commandDrew DeVault2021-01-251-0/+26
|
* Update git.sr.ht custom README to API 2.0Drew DeVault2021-01-251-17/+40
|
* builds.sr.ht: update Alpine versionsDrew DeVault2021-01-191-9/+12
|
* update possible OpenBSD 6.8 architecturesMoritz Buhl2021-01-161-1/+1
| | | | | Source: https://www.openbsd.org/plat.html sgi was retired with 6.7. power64 came with 6.8
* Fix another broken tutorial linkDrew DeVault2021-01-151-1/+1
|
* Fix additional tutorial linkDrew DeVault2021-01-141-1/+1
|
* Correct additional linksDrew DeVault2021-01-142-2/+2
|
* Fix link at the end of the GitHub tutorialDrew DeVault2021-01-141-1/+1
|