https://github.com/fwdekker/apt-mommy
github-based apt repository for mommy~ ❤️
https://github.com/fwdekker/apt-mommy
apt debian mommy ubuntu
Last synced: 3 months ago
JSON representation
github-based apt repository for mommy~ ❤️
- Host: GitHub
- URL: https://github.com/fwdekker/apt-mommy
- Owner: fwdekker
- Created: 2023-11-28T16:07:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-26T12:41:19.000Z (8 months ago)
- Last Synced: 2025-11-29T10:48:03.521Z (7 months ago)
- Topics: apt, debian, mommy, ubuntu
- Language: Shell
- Homepage: https://github.com/fwdekker/mommy
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apt-mommy 📦
github-based apt repository for [mommy](https://github.com/fwdekker/mommy)~
see [mommy](https://github.com/fwdekker/mommy) for installation instructions~
## development ⚗️
this is a [flat apt repository](https://wiki.debian.org/DebianRepository/Format#Flat_Repository_Format) for
debian-based systems such as debian and ubuntu~
to release a new version of mommy, simply add the new `.deb` file to the `deb/` directory and run `update.sh` to update
the `Packages` and `Release` files, and to compress and sign them.
signing requires that the pgp private key is loaded.
this is all done automatically in
[mommy's cd action](https://github.com/fwdekker/mommy/blob/main/.github/workflows/cd.yml)~
the pgp key was generated using gnupg 2.2.40, libgcrypt 1.10.2, using `gpg --full-gen-key` with options
`RSA (sign only)`, key size `4096`, no expiration, my name and email address, no comment, and no passphrase.
the resulting public key has id `5875C679DA5EE60E` and is stored in
[deb/Release.key](https://github.com/fwdekker/apt-mommy/blob/main/deb/Release.key)~