Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fwdekker/apt-mommy
github-based apt repository for mommy~ ❤️
https://github.com/fwdekker/apt-mommy
apt debian mommy ubuntu
Last synced: 6 days 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T11:04:10.000Z (about 1 month ago)
- Last Synced: 2024-10-10T18:58:14.243Z (27 days ago)
- Topics: apt, debian, mommy, ubuntu
- Language: Shell
- Homepage: https://github.com/FWDekker/mommy
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- 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)~