summaryrefslogtreecommitdiffstats
path: root/job-cfg/haskell-package-plan.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-04-10whitespace change to force job config regeneration as needed by latest ↵Holger Levsen1-1/+1
jenkins plugin security updates Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-12-02use Naginator plugin to retry git cloning in case of alioth/network failures ↵Holger Levsen1-0/+5
- done for all jobs using git checkouts except those in job-cfg/d-i.yaml Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-05-07s#http://anonscm.debian.org/cgit#https://anonscm.debian.org/git#gHolger Levsen1-1/+1
2016-03-13use new 'cron' parameter for pollscmPhilip Hands1-1/+2
old style deprecated since 1.3.0, according to: http://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.pollscm
2015-07-18stop using squid, only use squid3Holger Levsen1-1/+1
2015-04-29update sponsor-link to point to profitbricks.co.ukHolger Levsen1-1/+1
2015-03-05send all job notifications (also) to qa-jenkins-scm@lists.alioth.debian.org ↵Holger Levsen1-1/+1
instead of to myself
2015-02-09Revert "whitespace change to force touching of all job configs"Holger Levsen1-1/+1
This reverts commit 124c0ddb89d1c420804a15ee8366b89d7e1371de.
2015-02-09whitespace change to force touching of all job configsHolger Levsen1-1/+1
2014-12-14order of publishers seems to matter, first parse logs, then send mailsHolger Levsen1-2/+2
2014-11-08fix links to cgit tree viewHolger Levsen1-1/+1
2014-10-25set artifact(Day|Num)ToKeep again to -1, even though the manual says this is ↵Holger Levsen1-0/+2
the default, j-j-b fails if its not set...
2014-10-25keep less many logs less longHolger Levsen1-2/+0
2014-10-25haskell-package-plan: link bug why squid3 is neededHolger Levsen1-1/+1
2014-10-24Add csv-file-nameJoachim Breitner1-0/+1
2014-09-18use cgit anonscm-links on alioth instead of gitweb.Holger Levsen1-1/+1
2014-07-10haskell-package-plan: Remove “totals” graph, due to Jenkins bugJoachim Breitner1-9/+9
2014-07-10Plot: Do not use exclusion, to avoid bugJoachim Breitner1-4/+4
2014-06-25Use squid3 in cabal-installJoachim Breitner1-1/+1
There is a bug that is triggered by using squid2 (https://github.com/haskell/HTTP/issues/68) and helmut found out that it does not happen with squid3. Hence use squid3.
2014-06-23Revert "Unset http_proxy due to bug in cabal"Joachim Breitner1-1/+1
This reverts commit 0eac7a78d6862013ea47d7271f979b33286e2432. Lets see if the bug has been fixed.
2014-06-21Unset http_proxy due to bug in cabalJoachim Breitner1-1/+1
(in haskell-http to be precise).
2014-04-25haskell-package-plan: s/plots/plot/Joachim Breitner1-1/+1
2014-04-25revert 509e606 now that nomeata added bf80b3cHolger Levsen1-2/+0
2014-04-25haskell-package-plan: Add a group field to the plotsJoachim Breitner1-0/+2
2014-04-25h-p-p.yaml: add plot groupHolger Levsen1-0/+2
2014-04-25haskell-package-plan: Enable graphsJoachim Breitner1-0/+16
This requires a small hack in chroot-run.sh.
2014-04-16haskell-package-plan: logparse rulesJoachim Breitner1-0/+4
2014-04-16haskell-package-plan: No need to install darcs, but do install ghcJoachim Breitner1-1/+1
2014-04-16haskell-package-plan: Depend on patchutilsJoachim Breitner1-1/+1
2014-04-16haskell-package-plan: Use --no-install-recommendsJoachim Breitner1-1/+1
2014-04-16Put packages to be installed in a config line of their ownJoachim Breitner1-2/+3
2014-04-16haskell-package-plan: Depend on dctrl-toolsJoachim Breitner1-1/+1
2014-04-15haskell-package-plan: More dependenciesJoachim Breitner1-1/+1
My minimal schroot seems to be less minimal than jenkins', but I completed the list based on script's imports.
2014-04-15Schedule job dailyJoachim Breitner1-1/+1
2014-04-15haskell-package-plan: Add a dependencyJoachim Breitner1-1/+1
2014-04-15haskell-package-plan: Use sid after allJoachim Breitner1-1/+1
I just remembered that it also calls "grep-aptavail", which uses the system sources.
2014-04-15Escape ; in my_shellJoachim Breitner1-1/+1
2014-04-15haskell-package-plan: Try full path for "cabal"Joachim Breitner1-1/+1
2014-04-15haskell-package-plan: Use git plugin and scm-triggerJoachim Breitner1-1/+7
2014-04-15Rename Haskell Job to haskell-package-planJoachim Breitner1-0/+43
which describes the job better, and matches the newly created git repository.