Package: jenkins.debian.org Severity: normal Tags: patch Dear maintainer,
Please update the haskell-package-plan job to use the newer repo from Salsa. Attached is a patch which hopefully tweaks the right configuration line. Thanks, -- Ilias
>From 5af4035d898b1a48a90a1554bf35fcfee9fe801d Mon Sep 17 00:00:00 2001 From: Ilias Tsitsimpis <[email protected]> Date: Sun, 21 Jan 2018 14:33:22 +0200 Subject: [PATCH] haskell-package-plan: Use newer repo from Salsa --- job-cfg/haskell-package-plan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml index 290d6b7e..05a58b7c 100644 --- a/job-cfg/haskell-package-plan.yaml +++ b/job-cfg/haskell-package-plan.yaml @@ -55,7 +55,7 @@ regular-expression: 'Caused by: hudson.plugins.git.GitException: Command "git fetch' scm: - git: - url: 'git://anonscm.debian.org/pkg-haskell/package-plan.git' + url: 'https://salsa.debian.org/haskell-team/package-plan.git' branches: - master -- 2.15.1

