From ad7fb7807ceaee96521d779993a5e1b28650723f Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 11 Jan 2011 00:35:59 +0000 Subject: rename repsys to mgarepo, RepSys to MgaRepo, and update docs and examples for Mageia --- RepSys/commands/up.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 RepSys/commands/up.py (limited to 'RepSys/commands/up.py') diff --git a/RepSys/commands/up.py b/RepSys/commands/up.py deleted file mode 100644 index 02a1a9f..0000000 --- a/RepSys/commands/up.py +++ /dev/null @@ -1,22 +0,0 @@ -from RepSys import Error -from RepSys.command import * -from RepSys.rpmutil import update - -HELP = """\ -Usage: repsys up [PATH] - -Update the package working copy and synchronize all binaries. - -Options: - -h help -""" - -def parse_options(): - parser = OptionParser(help=HELP) - opts, args = parser.parse_args() - if args: - opts.target = args[0] - return opts - -def main(): - do_command(parse_options, update) -- cgit v1.2.1