Skip to content

Rust building infrastructure

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Global19/rust-central-station

 
 

Rust Central Station

Or otherwise just another name for the old buildmaster.

This repo is hooked up to an automated docker build

On the destination machine you can run it as:

./run-prod.sh

Services currently provided are:

  • cancelbot for rust-lang/rust
  • cancelbot for rust-lang/cargo
  • homu
  • nginx in front of homu
  • ssl via letsencrypt

Future services

  • signing Rust releases

Architecture

This is intended to be run as a container on the destination server, so the container here specifies everything about what's being run.

  • Secrets are stored in secrets.toml next to secrets.toml.example and are shared with the container.
  • Programs are provided in the container (tq and rbars) which will read the TOML configuration for use in shell scripts.
  • Everything pipes output to logger to collect output
  • Services are just run as simple daemons, not a lot of management.

About

Rust building infrastructure

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 90.4%
  • Shell 5.1%
  • Dockerfile 4.5%