REPREPRO USAGE
==============

This repo is managed with reprepro. Run commands from your laptop
after mounting via sshfs (where your GPG key lives).

Mount example:
  sshfs jamesvasile.com:/var/www/html/apt-repo /mnt/repo

All commands below assume you're in the repo root or use -b /path/to/repo.


ADD A PACKAGE
-------------
  reprepro includedeb stable /path/to/package.deb


LIST PACKAGES
-------------
  reprepro list stable


REMOVE A PACKAGE
----------------
  reprepro remove stable <package-name>


CHECK INTEGRITY
---------------
  reprepro check


FIRST-TIME SETUP
----------------
If reprepro's db/ directory doesn't exist yet, import existing packages:

  reprepro includedeb stable pool/main/*.deb

This scans existing .debs and builds reprepro's database.


NOTES
-----
- SignWith key: 4C8E1E1AA16FC1BB46B59C1126839253AEBA2758! C4D42226454BF4CF7B72734B19C6A6C26F1017E7!
- Signing happens automatically when your GPG key is available
