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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file debhelper-0.3.0.tar.gz
.
File metadata
- Download URL: debhelper-0.3.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93408b1332c55db94674cd84bfc2051da4ba9cd0ad29435241701f6990adfbf0 |
|
MD5 | cc8a47697df7e5e458d3269038da1740 |
|
BLAKE2b-256 | cac3aef9bf51b32fecc5fbe92ee5d52db7f8e6dc6fd78a3bfff9e8f15545c177 |