aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Improve wording of main installation pageJason Phan2020-12-301-3/+3
| | | | Removed typo. Added transition.
* paste.sr.ht: Remove link to missing config pageJason Phan2020-12-302-5/+0
|
* license.md: add LGPLDrew DeVault2020-12-301-0/+7
|
* ops/topology: de-provision cmpwn.comDrew DeVault2020-12-281-1/+1
|
* Fix broken yaml highlightingSteven Guikal2020-12-152-3/+3
|
* Fix broken "subscription-resource" linksalex wennerberg2020-12-121-2/+2
| | | | | | | Apologies for my mistaken previous patch -- this should be on the correct service. Alex
* graphql.md: some minor clarificationsDrew DeVault2020-12-071-1/+4
|
* GraphQL: increment header levelDrew DeVault2020-12-031-10/+10
|
* Add initial GraphQL documentationDrew DeVault2020-12-036-2/+249
|
* builds.sr.ht: document /api/jobs/:id/cancelAlexey Yerin2020-11-271-0/+4
| | | | Signed-off-by: Alexey Yerin <yerinalexey98fd@gmail.com>
* Add API configuration to installation docsDrew DeVault2020-11-244-248/+58
|
* Add configuration links to all installation pagesDrew DeVault2020-11-2310-0/+40
|
* Improve wording of introduction textDrew DeVault2020-11-201-7/+6
|
* Ditch configuration_reference pagesDrew DeVault2020-11-1910-60/+3
| | | | These are superfluous
* Revert "Principles"Drew DeVault2020-11-181-7/+0
| | | | | | Moved this to sourcehut.org instead, is a bit more subtle. This reverts commit 621b3920f79392493153abb4c791f1c27a4b277b.
* PrinciplesDrew DeVault2020-11-181-0/+7
|
* Fix packages linkJason Phan2020-11-181-1/+2
| | | | Previous link was in markdown but it was supposed to be in html.
* Fix up packages notesJason Phan2020-11-182-7/+13
| | | | | | | | | | | | | | | I think we should keep the note about packages automatically setting up the daemons for you, as that isn't exactly obvious when going through this the first time. As for the note for users wanting to contribute to the repositories, I'd like to keep it consistent with, say, the Hacking note on /installation.md, which is green as well. Also it's kinda hard to see that short paragraph when it's right before a big yellow box. I also don't think we need a note about Alpine being the only official repository. The fact that Alpine hosts are the only officially supported host sort of implies that.
* Remove JSON from builds.sr.ht/triggers.mdDrew DeVault2020-11-171-12/+4
| | | | This is no longer encouraged; machines can edit YAML.
* Improve visibility of builds.sr.ht docsDrew DeVault2020-11-171-0/+2
|
* Add sr.ht config reference pageJason Phan2020-11-171-0/+245
|
* Update todo.sr.ht installation/config pagesJason Phan2020-11-173-11/+31
|
* Update paste.sr.ht installation/config pagesJason Phan2020-11-172-4/+13
|