From 5524f3afd1fdf9610d3ee91a9c2966fc4329bec5 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Mon, 30 May 2016 20:16:48 +0200 Subject: [PATCH] Exclude wheezy and precise for sqlsmith --- jenkins/pgapt-jobs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins/pgapt-jobs.yaml b/jenkins/pgapt-jobs.yaml index bff491d..6c8ac9a 100644 --- a/jenkins/pgapt-jobs.yaml +++ b/jenkins/pgapt-jobs.yaml @@ -1305,6 +1305,8 @@ name: sqlsmith git-url: https://github.com/ChristophBerg/sqlsmith.git git-branch: debian + # needs libpqxx 4 + dist-filter: '(distribution!="wheezy") && (distribution!="precise")' jobs: - git-packages -- 2.39.5