diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-07-31 23:57:11 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-07-31 23:57:11 +0900 |
| commit | a8a79a866469c281f5c15daa7b2bd1de91f1d99c (patch) | |
| tree | a43ec55565b9207b813528ac21da6c07ad2f5bc3 /.gitea | |
| parent | 3ae0cec000408562452703b2c0faad42260e3b53 (diff) | |
cmd/hpkg: rename from planterette
Planterette is now developed in another repository, so rename this proof of concept to avoid confusion.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/test.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index cb1ce8c1..9215915a 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -73,20 +73,20 @@ jobs: path: result/* retention-days: 1 - planterette: - name: Planterette + hpkg: + name: Hpkg runs-on: nix steps: - name: Checkout uses: actions/checkout@v4 - name: Run NixOS test - run: nix build --out-link "result" --print-out-paths --print-build-logs .#checks.x86_64-linux.planterette + run: nix build --out-link "result" --print-out-paths --print-build-logs .#checks.x86_64-linux.hpkg - name: Upload test output uses: actions/upload-artifact@v3 with: - name: "planterette-vm-output" + name: "hpkg-vm-output" path: result/* retention-days: 1 @@ -97,7 +97,7 @@ jobs: - race - sandbox - sandbox-race - - planterette + - hpkg runs-on: nix steps: - name: Checkout |
