Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | import fix to #23597 done in V1_5_X branchtopic/pysvn-support | Andreas Hasenack | 2006-07-12 | 2 | -1/+3 |
| | |||||
* | move into proper place | Andreas Hasenack | 2006-07-11 | 0 | -0/+0 |
| | |||||
* | - define a more complete rpm environment for constructing the .src.rpm | Andreas Hasenack | 2006-06-23 | 1 | -2/+12 |
| | | | | | so all the files end up being where we expect them to be | ||||
* | - updated version number | Bogdano Arendartchuk | 2006-03-03 | 1 | -1/+1 |
| | |||||
* | - s/oldstyle/oldfashion/ | Bogdano Arendartchuk | 2006-03-03 | 1 | -1/+1 |
| | |||||
* | - added newline to make more readable | Bogdano Arendartchuk | 2006-03-03 | 1 | -0/+1 |
| | |||||
* | - added oldfashion.chlog to CVS and added it to setup.py | Bogdano Arendartchuk | 2006-02-20 | 2 | -1/+16 |
| | |||||
* | - fixed the "end" revision number, which was being passed as None | Bogdano Arendartchuk | 2006-02-20 | 1 | -3/+4 |
| | |||||
* | - 1.6.2a: moved revision-offset parameter to [log] section | Andreas Hasenack | 2006-02-17 | 3 | -2/+5 |
| | |||||
* | - place revision-offset in [log] section and not in [global] | Andreas Hasenack | 2006-02-16 | 2 | -1/+5 |
| | | | | | - added revision-offset to default config file | ||||
* | - fixed url-map file:// url | Andreas Hasenack | 2006-02-16 | 1 | -1/+1 |
| | |||||
* | - updated to version 1.6.2V1_6_2 | Bogdano Arendartchuk | 2006-02-16 | 2 | -20/+2 |
| | |||||
* | - updated changes | Bogdano Arendartchuk | 2006-02-16 | 1 | -0/+12 |
| | |||||
* | - added support "day zero revision" | Bogdano Arendartchuk | 2006-02-16 | 2 | -7/+24 |
| | |||||
* | - added "rpmlog" in the list of subcommands | Bogdano Arendartchuk | 2006-02-15 | 1 | -0/+1 |
| | |||||
* | - oh, forgot to increase release number | Bogdano Arendartchuk | 2006-02-15 | 1 | -1/+1 |
| | |||||
* | - moved getsrpm-mdk to "scripts" section, since it has to be installed in | Bogdano Arendartchuk | 2006-02-14 | 1 | -3/+2 |
| | | | | | bindir. | ||||
* | - added create-srpm, rebrand-mdk and getsrpm-mdk to setup.py in order to | Bogdano Arendartchuk | 2006-02-14 | 1 | -1/+8 |
| | | | | | | leave the burden of the installation only to distutils, and make spec file more simple | ||||
* | - removed hardcoded call to /usr/share/repsys/create-srpm and now using the | Bogdano Arendartchuk | 2006-02-13 | 1 | -4/+14 |
| | | | | | | "helper" section of configuration file(s). - added option -r, to have a better consistency with all other commands | ||||
* | - added example line using the section "helper", for the script | Bogdano Arendartchuk | 2006-02-13 | 1 | -0/+3 |
| | | | | | "create-srpm" | ||||
* | - added function get_helper, which obtains the path of a helper script | Bogdano Arendartchuk | 2006-02-13 | 1 | -0/+15 |
| | | | | | using information provided in configuration file(s). | ||||
* | - 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 | ||||
* | - added example option "url-map", in order to be used by the funcion mapurl | Bogdano Arendartchuk | 2006-02-13 | 1 | -0/+1 |
| | |||||
* | - changed the way create-srpm is called, now using options -r and -t to | Bogdano Arendartchuk | 2006-02-13 | 1 | -1/+1 |
| | | | | | ease readability a bit | ||||
* | - added function mapurl, which maps(!) urls using a regexp defined in the | Bogdano Arendartchuk | 2006-02-13 | 1 | -1/+28 |
| | | | | | | option "url-map" in repsys.conf to allow changes like svn+ssh:// to file://.. | ||||
* | - removed wrong use of "start=rev", since we can do "markrelease" after the | Bogdano Arendartchuk | 2006-02-13 | 1 | -1/+1 |
| | | | | | given release. | ||||
* | - removed wrong reference header | Bogdano Arendartchuk | 2006-02-13 | 1 | -1/+0 |
| | | | | | - woo hoo, first commit after a long time! | ||||
* | - install repsys.conf | Andreas Hasenack | 2006-02-02 | 1 | -1/+2 |
| | |||||
* | - updated PKG-INFO for 1.6.0 | Andreas Hasenack | 2006-02-02 | 2 | -3/+3 |
| | | | | | - fixed setup.py installation of datadir files | ||||
* | - added CHANGES file to describe changes (duh) | Andreas Hasenack | 2006-02-02 | 3 | -2/+17 |
| | |||||
* | - on behalf of bogdano@mandriva.com: | Andreas Hasenack | 2006-02-02 | 12 | -103/+479 |
| | | | | | | | | | | | | | | | - improved markrelease command line parsing - changelogs entries are now groupped by author, and sorted by revision number - the changelog now is generated using the Cheetah Template Engine, to allow quick modifications without spending time reading code and introducing new bugs - consequently, was added an option "-T <file>" to rpmlog and getsrpm to allow choosing the path of the template to be used - added options noauth=0, and baseurl=None in order to disable the authentication in some url schemes (http:// and //) - replaced some "cl" references to "mdv" | ||||
* | - fix callback usage in markrelease | Andreas Hasenack | 2006-01-27 | 1 | -1/+1 |
| | |||||
* | Generated by cvs2cl the 07_Dec | Frederic Lepied | 2005-12-07 | 1 | -0/+64 |
| | |||||
* | 1.5.4-1mdk | Frederic Lepied | 2005-12-07 | 1 | -16/+17 |
| | |||||
* | 1.5.4 | Frederic Lepied | 2005-12-07 | 1 | -1/+1 |
| | |||||
* | initial revision | Frederic Lepied | 2005-12-07 | 6 | -0/+149 |
| | |||||
* | real life one | Frederic Lepied | 2005-12-07 | 1 | -14/+14 |
| | |||||
* | added support for svn+ssh access method. | Frederic Lepied | 2005-12-07 | 1 | -30/+39 |
| | |||||
* | get_srpm: fixed a test | Frederic Lepied | 2005-12-07 | 1 | -1/+1 |
| | |||||
* | fixed URL | Frederic Lepied | 2005-12-07 | 1 | -2/+2 |
| | |||||
* | Initial revisionR1_5_3_1-4mdktopic/V1_5_X@821topic/V1_5_X@819topic/V1_5_3@959topic/V1_5_3@819topic/V1_5_3 | Frederic Lepied | 2005-12-07 | 34 | -0/+3640 |
| | |||||
* | New repository initialized by cvs2svn. | Mystery Man | 2005-12-07 | 0 | -0/+0 |