freedom-maker (0.33)
[PTS] [DDPO]
COMMITS: VCS has seen 3 commits since the v0.33 tag
- Git: https://salsa.debian.org/freedombox-team/freedom-maker.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 520192
- Browser: https://salsa.debian.org/freedombox-team/freedom-maker
- Last scan: 2024-12-05 23:48:03+00
- Next scan: 2024-12-13 19:25:00+00
- Open issues: 11
- Merge requests: 1
- CI pipeline status: success
- Debian changelog in Git:
freedom-maker (0.33) unstable; urgency=medium
[ James Valleroy ]
* vagrant: Don't modify /etc/security/access.conf
* vagrant: Store sha256 hash
* Drop non-free component
* Cleanup reference to test target
* debian: Generate manpages during build
* Update manual pages
* Show end of log if debootstrap fails
* arm: Increase boot size to 256 MiB
* armhf: Replace u-boot package with specific variant
* builder: Split 'free' into 2 properties
* vagrant: Include contrib for virtualbox-guest-utils
* amd64, i386: Add {amd64,intel}-microcode packages
* tests: Fix virtualbox test
* vagrant: Fix script paths
* Update copyright year
* Follows Debian policy v4.6.2
[ Sunil Mohan Adapa ]
* raspberry2, raspberry3: Increase firmware partition size to 256MiB
* library: Increase the compression RAM usage limit on latest xz
* releases: Create a new module to handle release specific information
* releases: Switch to bookworm as the latest stable
* builder, vm: Increase size of the image for VMs
* vm: Fix failure while returning image size for vagrant images
* *: Remove use of cliapp library as it seems unmaintained
* *: Fix mypy errors
* Use pyproject.toml instead of setup.py
* *: Convert tests to use pytest
-- James Valleroy <jvalleroy@mailbox.org> Fri, 09 Feb 2024 12:44:20 -0500
- This branch is 3 commits ahead of tag v0.33
- Git log:
commit 389f3af44169a5d848311d7900b785e2c03e0d06
Author: Sunil Mohan Adapa <sunil@medhas.org>
Date: Thu Aug 15 17:47:19 2024 -0700
vagrant: Build vagrant box without virtualbox
- This makes the builds more reliable.
- The generated .vmdk file inside the .box file is not compressed leading to
slightly increased size.
- The .box file is a tarball with contents according to
https://developer.hashicorp.com/vagrant/docs/boxes/format.
- Perform customization operations on the image while it being built.
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
commit 83f219eedf822b7e691fcc439d1f71b4f58e1da1
Author: Sunil Mohan Adapa <sunil@medhas.org>
Date: Thu Aug 15 22:55:13 2024 -0700
internal: Allow builders to customize the built image
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
commit 96d0962392c8624ccf9c81105fb75caa48f38d80
Author: Philippe Coval <rzr@users.sf.net>
Date: Sat Feb 10 14:36:54 2024 +0100
builder: Add support for Olimex A20-OLinuXino-MICRO-eMMC
Those who have the eMMC version of the board,
could be interested to be able to use this extra space
even if freedombox is not currently using it.
For the record, I came to this change while testing a u-boot change
that enable reboot on Olimex A20 micro.
Relate-to: https://salsa.debian.org/debian/u-boot/-/merge_requests/34
Forwarded: https://salsa.debian.org/freedombox-team/freedom-maker/-/merge_requests/242
Signed-off-by: Philippe Coval <rzr@users.sf.net>