Arch Linux Rebuilderd status webpage (read-only mirror)
Go to file
Aditya Sirish dae604c052 Add icon for in-toto attestations
Signed-off-by: Aditya Sirish <aditya@saky.in>
2021-11-05 18:51:50 +00:00
.external style: use central archlinux-common-style submodule 2020-10-16 21:14:10 +02:00
public Add icon for in-toto attestations 2021-11-05 18:51:50 +00:00
scripts Update Caddyfile to Caddy 2 2021-02-13 22:27:57 +01:00
src Add icon for in-toto attestations 2021-11-05 18:51:50 +00:00
.babelrc Port the whole website to React 2020-06-14 17:19:30 +02:00
.editorconfig Add editorconfig 2020-12-20 16:12:28 +01:00
.eslintrc.js Initial commit 2020-04-26 02:03:43 +02:00
.gitignore Add .yarninstall to gitignore 2020-06-14 15:28:51 +02:00
.gitlab-ci.yml Add svgcleaner step for svg minification 2020-10-31 23:17:54 +01:00
.gitmodules style: use central archlinux-common-style submodule 2020-10-16 21:14:10 +02:00
Caddyfile Update Caddyfile to Caddy 2 2021-02-13 22:27:57 +01:00
LICENSE Initial commit 2020-04-26 02:03:43 +02:00
Makefile Remove completed TODO in Makefile 2020-11-24 21:46:28 +01:00
README.md Add release instructions 2020-07-05 22:37:18 +02:00
package.json Update yarn dependencies 2020-12-19 22:52:09 +01:00
yarn.lock Update yarn dependencies 2021-11-05 19:46:05 +01:00

README.md

Arch Linux Rebuilderd Status

A simple status display with the number of reproducible packages for Arch Linux. Uses rebuilderd's API to fetch the current status of reproducibility.

Dependencies

  • yarn (for building/development)
  • caddy (for local development)
  • tmux (running watchers)
  • ruby-sass

On Arch Linux

pacman -S caddy yarn tmux ruby-sass

Development

make
./scripts/startdevelop.sh

Open http://localhost:8881

Deployment

Creating a distributable tarball can be done with:

make dist

Release

To release a new version:

git tag -as v$version

Update the rebuilderd-website package in Arch Linux.