Go to file
Alexey Yerin d8bac6c67c Export some env variables when submitting a build
This allows to detect if the build was started from a patch and for
example, skip deployment.

Example:
  BUILD_SUBMITTER=hub.sr.ht
  BUILD_REASON=patchset
  PATCHSET_ID=19897
  PATCHSET_URL=https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/19897

Ticket: ~sircmpwn/hub.sr.ht#70
2021-02-02 10:24:17 -05:00
.builds .builds/alpine.yml: increase specificity of sed 2020-09-01 17:17:54 -04:00
hubsrht Export some env variables when submitting a build 2021-02-02 10:24:17 -05:00
scss Improve btn-white on dark mode 2020-12-16 10:18:15 -05:00
.gitignore Initial commit 2020-03-24 10:26:15 -04:00
LICENSE Initial commit 2020-03-24 10:26:15 -04:00
Makefile Initial commit 2020-03-24 10:26:15 -04:00
README.md Initial commit 2020-03-24 10:26:15 -04:00
config.example.ini Add config.example.ini 2020-05-04 10:55:26 -04:00
hubsrht-initdb add database stamp for core.sr.ht 2020-08-11 10:48:01 -04:00
hubsrht-migrate hubsrht-migrate: remove (broken) core.sr.ht call 2020-07-14 09:32:19 -04:00
run.py Initial commit 2020-03-24 10:26:15 -04:00
setup.py setup.py: use importlib.resources from python 3.7 to find core.sr.ht Makefile 2020-05-11 09:36:29 -04:00
static Initial commit 2020-03-24 10:26:15 -04:00

README.md

This repository contains the code for the sr.ht project hub. For instructions on deploying or contributing to this project, visit the manual here:

https://man.sr.ht/hub.sr.ht/installation.md