Rust implementation of [forgebuild](https://tildegit.org/forge/build)
Go to file
southerntofu 5760794747 Reorder tasks before debug print, rename GITBUILDCONF to FORGEBUILDCONF 2020-12-01 18:19:31 +01:00
i18n@5fd01cce80 Add translations in submodule 2020-07-11 17:53:11 +02:00
src Reorder tasks before debug print, rename GITBUILDCONF to FORGEBUILDCONF 2020-12-01 18:19:31 +01:00
tests Some tests 2020-07-01 17:17:54 +02:00
.gitignore Start CLI 2020-05-01 12:48:22 +02:00
.gitmodules Add translations in submodule 2020-07-11 17:53:11 +02:00
Cargo.lock Start JSON debug output for context 2020-11-28 20:36:11 +01:00
Cargo.toml Start JSON debug output for context 2020-11-28 20:36:11 +01:00
README.md Add translations in submodule 2020-07-11 17:53:11 +02:00

README.md

git-build.rs

Rust reimplementation of git-build.sh

Running

Requires the translation files to run. They are included in a submodule, you need to use --recursive with git:

git clone --recursive https://tildegit.org/southerntofu/git-build.rs
LANG=fr LOG=debug I18N=~/git-build.sh/i18n/ cargo run --release

Status

Experimental, not working (yet)