diff options
-rw-r--r-- | job-cfg/schroot.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/job-cfg/schroot.yaml b/job-cfg/schroot.yaml index a2c0d7a2..37f59691 100644 --- a/job-cfg/schroot.yaml +++ b/job-cfg/schroot.yaml @@ -68,14 +68,6 @@ defaults: schroot-upgrade name: '{name}-sid-upgrade' -- job-template: - defaults: schroot-create - name: '{name}-haskell-create' - -- job-template: - defaults: schroot-upgrade - name: '{name}-haskell-upgrade' - - project: name: schroot do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/job-cfg/schroot.yaml">schroot.yaml</a>.' @@ -88,12 +80,4 @@ - '{name}-sid-upgrade': my_schroot: sid my_time: '0 14 * * *' - - '{name}-haskell-create': - my_schroot: haskell - my_distro: sid - my_extra_pkgs: 'cabal-install ghc dctrl-tools patchutils libtext-patch-perl libfile-slurp-perl libipc-run-perl liblist-moreutils-perl libdpkg-perl' - my_time: '0 12 * * 1' - - '{name}-haskell-upgrade': - my_schroot: haskell - my_time: '0 16 * * *' |