commit: 8d734b15cfcdc72915a0f2c63f186f4a5a4073b6
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 20:01:00 2022 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 20:01:00 2022 +0000
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=8d734b15
Don't remove the repo dir
Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>
buildbot_gentoo_ci/steps/nodes.py | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/buildbot_gentoo_ci/steps/nodes.py
b/buildbot_gentoo_ci/steps/nodes.py
index 2a25562..a77c878 100644
--- a/buildbot_gentoo_ci/steps/nodes.py
+++ b/buildbot_gentoo_ci/steps/nodes.py
@@ -172,12 +172,12 @@ class SetupStage4Steps(BuildStep):
workdir=self.getProperty("workerbase")
))
# remove the gentoo repo
- aftersteps_list.append(steps.ShellCommand(
- flunkOnFailure=True,
- name='Remove the repo dir',
- command=['rm', '-R', self.getProperty('project_uuid') +
'/var/db/repos/gentoo'],
- workdir=self.getProperty("workerbase")
- ))
+ #aftersteps_list.append(steps.ShellCommand(
+ # flunkOnFailure=True,
+ # name='Remove the repo dir',
+ # command=['rm', '-R', self.getProperty('project_uuid') +
'/var/db/repos/gentoo'],
+ # workdir=self.getProperty("workerbase")
+ #))
# compress it
aftersteps_list.append(steps.ShellCommand(
flunkOnFailure=True,