aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2022-07-13 22:01:00 +0200
committerMagnus Granberg <zorry@gentoo.org>2022-07-13 22:01:00 +0200
commit8d734b15cfcdc72915a0f2c63f186f4a5a4073b6 (patch)
treeb7545c81f15162852e9b1030690a4b507ec9cee8
parentUse ReadEmergeInfoLog (diff)
downloadtinderbox-cluster-8d734b15cfcdc72915a0f2c63f186f4a5a4073b6.tar.gz
tinderbox-cluster-8d734b15cfcdc72915a0f2c63f186f4a5a4073b6.tar.bz2
tinderbox-cluster-8d734b15cfcdc72915a0f2c63f186f4a5a4073b6.zip
Don't remove the repo dir
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
-rw-r--r--buildbot_gentoo_ci/steps/nodes.py12
1 files 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,