[package-plan] 01/02: test-package: Make behind-LTS an error as well

Joachim Breitner nomeata at moszumanska.debian.org
Thu Jul 16 12:59:01 UTC 2015


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

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

commit a3380b9af2a87393a197482170d4d50a6752d679
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Jul 16 14:58:06 2015 +0200

    test-package: Make behind-LTS an error as well
    
    We have caught up with the LTS release, so lets keep it that way.
---
 test-packages.pl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test-packages.pl b/test-packages.pl
index e31685f..db2bc6a 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -190,8 +190,9 @@ for my $pkg (sort keys %packages) {
 				$error_count++;
 			}
 			if ( version_compare($versions{$pkg}, $lts{$pkg}) == -1 ) {
-				#printf "AHEAD  %s is %s here, but only %s in the tracked LTS release.\n" ,
-				#	$pkg, $available{$pkg}, $lts{$pkg};
+				printf "BEHIND: %s is %s but already %s in the tracked LTS release.\n" ,
+					$pkg, $available{$pkg}, $lts{$pkg};
+				$error_count++;
 				$stats{"lts-upgradeable"}++;
 			}
 		}

-- 
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