aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht
Commit message (Collapse)AuthorAgeFilesLines
* builds.sr.ht/compat: update Fedora maintainerDrew DeVault2021-11-031-1/+1
|
* Remove armhfp arch from RedHat derivativesHaowen Liu2021-11-011-4/+0
|
* compatibility.md: Fix/Update Debian terminologyDiederik de Haas2021-10-311-13/+13
| | | | | | | | | | | | | | Debian doesn't have an 'armhl' architecture, but it does have 'armhf' which I assume was meant. In the Debian repository section, I replaced 'distro' with 'release' as the distro is part of the url and the correct word for that part is release. Also updated that in the Ubuntu section. Added 'contrib' to the section list to make it complete and software in contrib is Free Software itself (but depends on non-free software). As oldstable and newer are supported, I updated the examples to use the current oldstable and stable.
* builds.sr.ht/compatibility.md: drop apt-key referenceDrew DeVault2021-10-291-2/+2
|
* Add Ubuntu JammyHaowen Liu2021-10-231-2/+32
|
* builds.sr.ht: OpenBSD 7.0Jarkko Oranen2021-10-211-4/+4
|
* builds.sr.ht/compatibility: drop FreeBSD 11.xSimon Ser2021-10-041-30/+0
| | | | | The release has reached end-of-life and is being dropped by builds.sr.ht.
* builds.sr.ht: add guixDhruvin Gandhi2021-09-241-0/+41
|
* builds.sr.ht: add hirsuteHaowen Liu2021-09-091-0/+30
|
* builds.sr.ht: update debian releasesDrew DeVault2021-09-091-6/+6
|
* Add Ubuntu maintainerHaowen Liu2021-09-021-1/+1
|
* compatibility: add rockylinuxHaowen Liu2021-09-011-0/+50
|
* Mention patchset-triggered builds lack access to secrets in hub sectionحبيب الامين2021-08-291-0/+3
|
* builds.sr.ht/compatibility: alphabetizeDrew DeVault2021-08-161-87/+87
|
* builds.sr.ht: document graceful termination procedureDrew DeVault2021-08-111-0/+6
|
* builds.sr.ht: update ubuntu/next to impishDrew DeVault2021-07-261-3/+3
|
* builds.sr.ht: Add NetBSD to compatibility.mdMichael Forney2021-07-021-0/+87
|
* builds.sr.ht: update Alpine compatDrew DeVault2021-06-221-8/+8
|
* builds.sr.ht: correct configuration errorDrew DeVault2021-06-081-1/+1
|
* Update nixos/latest to 21.05Francesco Gazzetta2021-06-081-2/+2
|
* How to update build imagesDrew DeVault2021-06-061-0/+17
|
* builds.sr.ht: update OpenBSD versionsSimon Ruderich2021-05-291-4/+4
|
* builds.sr.ht: refresh Fedora imagesTimothée Floure2021-05-171-5/+5
|
* s/hyphen/em dash/gSol Fisher Romanoff2021-05-166-14/+14
|
* builds.sr.ht: add GraphQL docsDrew DeVault2021-05-161-0/+15
|
* builds.sr.ht: Ubuntu needs a new maintainerDrew DeVault2021-04-261-1/+1
|
* Add note about payments in builds docsSol Fisher Romanoff2021-04-231-0/+8
|
* builds.sr.ht/compatibility: add freebsd/13.xSimon Ser2021-04-141-1/+31
|
* builds.sr.ht/compatibility: freebsd images are updated weeklySimon Ser2021-04-141-2/+2
| | | | The docs were outdated here.
* Fix typoArmaan Bhojwani2021-04-051-1/+1
|
* Fix "Github" capitalisationSol Fisher Romanoff2021-03-151-2/+2
|
* builds: document environment for dispatch.sr.htAlexey Yerin2021-03-061-0/+7
|
* Update builds.sr.ht database configurationDrew DeVault2021-02-211-1/+2
|
* 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
|
* Document OAuth option for build manifestsDrew DeVault2021-02-171-0/+9
|
* 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.
* 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 broken yaml highlightingSteven Guikal2020-12-151-1/+1
|
* builds.sr.ht: document /api/jobs/:id/cancelAlexey Yerin2020-11-271-0/+4
| | | | Signed-off-by: Alexey Yerin <yerinalexey98fd@gmail.com>
* Add configuration links to all installation pagesDrew DeVault2020-11-231-0/+4
|
* Ditch configuration_reference pagesDrew DeVault2020-11-191-5/+0
| | | | These are superfluous
* 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
|
* Update builds.sr.hts installation/config pagesJason Phan2020-11-173-159/+195
|