Skip to main content

Setup and manage deb repo easily.

Project description

A script to help you setup and manage deb repo.

## Setting up a repo

` debhelper.py setup_repo --help `

Setup a simple, signed apt repository.

  • Create debrepo user.

  • Create gpg key for signing the repo.

  • Create the repo directory.

  • Create the public key file for client to import.

## Updating a repo

` debhelper.py update_repo --help `

Update the repo so that the newly added deb files are incorporated.

It does the equivalent of:

  • cd /var/data/debrepo/

  • apt-ftparchive packages . > Packages

  • gzip -c Packages > Packages.gz

  • apt-ftparchive release . > Release

  • gpg –yes -abs -u cat keyname -o Release.gpg Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

debhelper-0.3.0.tar.gz (6.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page