[Debtags-commits] [svn] r1407 - autodebtag/trunk/dbacl

Enrico Zini enrico at costa.debian.org
Thu Oct 27 15:04:40 UTC 2005


Author: enrico
Date: Thu Oct 27 15:04:39 2005
New Revision: 1407

Modified:
   autodebtag/trunk/dbacl/debtags-ai
   autodebtag/trunk/dbacl/perfacet
Log:
Fixed error introduced by last patch

Modified: autodebtag/trunk/dbacl/debtags-ai
==============================================================================
--- autodebtag/trunk/dbacl/debtags-ai	(original)
+++ autodebtag/trunk/dbacl/debtags-ai	Thu Oct 27 15:04:39 2005
@@ -62,7 +62,7 @@
 	}
 	for my $pkg (keys %pkgdata)
 	{
-		if -f 'patch-stop'
+		if (-f 'patch-stop')
 		{
 			print STDERR "Interrupted.  Put the partial results in a file called 'patch-resume' to resume the computation from this point.\n".
 			unlink ('patch-stop');

Modified: autodebtag/trunk/dbacl/perfacet
==============================================================================
--- autodebtag/trunk/dbacl/perfacet	(original)
+++ autodebtag/trunk/dbacl/perfacet	Thu Oct 27 15:04:39 2005
@@ -6,7 +6,7 @@
 do
 	if [ $FACET != legacy ]
 	then
-		apt-cache show $PKG | dbacl -m -U `ls tags/$FACET::* | xargs -n1 -ipippo echo -c pippo`
+		apt-cache show $PKG | dbacl -m -U `ls data/$FACET::* | xargs -n1 -ipippo echo -c pippo`
 	fi
 done
 



More information about the Debtags-commits mailing list