diff options
Diffstat (limited to 'job-cfg/haskell-package-plan.yaml')
-rw-r--r-- | job-cfg/haskell-package-plan.yaml | 8 |
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' |