summaryrefslogtreecommitdiffstats
path: root/modules/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/build.py')
-rw-r--r--modules/build.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/build.py b/modules/build.py
index cc61868..7fcc1b0 100644
--- a/modules/build.py
+++ b/modules/build.py
@@ -79,9 +79,6 @@ class Build(Directory):
for path, dirs, files in walk('.'):
for f in files:
if f.endswith('.rpm'):
- #TODO: Gotta figure out what should be FEDORA_DIR
- # Probably something involving "Project" or i dunno what
- # it's something temporary for now, don't commi this
move(join(path, f), join(target_dir, f))
def fetch_build(self, package):