Created
October 2, 2013 23:19
-
-
Save jgod/6801992 to your computer and use it in GitHub Desktop.
Creating index files for deb repos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd my-repository | |
dpkg-scanpackages binary /dev/null | gzip -9c > binary/Packages.gz | |
dpkg-scansources source /dev/null | gzip -9c > source/Sources.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment