[Debtags-commits] [svn] r1648 - tagdb
Enrico Zini
enrico at costa.debian.org
Mon Mar 6 09:25:14 UTC 2006
Author: enrico
Date: Mon Mar 6 09:25:13 2006
New Revision: 1648
Modified:
tagdb/process
tagdb/stats
Log:
Ported 'stats' to new, fixed tagcoll
Use -u option to sh
Modified: tagdb/process
==============================================================================
--- tagdb/process (original)
+++ tagdb/process Mon Mar 6 09:25:13 2006
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/bash -eu
# process - Interactive tool for manual approval of central database submissions
#
Modified: tagdb/stats
==============================================================================
--- tagdb/stats (original)
+++ tagdb/stats Mon Mar 6 09:25:13 2006
@@ -12,7 +12,7 @@
shift @ARGV;
my $patchfile = (shift @ARGV or 'patch');
- open IN, "tagcoll reverse $patchfile | tagcoll copy -x |" or die "Can't get the reverse collection from the patch";
+ open IN, "tagcoll reverse $patchfile |" or die "Can't get the reverse collection from the patch";
my %facets;
while (<IN>)
More information about the Debtags-commits
mailing list