Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add link to video | Drew DeVault | 2021-04-08 | 1 | -0/+7 |
| | |||||
* | git.sr.ht: reduce heading numbers | Drew DeVault | 2021-04-08 | 1 | -13/+9 |
| | |||||
* | git.sr.ht: update git send-email note | Drew DeVault | 2021-04-08 | 1 | -3/+3 |
| | |||||
* | git.sr.ht: add detailed send-email web instructions | Drew DeVault | 2021-04-08 | 1 | -0/+89 |
| | |||||
* | Link to Drew's video game guide in license page | Sol Fisher Romanoff | 2021-04-07 | 1 | -0/+1 |
| | |||||
* | Fix typo | Armaan Bhojwani | 2021-04-05 | 1 | -1/+1 |
| | |||||
* | Explicitly mention crypto mining in the ToS | Drew DeVault | 2021-04-02 | 1 | -3/+1 |
| | | | | This has always been a one-way ticket to a ban, just making it clear. | ||||
* | Link GraphQL schemes | Robin Krahl | 2021-03-23 | 3 | -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 docs | Robin Krahl | 2021-03-23 | 2 | -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 invocation | Robin Krahl | 2021-03-22 | 1 | -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 queries | Robin Krahl | 2021-03-22 | 1 | -2/+2 |
| | | | | | The example queries were missing the outer query { ... } element (or just { ... }) | ||||
* | graphql: Add link to todo.sr.ht playground | Robin Krahl | 2021-03-22 | 1 | -0/+1 |
| | | | | | There also is a GraphQL playground for todo.sr.ht that was not mentioned in the documentaion. | ||||
* | graphql: Fix Authorization header field | Robin Krahl | 2021-03-22 | 1 | -2/+2 |
| | | | | | The HTTP header used for the access token is called Authorization, not Authentication. | ||||
* | Update dispatch docs | Drew DeVault | 2021-03-18 | 1 | -4/+2 |
| | |||||
* | Fix "Github" capitalisation | Sol Fisher Romanoff | 2021-03-15 | 2 | -3/+3 |
| | |||||
* | Update example manifests for pages.sr.ht | Drew DeVault | 2021-03-10 | 1 | -6/+5 |
| | |||||
* | Fix `to to` typo | Evan Relf | 2021-03-08 | 1 | -2/+2 |
| | |||||
* | builds: document environment for dispatch.sr.ht | Alexey Yerin | 2021-03-06 | 1 | -0/+7 |
| | |||||
* | ops/topology: new host | Drew DeVault | 2021-03-05 | 1 | -1/+1 |
| | |||||
* | Document X-Sourcehut-Patchset-Update email header | Anjandev Momi | 2021-03-04 | 1 | -0/+4 |
| | |||||
* | Update Alpine linux mirror link from 3.12 to 3.13 | earnest ma | 2021-03-02 | 1 | -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.md | Stefan VanBuren | 2021-02-27 | 1 | -4/+4 |
| | |||||
* | todo.sr.ht: add GraphQL docs | Drew DeVault | 2021-02-25 | 4 | -1/+23 |
| | |||||
* | Update builds.sr.ht database configuration | Drew DeVault | 2021-02-21 | 1 | -1/+2 |
| | |||||
* | Fix link in HTML in Markdown | David Florness | 2021-02-21 | 1 | -3/+3 |
| | |||||
* | Fix incorrect redirect example. | Jason Miller | 2021-02-20 | 1 | -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 secret | Drew DeVault | 2021-02-19 | 1 | -3/+32 |
| | |||||
* | support: Add link to pages.sr.ht bug tracker | Noelle Leigh | 2021-02-18 | 1 | -0/+1 |
| | |||||
* | Add instructions for removing custom README | Sumner Evans | 2021-02-18 | 1 | -0/+6 |
| | |||||
* | Skeleton out pages.sr.ht installation docs | Drew DeVault | 2021-02-18 | 2 | -1/+24 |
| | |||||
* | Add pages.sr.ht details | Drew DeVault | 2021-02-18 | 2 | -1/+9 |
| | |||||
* | Document OAuth option for build manifests | Drew DeVault | 2021-02-17 | 1 | -0/+9 |
| | |||||
* | lists: api: Fix some errors | Armin Weigl | 2021-02-17 | 1 | -7/+7 |
| | |||||
* | builds: document PATCHSET_URL and PATCHSET_ID | Alexey Yerin | 2021-02-16 | 1 | -0/+2 |
| | |||||
* | builds: remove hg.sr.ht environment | Alexey Yerin | 2021-02-16 | 1 | -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 Gusev | 2021-02-15 | 1 | -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 Tier0 | 2021-02-11 | 1 | -2/+3 |
| | | | | Follow-up on https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3C1205952567.133309.1601845746778%40office.mailbox.org%3E | ||||
* | Update Fedora versions specifiers | Nate Guerin | 2021-02-07 | 1 | -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 repository | Michael Anckaert | 2021-02-03 | 1 | -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 page | Gregory Anders | 2021-01-28 | 1 | -1/+1 |
| | |||||
* | git.sr.ht: correct jq command for custom readme | Drew DeVault | 2021-01-26 | 1 | -1/+1 |
| | |||||
* | git.sr.ht: fix typo in readme query | Drew DeVault | 2021-01-25 | 1 | -2/+2 |
| | |||||
* | Add explanation of what's going on in README command | Drew DeVault | 2021-01-25 | 1 | -0/+26 |
| | |||||
* | Update git.sr.ht custom README to API 2.0 | Drew DeVault | 2021-01-25 | 1 | -17/+40 |
| | |||||
* | builds.sr.ht: update Alpine versions | Drew DeVault | 2021-01-19 | 1 | -9/+12 |
| | |||||
* | update possible OpenBSD 6.8 architectures | Moritz Buhl | 2021-01-16 | 1 | -1/+1 |
| | | | | | Source: https://www.openbsd.org/plat.html sgi was retired with 6.7. power64 came with 6.8 | ||||
* | Fix another broken tutorial link | Drew DeVault | 2021-01-15 | 1 | -1/+1 |
| | |||||
* | Fix additional tutorial link | Drew DeVault | 2021-01-14 | 1 | -1/+1 |
| | |||||
* | Correct additional links | Drew DeVault | 2021-01-14 | 2 | -2/+2 |
| | |||||
* | Fix link at the end of the GitHub tutorial | Drew DeVault | 2021-01-14 | 1 | -1/+1 |
| |