Skip to content

Commit

Permalink
docs: add maintainer name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed May 31, 2024
1 parent 7d4a38e commit dba73ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Steps (as root):
0. Install git, ciel, pushpkg, rustc (with Cargo), compiler toolchain (LLVM/Clang)
1. `mkdir -p /buildroots/buildit`
2. `cd /buildroots/buildit && git clone https://github.com/AOSC-Dev/buildit`
3. `cd /buildroots/buildit && ciel new`, making sure to create an instance named "main" when asked
3. `cd /buildroots/buildit && ciel new` with maintainer called `AOSC OS Maintainers <[email protected]>`, making sure to create an instance named "main" when asked
4. `cp /buildroots/buildit/buildit/systemd/buildit-worker.service /etc/systemd/system`
5. `$EDITOR /etc/systemd/system/buildit-worker.service`:update ARCH
6. `$EDITOR /buildroots/buildit/buildit/.env`: set BUILDIT_SERVER, BUILDIT_WORKER_SECRET BUILDIT_SSH_KEY and BUILDIT_WORKER_PERFORMANCE; for workers in China, optionally update BUILDIT_RSYNC_HOST to repo-cn.aosc.io
Expand Down

0 comments on commit dba73ff

Please sign in to comment.