summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/chroot-installation.sh2
-rw-r--r--job-cfg/chroot-installation.yaml24
2 files changed, 26 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 11f562f8..0baf3df8 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -160,6 +160,8 @@ if [ "$2" != "" ] ; then
;;
full_desktop) install_packages full_desktop $FULL_DESKTOP
;;
+ haskell) install_packages 'haskell-platform.*' 'libghc-.*' hoogle
+ ;;
developer) install_build_depends developer $FULL_DESKTOP
;;
*) echo "unsupported component."
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.'