diff --git a/common_factories.py b/common_factories.py index fe615af5..64846274 100644 --- a/common_factories.py +++ b/common_factories.py @@ -390,7 +390,7 @@ def getRpmAutobakeFactory(mtrDbPool): timeout=7200, haltOnFailure=True, command=util.Interpolate( - """" + """ mkdir -p /packages/%(prop:tarbuildnum)s/%(prop:buildername)s && cp -r MariaDB.repo rpms srpms /packages/%(prop:tarbuildnum)s/%(prop:buildername)s/ && ln -sf %(prop:tarbuildnum)s/%(prop:buildername)s/MariaDB.repo /packages/%(prop:branch)s-latest-%(prop:buildername)s.repo &&