| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
The previous version derived the repo root from the script's own location via
git, which broke once the script was installed outside the repo (e.g. ~/bin):
it ran git in ~/bin and failed with 'not a git repository'. Resolve the
package as <pkg>/ below the current directory instead and run from the repo
root. The installed copy now works identically. README updated.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Print usage and exit 0 on -h/--help; usage now explains OUTPUT and the
symlink stripping. Run with no args still prints usage on stderr and exits 2.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
mksboarchive <package> builds the same <package>.tar.gz the post-commit hook
produces, but on demand by name. It validates the package, strips any sbodl
source symlinks, and archives to $OUTPUT (default: CWD). Documented in the
root README.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|