Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
J5 Builder
==========

Build library and CLI for J5

## Installation

```bash
go install github.com/pentops/j5build/cmd/j5@latest
go install github.com/pentops/j5build/cmd/j5-gen-go-client@latest
```
DEPRECATED. Code merged into pentops/j5 repo
2 changes: 1 addition & 1 deletion internal/j5client/foo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestFooSchema(t *testing.T) {
t.Fatalf("ReadLocalSource: %v", err)
}

srcImg, _, err := thisRoot.BundleImageSource(ctx, "test")
srcImg, _, err := thisRoot.BundleImageSource(ctx, "buildtest")
if err != nil {
t.Fatalf("NamedInput: %v", err)
}
Expand Down
6 changes: 3 additions & 3 deletions j5.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---

bundles:
- name: test
dir: proto/test
- name: buildtest
dir: proto/buildtest

- name: j5build
dir: proto/j5build
Expand All @@ -18,7 +18,7 @@ generate:
- name: j5build
inputs:
- local: j5build
- local: test
- local: buildtest

output: .
mods:
Expand Down
File renamed without changes.
File renamed without changes.