diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-10 16:47:42 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-10 16:47:42 +0100 |
commit | cfff41b42af923709ebf7e35d0fce7fe5c32931f (patch) | |
tree | 8ee2761e0948338621766bfaba1abeb14dfdaf16 /job-cfg | |
parent | 2fe6000f1c53f42444c7c92f4d8c628c0457f68d (diff) | |
download | jenkins.debian.net-cfff41b42af923709ebf7e35d0fce7fe5c32931f.tar.xz |
fixup: improve job configuration
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/d-i.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 33131acc..e5f26929 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -29,7 +29,7 @@ url: svn://svn.debian.org/svn/d-i/trunk basedir: . workspaceupdater: update - includedRegions: {include} + includedRegions: '{include}' excludedRegions: '' excludedUsers: '' excludedRevprop: '' @@ -49,7 +49,7 @@ url: svn://svn.debian.org/svn/d-i/trunk basedir: . workspaceupdater: update - includedRegions: {include} + includedRegions: '{include}' excludedRegions: '' excludedUsers: '' excludedRevprop: '' |