diff options
-rwxr-xr-x | bin/schroot-create.sh (renamed from bin/schroot-install.sh) | 0 | ||||
-rw-r--r-- | job-cfg/schroot.yaml | 12 |
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/schroot-install.sh b/bin/schroot-create.sh index 181b3972..181b3972 100755 --- a/bin/schroot-install.sh +++ b/bin/schroot-create.sh diff --git a/job-cfg/schroot.yaml b/job-cfg/schroot.yaml index 92306b39..e9af61ce 100644 --- a/job-cfg/schroot.yaml +++ b/job-cfg/schroot.yaml @@ -10,18 +10,18 @@ defaults: job-template: defaults: schroot - name: '{schroot}-install' - description: 'schroot "{schroot}" -- installation {do_not_edit}' + name: '{schroot}-create' + description: 'schroot "{schroot}" -- creation {do_not_edit}' distro: 'sid' extra-pkgs: '' block-downstream: yes builders: - - shell: '/srv/jenkins/bin/schroot-install.sh {schroot} {distro} {extra_pkgs}' + - shell: '/srv/jenkins/bin/schroot-create.sh {schroot} {distro} {extra_pkgs}' job-template: defaults: schroot name: '{schroot}-upgrade' - description: 'schroot "{schroot}" -- installation {do_not_edit}' + description: 'schroot "{schroot}" -- creation {do_not_edit}' distro: 'sid' extra-pkgs: '' block-downstream: yes @@ -34,7 +34,7 @@ project: name: haskell-schroot schroot: haskell jobs: - - '{schroot}-install': + - '{schroot}-create': extra_pkgs: 'ghc' my_time: '0 10 * * 1' - '{schroot}-upgrade': @@ -44,7 +44,7 @@ project: name: sid-schroot schroot: sid jobs: - - '{schroot}-install': + - '{schroot}-create': my_time: '0 10 * * 2' - '{schroot}-upgrade': my_time: '0 11 * * *' |