diff options
-rw-r--r-- | job-cfg/haskell-package-plan.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml index ceadb732..98ea23bc 100644 --- a/job-cfg/haskell-package-plan.yaml +++ b/job-cfg/haskell-package-plan.yaml @@ -38,15 +38,15 @@ format: csv # inclusion-flag: exclude-by-string # exclude: total - - title: Totals - yaxis: Packages - group: PlotGroup - style: area - series: - - file: stats.csv - format: csv - # inclusion-flag: include-by-string - # exclude: total + #- title: Totals + # yaxis: Packages + # group: PlotGroup + # style: area + # series: + # - file: stats.csv + # format: csv + # # inclusion-flag: include-by-string + # # exclude: total scm: - git: url: 'git://anonscm.debian.org/pkg-haskell/package-plan.git' |