aboutsummaryrefslogtreecommitdiffstats
path: root/create-srpm
Commit message (Collapse)AuthorAgeFilesLines
* Allow specifying distro branches without using complete URLsBogdano Arendartchuk2008-07-171-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 usernamesBogdano Arendartchuk2008-07-171-0/+10
| | | | | The allowed submit URLs were being compared without stripping usernames.
* Allow submitting packages at onceBogdano Arendartchuk2008-07-171-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 hostBogdano Arendartchuk2008-02-051-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 wellAndreas Hasenack2007-05-181-1/+2
|
* warn about strange situation, when working around it, to possibly helpGustavo De Nardin2007-03-151-0/+2
| | | | | eventual future debugging
* Make create-srpm check if the temporary package still exists before tryingBogdano Arendartchuk2007-03-141-1/+2
| | | | | to remove it.
* Removed bogus macros files and added [macros ..] sections to repsys.conf.Bogdano Arendartchuk2007-01-291-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 commandOlivier Blin2006-11-121-1/+2
|
* - make create-srpm handle exceptions intended to be handled, so that weBogdano Arendartchuk2006-11-011-2/+7
| | | | | don't receive the ugly traceback when upload-srpm fails
* use get_helperOlivier Blin2006-10-181-1/+1
|
* merge 1.6.2b changesOlivier Blin2006-09-271-4/+18
|
* - the package url is now mapped using mapurlBogdano Arendartchuk2006-02-131-14/+30
| | | | | | - parse options using OptionParser - added options -r and -t to improve readability
* initial revisionFrederic Lepied2005-12-071-0/+71