No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
github-actions[bot] 8dc739f517
chore(main): release 2.0.0 (#5)
🤖 I have created a release *beep* *boop*
---


## [2.0.0](https://github.com/kastelo/ezapt/compare/v1.1.0...v2.0.0)
(2025-08-20)


### ⚠ BREAKING CHANGES

* use config file, pool directory

### Features

* use config file, pool directory
([17605ab](17605ab5dc))


### Bug Fixes

* add ending newlines to clear/detached signatures
([2cd886a](2cd886a75c))
* keep codename debian to avoid warning
([112b03f](112b03f18c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-20 23:03:27 +02:00
.github/workflows build: build 2024-11-24 15:26:56 +01:00
internal fix: keep codename debian to avoid warning 2025-08-20 22:58:25 +02:00
.ko.yaml fix: use base image that allows running as root 2024-11-24 22:42:00 +01:00
CHANGELOG.md chore(main): release 2.0.0 (#5) 2025-08-20 23:03:27 +02:00
ezapt.yaml.sample feat!: use config file, pool directory 2025-08-20 22:44:15 +02:00
go.mod feat!: use config file, pool directory 2025-08-20 22:44:15 +02:00
go.sum feat!: use config file, pool directory 2025-08-20 22:44:15 +02:00
LICENSE doc: license & README 2024-11-24 21:06:58 +01:00
main.go feat: separate sign command, keyring from env 2024-12-16 10:02:09 +01:00
README.md feat!: use config file, pool directory 2025-08-20 22:44:15 +02:00

ezapt

A simple utility to generate a valid APT distribution.

ezapt combines the functionality of dpkg-scanpackages, apt-ftparchive, gpg, and the required glue and scripting to tie them together, with additional functionality to add new packages and remove outdated ones automatically.

License

MIT