https://github.com/archlinux/rebuilderd-website
Arch Linux Rebuilderd status webpage (read-only mirror)
https://github.com/archlinux/rebuilderd-website
reactjs
Last synced: 1 day ago
JSON representation
Arch Linux Rebuilderd status webpage (read-only mirror)
- Host: GitHub
- URL: https://github.com/archlinux/rebuilderd-website
- Owner: archlinux
- License: mit
- Created: 2020-06-14T13:15:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T17:26:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T16:58:03.351Z (5 months ago)
- Topics: reactjs
- Language: JavaScript
- Homepage: https://gitlab.archlinux.org/archlinux/rebuilderd-website
- Size: 399 KB
- Stars: 3
- Watchers: 12
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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-sassOn 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.