aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-07-08 11:47:29 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-07-08 11:47:29 -0400
commit04f01e9c5211fd5eab96dfe03d0494e0cdc9806f (patch)
tree608b87b134fef1a2b5903fc513ba9fcf1038c8ec /grs/Interpret.py
parentgrs/Populate.py: restore .keep files (diff)
downloadgrss-04f01e9c5211fd5eab96dfe03d0494e0cdc9806f.tar.gz
grss-04f01e9c5211fd5eab96dfe03d0494e0cdc9806f.tar.bz2
grss-04f01e9c5211fd5eab96dfe03d0494e0cdc9806f.zip
grs/Populate.py: remove the clean build directive.
Diffstat (limited to 'grs/Interpret.py')
-rw-r--r--grs/Interpret.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/grs/Interpret.py b/grs/Interpret.py
index b813766..bea0bf2 100644
--- a/grs/Interpret.py
+++ b/grs/Interpret.py
@@ -185,11 +185,6 @@ class Interpret(Daemon):
stampit(progress)
continue
pc.pivot(obj, md)
- elif verb == 'clean':
- if smartlog(l, obj, False):
- stampit(progress)
- continue
- po.clean()
elif verb == 'kernel':
if smartlog(l, obj, False):
stampit(progress)