-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
CHANGES | ||
======= | ||
|
||
v0.2 | ||
---- | ||
|
||
* deb_autopkg: support default pool | ||
|
||
- when no pool is given to repo-build-pool, pick the default pool(s) to build from the config key "defaults::build-pool", which defaults to 'default'. | ||
|
||
* cf: repos: devuan: config for container tools (master) | ||
|
||
- Add an example repo config building container tools for various Devuan releases (oss-qm master branches), including dependencies like newer golang toolchain. | ||
|
||
* csdb: new packages | ||
|
||
- add nerdctl | ||
- debian: add golang-defaults | ||
- add containerd-cgroups | ||
- rename golang to golang-go | ||
|
||
* cf: targets | ||
|
||
- add Devuan unstable (multiarch-repo) | ||
- add Devuan testing (multiarch-repo) | ||
- add Devuan beowulf (multiarch-repo) | ||
- add Devuan unstable chimaera (multiarch-repo) | ||
- add Devuan unstable daedalus (multiarch-repo) | ||
|
||
* github CI workflow: | ||
|
||
- autobuild: drop runner.os and runner.arch from cache names | ||
- move builder setup steps to it's own composite action | ||
- cache rootfs tarballs | ||
|
||
* tools: add simple pool builder tool | ||
|
||
- Simple command line util for building a pool from given config file. | ||
|
||
* deb_autopkg: | ||
|
||
- allow packages to be skipped on specific targets | ||
- deb_autopkg: target and repo config via target/ configs | ||
- add support for default pool (when none given) |