To add new .deb packages to the repo: 1) Put the new deb somewhere on disk, for example in tmp 2) Run the following command to import the .deb file into the repo: reprepro includedeb For example: reprepro includedeb focal /tmp/docker-deployer_1.0.0-1_amd64.deb reprepro includedeb jammy /tmp/docker-deployer_1.0.0-1_amd64.deb 3) Commit changes To publish. (Usually done by SRE as they have the keys to sign packages) 1) Log into sapros staging box 2) Pull changes 3) rsync out to prod boxes Assumptions made: 1) You're on an ubuntu box with the reprepro and gpg packages installed 2) You have a key setup in ~/.gnupg/ that matches the KEY.gpg file in the repo. SREs should have this as the repo was created with the same key we alredy use to sign .rpm packages. To remove a .deb package from the repo: reprepro remove For example: reprepro remove focal perccli reprepro remove jammy perccli