Commit 9818b33
committed
refactor: consolidate binaries into unified sbuild CLI with subcommands
- Merge 4 separate binaries (sbuild, sbuild-cache, sbuild-meta, sbuild-linter) into single sbuild binary
- Add subcommands: build, info, cache, lint, meta
- Implement timeout enforcement in exec() to prevent hanging builds
- Clean up temp build script file after execution
- Fix -p short option conflict in lint command (pkgver now uses -P)1 parent 6eabf2f commit 9818b33
15 files changed
Lines changed: 2307 additions & 2835 deletions
File tree
- sbuild-cache
- src
- sbuild-linter
- src
- sbuild-meta
- sbuild/src
- commands
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
0 commit comments