[Pkg-haskell-commits] [package-plan] 01/01: More lines to ignore in cabal output

Joachim Breitner nomeata at moszumanska.debian.org
Mon Aug 4 20:33:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository package-plan.

commit 5eb064c2357e986cbca0c3c0cefad176c3fa0f9d
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Aug 4 22:33:27 2014 +0200

    More lines to ignore in cabal output
---
 test-packages.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test-packages.pl b/test-packages.pl
index a135a2d..f0a290b 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -295,7 +295,9 @@ if ($all_runs_ok) {
 		next if $_ eq "Reading available packages...";
 		next if $_ eq "Choosing modular solver.";
 		next if $_ eq "Resolving dependencies...";
+		next if $_ eq "Updating the index cache file...";
 		next if $_ eq "In order, the following would be installed:";
+		next if $_ eq "package)"; # what is that?
 		if (m!^([a-zA-Z0-9-]+)-([0-9.]+)!gm) {
 			my ($pkg, $version) = ($1, $2);
 			if (exists $results{$pkg} and $results{$pkg} ne $version) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list