Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 21 years ago
parent
commit
90997367f4
1 changed files with 0 additions and 17 deletions
  1. +0
    -17
      scripts/Download

+ 0
- 17
scripts/Download

@ -630,10 +630,6 @@ list_dtags() {
{
grep -H '^\[D\] ' package/*/*/*.desc
grep -H '^[X0-9]' target/*/download.txt | sed 's,:,:[D] ,'
#FIXME the following have relative paths in the archive-file column
# is it needed anyway?
grep -H '^[X0-9]' scripts/miscdown.txt | sed 's,:,:[D] ,'
} | column_clean
}
@ -707,8 +703,6 @@ required() {
download_file "`source_file cksum $file url $flags`" "$url" "$cksum" "$target"
done < target/$target/download.txt
fi
#FIXME what's about scripts/miscdown.txt?
}
all() {
@ -730,14 +724,6 @@ all() {
download_file "`source_file cksum $file url $flags`" "$url" "$cksum" "$target"
done < <(cat $each)
done
#FIXME miscdown.txt contains relative paths in 2nd column
for each in scripts/miscdown.txt; do
while read cksum file url flags ; do
file="`basename $file`"
download_file "`source_file cksum $file url $flags`" "$url" "$cksum" "$target"
done < <(cat $each)
done
}
packages() {
@ -757,9 +743,6 @@ packages() {
"$url" "$cksum" "$target"
done < <(cat $arg)
;;
scripts/*)
: #FIXME miscdown.txt not handled yet
;;
*)
if [ ! "${arg%.desc}" = "$arg" ]; then
descfile=$arg

Loading…
Cancel
Save