Skip to content

Releases: bedrocklinux/bpt

bpt-v0.1.5

12 Mar 11:32

Choose a tag to compare

Various style and consistency fixes

bpt-v0.1.4

12 Mar 03:18

Choose a tag to compare

Canonicalized bbuild file name format to include version. This fixes a cache invalidation bug which was based on file name.

bpt-v0.1.3

12 Mar 02:47

Choose a tag to compare

fix: Bedrock mount cleanup

Previously, simultaneously attempted to remove a directory and detect if
it is non-empty (and couldn't/shouldn't be removed) in one go.  However,
did not handle EBUSY.

On Bedrock, /etc is a mount point and attempting to remove it results in
EBUSY.  Handle this explicitly.

Co-authored-by: Codex <codex@openai.com>

bpt-v0.1.2

12 Mar 02:28

Choose a tag to compare

Fix issues with dropping permissions when building as root.

bpt-v0.1.1

12 Mar 00:54

Choose a tag to compare

Fixes privilege drop when building a package as root.

bpt-v0.1.0

11 Mar 23:34

Choose a tag to compare

Initial release.