Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop "not released yet" from rpms | Pascal Terjan | 2018-10-04 | 1 | -5/+1 |
| | | | | | By definitions packages are not released yet when we build them, so all packages get it. | ||||
* | Merge duplicate code | Pascal Terjan | 2018-10-04 | 1 | -63/+32 |
| | |||||
* | Define _topdir in getrelease | Pascal Terjan | 2018-10-04 | 1 | -12/+12 |
| | | | | | This is required for specfiles using files from SOURCES with %load | ||||
* | make sure " (not released yet)\n" message for revisions not released is to ↵ | Per Øyvind Karlsen | 2018-02-27 | 1 | -2/+4 |
| | | | | the specific changelog entry and not above, which breaks changelog | ||||
* | Revert to 1.12.3 state | Papoteur | 2016-11-05 | 1 | -98/+36 |
| | |||||
* | auomatically fallback to non-ssh when authentication fails | Per Øyvind Karlsen | 2016-08-18 | 1 | -2/+2 |
| | |||||
* | drop python shebangs that's not supposed to be... | Per Øyvind Karlsen | 2016-08-18 | 1 | -1/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into git | Per Øyvind Karlsen | 2016-08-18 | 1 | -38/+74 |
|\ | |||||
| * | Add a retry with building srpm in case of error in getrelease when creating ↵ | Papoteur | 2016-05-29 | 1 | -38/+86 |
| | | | | | | | | a srpm. | ||||
* | | avoid trailing newline after last %changelog entry | Per Øyvind Karlsen | 2016-06-03 | 1 | -2/+4 |
| | | |||||
* | | single newline before %changelog is sufficient | Per Øyvind Karlsen | 2016-06-03 | 1 | -1/+1 |
| | | |||||
* | | implement optional conversion of svn author to full name & email | Per Øyvind Karlsen | 2016-06-03 | 1 | -3/+18 |
| | | |||||
* | | improve class for mapping usernames to Full Name <username@mageig.org> | Per Øyvind Karlsen | 2016-06-03 | 1 | -10/+24 |
| | | |||||
* | | add an additional check to verify username against html page of | Per Øyvind Karlsen | 2016-06-01 | 1 | -1/+4 |
| | | |||||
* | | rather get more up to date list of users from https://people.mageia.org/u/ | Per Øyvind Karlsen | 2016-06-01 | 1 | -5/+30 |
| | | |||||
* | | use (dated) mageia user map from svn-git-migration metadata | Per Øyvind Karlsen | 2016-06-01 | 1 | -5/+20 |
| | | |||||
* | | make sure " (not released yet)\n" message for revisions not released is | Per Øyvind Karlsen | 2016-06-01 | 1 | -2/+4 |
| | | | | | | | | to the specific changelog entry and not above, which breaks changelog | ||||
* | | if no email defined, at least default to author@mageia.org | Per Øyvind Karlsen | 2016-05-31 | 1 | -1/+1 |
| | | |||||
* | | adapt to removal of rpm_macros_defs() | Per Øyvind Karlsen | 2016-05-31 | 1 | -6/+5 |
|/ | |||||
* | move a command svn from log.py to util.py | Papoteur | 2016-02-21 | 1 | -21/+2 |
| | | | | | | | | Retablish a output after a svn command Revert "Retablish a output after a svn command" This reverts commit 3e5db62c699cbbf4120de2d7f68539ec388a8765. | ||||
* | Revert "Restablish a print after a svn command" | Papoteur | 2016-02-21 | 1 | -2/+21 |
| | | | | This reverts commit b09cf55fc133349845f5bfed78335d93594f73a0. | ||||
* | Restablish a print after a svn command | Papoteur | 2016-02-21 | 1 | -21/+2 |
| | |||||
* | Correct a crash in rpmlog command when smthg is not committed | Papoteur | 2016-02-15 | 1 | -7/+21 |
| | |||||
* | Be sure that files are read even if encoded in utf-8 | Papoteur | 2015-11-01 | 1 | -6/+5 |
| | |||||
* | Suppress a void line in default template for changelog. Suppress a debug info. | Papoteur | 2015-11-01 | 1 | -2/+0 |
| | |||||
* | Add a void line between revisions in changelog, template revno | Papoteur | 2015-11-01 | 1 | -0/+1 |
| | |||||
* | Reading and writing spec file in utf-8 encoding in log.py | Papoteur | 2015-11-01 | 1 | -9/+8 |
| | |||||
* | Replace cheetah template with hardcoded templates default and revno | Papoteur | 2015-10-31 | 1 | -61/+55 |
| | | | | Select default template in mgarepo.conf | ||||
* | Adapt shebang | Papoteur | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Apply 2to3-3.4 | Papoteur | 2015-10-10 | 1 | -12/+12 |
| | |||||
* | Allow keeping old rpm log in package directory | Nicolas Vigier | 2012-12-04 | 1 | -2/+5 |
| | | | | | | | | | | | With this change, it is now possible to store the old rpm log inside the package directory instead of using a separate directory (usually /misc/ directory). This can be done by changing the oldurl setting in mgarepo.conf to '.' or anything starting with './'. It becomes possible to have different import logs if using different packages in different versions of the distribution instead of one log file shared for all versions of the distribution. | ||||
* | Fix regexp used to escape rpm macros, after problem reported on | Nicolas Vigier | 2012-02-15 | 1 | -1/+1 |
| | | | | | | | mageia-dev mailing list by Anssi : http://www.mageia.org/pipermail/mageia-dev/2012-February/012003.html | ||||
* | rename repsys to mgarepo, RepSys to MgaRepo, and update docs and examples ↵ | Nicolas Vigier | 2011-01-11 | 1 | -0/+633 |
for Mageia |