aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/log.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop "not released yet" from rpmsPascal Terjan2018-10-041-5/+1
| | | | | By definitions packages are not released yet when we build them, so all packages get it.
* Merge duplicate codePascal Terjan2018-10-041-63/+32
|
* Define _topdir in getreleasePascal Terjan2018-10-041-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 Karlsen2018-02-271-2/+4
| | | | the specific changelog entry and not above, which breaks changelog
* Revert to 1.12.3 statePapoteur2016-11-051-98/+36
|
* auomatically fallback to non-ssh when authentication failsPer Øyvind Karlsen2016-08-181-2/+2
|
* drop python shebangs that's not supposed to be...Per Øyvind Karlsen2016-08-181-1/+0
|
* Merge remote-tracking branch 'origin/master' into gitPer Øyvind Karlsen2016-08-181-38/+74
|\
| * Add a retry with building srpm in case of error in getrelease when creating ↵Papoteur2016-05-291-38/+86
| | | | | | | | a srpm.
* | avoid trailing newline after last %changelog entryPer Øyvind Karlsen2016-06-031-2/+4
| |
* | single newline before %changelog is sufficientPer Øyvind Karlsen2016-06-031-1/+1
| |
* | implement optional conversion of svn author to full name & emailPer Øyvind Karlsen2016-06-031-3/+18
| |
* | improve class for mapping usernames to Full Name <username@mageig.org>Per Øyvind Karlsen2016-06-031-10/+24
| |
* | add an additional check to verify username against html page ofPer Øyvind Karlsen2016-06-011-1/+4
| |
* | rather get more up to date list of users from https://people.mageia.org/u/Per Øyvind Karlsen2016-06-011-5/+30
| |
* | use (dated) mageia user map from svn-git-migration metadataPer Øyvind Karlsen2016-06-011-5/+20
| |
* | make sure " (not released yet)\n" message for revisions not released isPer Øyvind Karlsen2016-06-011-2/+4
| | | | | | | | to the specific changelog entry and not above, which breaks changelog
* | if no email defined, at least default to author@mageia.orgPer Øyvind Karlsen2016-05-311-1/+1
| |
* | adapt to removal of rpm_macros_defs()Per Øyvind Karlsen2016-05-311-6/+5
|/
* move a command svn from log.py to util.pyPapoteur2016-02-211-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"Papoteur2016-02-211-2/+21
| | | | This reverts commit b09cf55fc133349845f5bfed78335d93594f73a0.
* Restablish a print after a svn commandPapoteur2016-02-211-21/+2
|
* Correct a crash in rpmlog command when smthg is not committedPapoteur2016-02-151-7/+21
|
* Be sure that files are read even if encoded in utf-8Papoteur2015-11-011-6/+5
|
* Suppress a void line in default template for changelog. Suppress a debug info.Papoteur2015-11-011-2/+0
|
* Add a void line between revisions in changelog, template revnoPapoteur2015-11-011-0/+1
|
* Reading and writing spec file in utf-8 encoding in log.pyPapoteur2015-11-011-9/+8
|
* Replace cheetah template with hardcoded templates default and revnoPapoteur2015-10-311-61/+55
| | | | Select default template in mgarepo.conf
* Adapt shebangPapoteur2015-10-101-1/+1
|
* Apply 2to3-3.4Papoteur2015-10-101-12/+12
|
* Allow keeping old rpm log in package directoryNicolas Vigier2012-12-041-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 onNicolas Vigier2012-02-151-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 Vigier2011-01-111-0/+633
for Mageia