From ecb07ea7026404d667f7257be9a6dca418f67c4e Mon Sep 17 00:00:00 2001 From: Asko Soukka Date: Tue, 27 Jun 2023 12:44:58 +0300 Subject: [PATCH] Add to checkout robotsuite with fix for screenshots in combined log --- checkouts.cfg | 1 + sources.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/checkouts.cfg b/checkouts.cfg index 1ab4b73d33..f0e41fd653 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -13,3 +13,4 @@ auto-checkout = plone.restapi # This is for Playwright integration development plone.app.robotframework + robotsuite diff --git a/sources.cfg b/sources.cfg index 5751fadb88..d4d38249c6 100644 --- a/sources.cfg +++ b/sources.cfg @@ -159,7 +159,7 @@ Products.statusmessages = git ${remotes:plone}/Products.statusmessag Products.validation = git ${remotes:plone}/Products.validation.git pushurl=${remotes:plone_push}/Products.validation.git branch=master Products.ZopeVersionControl = git ${remotes:zope}/Products.ZopeVersionControl.git pushurl=${remotes:zope_push}/Products.ZopeVersionControl.git branch=master repoze.xmliter = git https://github.com/repoze/repoze.xmliter.git pushurl=git@github.com:repoze/repoze.xmliter.git branch=master -robotsuite = git ${remotes:collective}/robotsuite.git pushurl=${remotes:collective_push}/robotsuite.git +robotsuite = git ${remotes:collective}/robotsuite.git pushurl=${remotes:collective_push}/robotsuite.git branch=datakurre-rfbrowser z3c.batching = git ${remotes:zope}/z3c.batching.git pushurl=${remotes:zope_push}/z3c.batching.git branch=master z3c.caching = git ${remotes:zope}/z3c.caching.git pushurl=${remotes:zope_push}/z3c.caching.git branch=master z3c.form = git ${remotes:zope}/z3c.form.git pushurl=${remotes:zope_push}/z3c.form.git branch=master