diff options
author | Christoph Berg | 2016-01-09 19:14:16 +0000 |
---|---|---|
committer | Christoph Berg | 2016-01-09 19:14:16 +0000 |
commit | 20af1c403bb50a19a7cc121c704c6ce6fb28cf00 (patch) | |
tree | ad1d33fe7cea15bec92b85de3ab4f4e2b0f186cd | |
parent | cdac1917cfbf85f9ac198e1702db422e3cd8a9e3 (diff) |
Skip wheezy and precise for pllua, there are weird errors
-rw-r--r-- | jenkins/pgapt-jobs.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jenkins/pgapt-jobs.yaml b/jenkins/pgapt-jobs.yaml index b91e4e7..f24135b 100644 --- a/jenkins/pgapt-jobs.yaml +++ b/jenkins/pgapt-jobs.yaml @@ -1064,7 +1064,9 @@ name: postgresql-pllua git-url: git://anonscm.debian.org/pkg-postgresql/postgresql-pllua.git git-branch: master - dist-filter: '' + # wheezy/precise amd64: ERROR: cache lookup failed for type 2192165 + # (squeeze and wheezy/precise i386 work) + dist-filter: '(distribution!="wheezy") && (distribution!="precise")' jobs: - git-packages-with-next |