aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/commands/buildrpm.py
diff options
context:
space:
mode:
Diffstat (limited to 'MgaRepo/commands/buildrpm.py')
-rw-r--r--MgaRepo/commands/buildrpm.py11
1 files changed, 2 insertions, 9 deletions
diff --git a/MgaRepo/commands/buildrpm.py b/MgaRepo/commands/buildrpm.py
index 8bb681d..3f9c9bb 100644
--- a/MgaRepo/commands/buildrpm.py
+++ b/MgaRepo/commands/buildrpm.py
@@ -1,18 +1,11 @@
#!/usr/bin/python
#
-from MgaRepo import Error, config
-from MgaRepo.command import *
-from MgaRepo.layout import package_url
+from MgaRepo.command import do_command
from MgaRepo.rpmutil import build_rpm
-import tempfile
-import shutil
from optparse import *
-import glob
-import sys
-import os
HELP = """\
-Usage: repsys buildrpm [OPTIONS]
+Usage: mgarepo buildrpm [OPTIONS]
Builds the binary RPM(s) (.rpm) file(s) of a given package.
"""