diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/chroot-installation.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index 7443a8ba..09f9b27c 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -147,6 +147,10 @@ - job-template: defaults: chroot-installation + name: '{name}_sid_install_haskell' + +- job-template: + defaults: chroot-installation name: '{name}_sid_install_developer' - job-template: @@ -243,6 +247,10 @@ - job-template: defaults: chroot-installation + name: '{name}_jessie_install_haskell' + +- job-template: + defaults: chroot-installation name: '{name}_jessie_install_developer' - job-template: @@ -275,6 +283,10 @@ - job-template: defaults: chroot-installation + name: '{name}_wheezy_install_haskell_upgrade_to_jessie' + +- job-template: + defaults: chroot-installation name: '{name}_wheezy_install_developer_upgrade_to_jessie' - job-template: @@ -309,6 +321,10 @@ installation_params: 'sid full_desktop' my_description: 'Debootstrap sid, then install four desktop environments and the most commonly used applications and packages.' + - '{name}_sid_install_haskell': + installation_params: 'sid haskell' + my_description: 'Debootstrap sid, then install all Haskell related packages.' + - '{name}_sid_install_developer': installation_params: 'sid developer' my_description: 'Debootstrap sid, then install four desktop environments and the most commonly used applications and packages - and the build depends for all of these.' @@ -408,6 +424,10 @@ installation_params: 'jessie full_desktop' my_description: 'Debootstrap jessie, then install four desktop environments and the most commonly used applications and packages.' + - '{name}_jessie_install_haskell': + installation_params: 'jessie haskell' + my_description: 'Debootstrap jessie, then install all Haskell related packages.' + - '{name}_jessie_install_developer': installation_params: 'jessie developer' my_description: 'Debootstrap jessie, then install four desktop environments and the most commonly used applications and packages - and the build depends for all of these.' @@ -441,6 +461,10 @@ installation_params: 'wheezy full_desktop jessie' my_description: 'Debootstrap wheezy, then install four desktop environments and the most commonly used applications and packages, then upgrade to jessie.' + - '{name}_wheezy_install_haskell_upgrade_to_jessie': + installation_params: 'wheezy haskell jessie' + my_description: 'Debootstrap wheezy, then install all Haskell related packages, then upgrade to jessie.' + - '{name}_wheezy_install_developer_upgrade_to_jessie': installation_params: 'wheezy developer jessie' my_description: 'Debootstrap wheezy, then install four desktop environments and the most commonly used applications and packages - and the build depends for all of these, then upgrade to jessie.' |