aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/log.py
Commit message (Collapse)AuthorAgeFilesLines
* 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