From 9cf38c2ec99a3fe664a9dc39d19af5f542c19a8d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 26 Dec 2007 15:34:13 +0000 Subject: Move comment for finding packages up where it belongs. --- localdebpool | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'localdebpool') diff --git a/localdebpool b/localdebpool index 25dfb3b..45ddcfc 100755 --- a/localdebpool +++ b/localdebpool @@ -169,6 +169,10 @@ case "$packages" in ;; esac +# Find packages in $prvpkgdir belonging to $sections +# +# $PRVBASE/$buildhost/pool-$pool/$package/ +# batchsections="$( \ find "$PRVBASE" -type f -regex '.*/'"$pkg_re"'/HINTS' -exec cat '{}' ';' \ | sectionsfromhintstream @@ -183,10 +187,9 @@ else echo 1>&2 "ERROR: Package(s) $@ was not found in any section." exit 1 fi -# Find packages in $prvpkgdir belonging to $sections, and -# create/update symlink farms $prvgrpdir and $pubpkgdir. + +# Create/update symlink farms $prvgrpdir and $pubpkgdir # -# $PRVBASE/$buildhost/pool-$pool/$package/ # $PRVBASE/sections/$section/$dist/$package/$pool/$buildhost # $PUBBASE/pkg/$package/$pool/$buildhost # -- cgit v1.2.3