Skip to content

Instantly share code, notes, and snippets.

@mgwilliams
Created May 9, 2012 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgwilliams/5faccb703054afdbbcae to your computer and use it in GitHub Desktop.
Save mgwilliams/5faccb703054afdbbcae to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /srv/apt/packages
rm Release Release.gpg Packages Packages.gz
dpkg-scanpackages . /dev/null > Packages
apt-ftparchive release . > .Release
mv .Release Release
gpg --detach-sign -o Release.gpg Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment