COMP: scanpackages : new utility to make Packages.gz
This commit is contained in:
parent
58e969c376
commit
f7b96e2766
8
bin/tools/scanpackages
Executable file
8
bin/tools/scanpackages
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Generate Packages file on debian repositories.
|
||||
|
||||
for D in `find . -mindepth 4 -type d`
|
||||
do
|
||||
dpkg-scanpackages $D | gzip -9c > ${D}/Packages.gz
|
||||
done
|
Loading…
Reference in New Issue
Block a user