Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow specifying distro branches without using complete URLs | Bogdano Arendartchuk | 2008-07-17 | 1 | -12/+6 |
| | | | | | | | | Added the configuration option "repository", which will have the URL to the root of the repository. The change also allowed using mirrors in all the read-only commands. | ||||
* | Allow submitting with URLs containing usernames | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+10 |
| | | | | | The allowed submit URLs were being compared without stripping usernames. | ||||
* | Allow submitting packages at once | Bogdano Arendartchuk | 2008-07-17 | 1 | -43/+45 |
| | | | | | | | | | It adds a new syntax for repsys submit, in which each package version can be specified using the NAME@REV format. It also required to change create-srpm to accept the new format. It should still be compatible with older clients. | ||||
* | Allow listing targets through SSH submit host | Bogdano Arendartchuk | 2008-02-05 | 1 | -2/+10 |
| | | | | | | It required to add a option --list on create-srpm and change repsys submit to use this option. | ||||
* | - load plugins in standalone create-srpm script as well | Andreas Hasenack | 2007-05-18 | 1 | -1/+2 |
| | |||||
* | warn about strange situation, when working around it, to possibly help | Gustavo De Nardin | 2007-03-15 | 1 | -0/+2 |
| | | | | | eventual future debugging | ||||
* | Make create-srpm check if the temporary package still exists before trying | Bogdano Arendartchuk | 2007-03-14 | 1 | -1/+2 |
| | | | | | to remove it. | ||||
* | Removed bogus macros files and added [macros ..] sections to repsys.conf. | Bogdano Arendartchuk | 2007-01-29 | 1 | -1/+2 |
| | | | | | | | | | These sections are referenced by the "rpm-macros" option in [submit ..] sections and contain the RPM macros to be used with the target of the package being generated. These macros are defined using --define option of rpm. | ||||
* | always unlink the src.rpm after running the upload command | Olivier Blin | 2006-11-12 | 1 | -1/+2 |
| | |||||
* | - make create-srpm handle exceptions intended to be handled, so that we | Bogdano Arendartchuk | 2006-11-01 | 1 | -2/+7 |
| | | | | | don't receive the ugly traceback when upload-srpm fails | ||||
* | use get_helper | Olivier Blin | 2006-10-18 | 1 | -1/+1 |
| | |||||
* | merge 1.6.2b changes | Olivier Blin | 2006-09-27 | 1 | -4/+18 |
| | |||||
* | - the package url is now mapped using mapurl | Bogdano Arendartchuk | 2006-02-13 | 1 | -14/+30 |
| | | | | | | - parse options using OptionParser - added options -r and -t to improve readability | ||||
* | initial revision | Frederic Lepied | 2005-12-07 | 1 | -0/+71 |