Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moritz/package-info
Example project to demonstrate Debian packaging and automating deployments
https://github.com/moritz/package-info
Last synced: 16 days ago
JSON representation
Example project to demonstrate Debian packaging and automating deployments
- Host: GitHub
- URL: https://github.com/moritz/package-info
- Owner: moritz
- Created: 2016-01-08T20:59:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-07T20:36:08.000Z (over 8 years ago)
- Last Synced: 2024-11-05T20:51:38.443Z (2 months ago)
- Language: Perl
- Homepage: https://deploybook.com/
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is small web service that produces the output of `dpkg -l` (that is, a
list of known Debian package, whether they are installed, if yes, in
which version, and short description) via HTTP.It is not meant for production usage, rather as an example for
[my book on automating
deployments](https://perlgeek.de/en/book/automating-deployments).If this topic is of interest to you, please [follow the accompanying
blog](https://perlgeek.de/blog-en/automating-deployments/).