Unverified Commit 25c94e5b authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

d-i: use empty string instead of None for the scm cron



newer j-j-b doesn't handle None so well

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 6d78535a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ jobs.append( {'{name}_pu-triggered_{pkg}': {
                'branchdesc': 'master branch',
                'branch': 'origin/pu/**',
                'pkg': 'debian-installer',
                'trg': None,
                'trg': '',
             }} )

def scm_svn(po, inc_regs=None):