summaryrefslogtreecommitdiffstats
path: root/tools/local-deb-repo-maker
blob: 82bb9b0be68188d5fdbbaa1b0128694753e250e8 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# now build the Package files for everything in the sarge repo

cd /disks/debian
dpkg-scanpackages sarge /dev/null > sarge/Packages
cd sarge
gzip -c Packages > Packages.gz