github yoebuild/yoe v0.9.1

latest releases: v0.13.1, v0.13.0, v0.12.11...
3 months ago
  • yoe deploy <unit> now installs the package's runtime deps too.
    Previously it only built and published the named unit, so deploying a package
    with runtime_deps outside what the device already had on disk failed with a
    cryptic apk add error like sqlite (no such package). Deploy now walks the
    full runtime closure (the same expansion image() does at image-build time),
    so every transitive dep ends up in the feed before apk add runs.
  • Deploy refreshes the device's apk index every time. The on-device
    apk update step now uses apk --no-cache update, forcing a refetch of every
    repo's APKINDEX instead of trusting whatever is in /var/cache/apk/.
    apk-tools 2.x can otherwise hold onto a stale index across a yoe-dev rebuild
    and silently miss packages you just published.
  • Added sqlite unit

To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.
Note: Yoe-NG is in heavy development. We recommend cleaning your build directory and re-creating projects (yoe init) with each new release.

Don't miss a new yoe release

NewReleases is sending notifications on new releases.