in-toto / rebuilderd-website

Arch Linux Rebuilderd status webpage (read-only mirror)

Home Page:https://gitlab.archlinux.org/archlinux/rebuilderd-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Arch Linux Rebuilderd status webpage (read-only mirror)

https://gitlab.archlinux.org/archlinux/rebuilderd-website

License:MIT License


Languages

Language:JavaScript 61.5%Language:SCSS 15.9%Language:Makefile 13.3%Language:HTML 6.4%Language:Shell 3.0%