summaryrefslogtreecommitdiffstats
path: root/job-cfg/haskell-package-plan.yaml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-07-10 14:03:25 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2014-07-10 14:03:25 +0200
commit4cf0b3c9888b906471ce934dceeb5fa7952f00a9 (patch)
tree074c17614c05471549395669081cfc88fa1abee5 /job-cfg/haskell-package-plan.yaml
parent5d26fac85aff8806382622ca6ccad228256066a1 (diff)
downloadjenkins.debian.net-4cf0b3c9888b906471ce934dceeb5fa7952f00a9.tar.xz
Plot: Do not use exclusion, to avoid bug
Diffstat (limited to 'job-cfg/haskell-package-plan.yaml')
-rw-r--r--job-cfg/haskell-package-plan.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml
index 082c1d7d..ceadb732 100644
--- a/job-cfg/haskell-package-plan.yaml
+++ b/job-cfg/haskell-package-plan.yaml
@@ -36,8 +36,8 @@
series:
- file: stats.csv
format: csv
- inclusion-flag: exclude-by-string
- exclude: total
+ # inclusion-flag: exclude-by-string
+ # exclude: total
- title: Totals
yaxis: Packages
group: PlotGroup
@@ -45,8 +45,8 @@
series:
- file: stats.csv
format: csv
- inclusion-flag: include-by-string
- exclude: total
+ # inclusion-flag: include-by-string
+ # exclude: total
scm:
- git:
url: 'git://anonscm.debian.org/pkg-haskell/package-plan.git'