aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/commands/sync.py
Commit message (Collapse)AuthorAgeFilesLines
* Added option -d to sync, to download the missing filesBogdano Arendartchuk2008-02-081-0/+4
| | | | | | | It also added a configuration option download-command, in the [global] section to define which command will be used to download. The default is wget.
* Added one cheap copy of the sync subcommand from mdvsys.Bogdano Arendartchuk2007-05-031-0/+31
It required two sensitive changes: - in order to parse the spec file, "rpm" module was used, so this is the brand new package dependency; and - as RepSys already had one "rpm" module, we had to rename it to "simplerpm" in order to allow access to the module from python-rpm (I think py2.4 is still used a lot so we can't use absolute imports)