mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: scanpackages : new utility to make Packages.gz
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user