diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/dpkg.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/dpkg.yaml b/job-cfg/dpkg.yaml index 0425490a..fdc3a53b 100644 --- a/job-cfg/dpkg.yaml +++ b/job-cfg/dpkg.yaml @@ -50,5 +50,5 @@ - '{name}_setup_schroot': my_description: 'Setup schroot for running the dpkg_sid_find_trigger_cycles job in a jessie environment.' my_time: '23 8 1 * *' - my_shell: '/srv/jenkins/bin/schroot_create.sh dpkg-jessie jessie apt-file dose-extra' + my_shell: '/srv/jenkins/bin/schroot-create.sh dpkg-jessie jessie apt-file dose-extra' |