Create an apt repository at the specified directory
This script has been written to run with Python 3 (3.6, to be exact)
I may refractor it to be Python 2 compatible. It also requires the
pydpkg
package
This is a very rudimentary repository and does not include any installation instrumentation. Just copy the python script to a directory in your PATH and run
git clone https://github.com/gwojtak/mkaptrepo
sudo pip3 install -r requirements.txt
Copy your .deb packages to a directory accessible by your web server and run the script
sudo mkaptrepo.py /path/to/repo
Open in the issue tracker!
Fork, edit, commit, PR - pretty standard stuff!