diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-16 17:14:06 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-16 18:03:55 +0200 |
commit | 9d18a07b3cdd208404885f378891f73884de2053 (patch) | |
tree | b65d789cdff3bb8781142b2036d0fe50b46fb28f | |
parent | e847f37db1bbe027cea0800ae1cff1b270c36c81 (diff) | |
download | jenkins.debian.net-9d18a07b3cdd208404885f378891f73884de2053.tar.xz |
name it schroot-create
-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 * * *' |