aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo
Commit message (Expand)AuthorAgeFilesLines
...
* | implement git specific implementations of info() & status()Per Øyvind Karlsen2016-05-291-13/+37
* | fix broken use of detectVCS()Per Øyvind Karlsen2016-05-291-10/+8
* | - don't clone all branches from svnPer Øyvind Karlsen2016-05-295-49/+135
* | increase log window size to 1000 to speed up checkoutsPer Øyvind Karlsen2016-05-291-1/+1
* | - do not use shell for running external programsPer Øyvind Karlsen2016-05-2811-539/+722
|/
* add svn log command in list of command not to prefix with LC_ALL=C (mga#73)Papoteur2016-03-242-6/+2
* Revert commit be8b4f9c74519aeacdcecb797722ce2682a68cb2Papoteur2016-03-091-1/+1
* Avoid prefix to command mv to get results in local languagePapoteur2016-03-062-3/+6
* obsolete: start interactive mode if no message is givenPapoteur2016-03-011-0/+2
* Restablish an output after some svn commandsPapoteur2016-02-211-0/+1
* move a command svn from log.py to util.pyPapoteur2016-02-212-21/+24
* Restablish a print after a svn commandPapoteur2016-02-211-0/+1
* Revert "Restablish a print after a svn command"Papoteur2016-02-213-34/+22
* Restablish a print after a svn commandPapoteur2016-02-213-22/+34
* correct the help message in obsolete commandPapoteur2016-02-201-1/+1
* suppress the unuseful -d distro option for obsolete commandPapoteur2016-02-171-2/+0
* delete debug commandsPapoteur2016-02-161-2/+0
* add mv function in svn.py, used by obsolete commandPapoteur2016-02-161-0/+9
* add obsolete path in function layout_dir of layout.pyPapoteur2016-02-161-4/+8
* add function obsolete in rpmutil.pyPapoteur2016-02-161-0/+9
* add command obsolete as new file obsolete.pyPapoteur2016-02-161-0/+38
* Use ldap3 import instead of ldapPapoteur2016-02-151-11/+15
* Correct a crash in rpmlog command when smthg is not committedPapoteur2016-02-151-7/+21
* add -s option for log command to get releases log (enhancement mga#12948).Papoteur2015-12-221-2/+5
* Add condition for cp command if no SOURCES is present.Papoteur2015-12-191-1/+2
* Doesn't raise error if SOURCES is not present in remore or local package.Papoteur2015-12-171-2/+8
* Change the getstatusoutput function to not get error when reading special ch...Papoteur2015-12-021-6/+10
* Prefix command checkout to allow unicode character in directory name. mag#73Papoteur2015-12-012-1/+5
* Print the command to exec in verbose modePapoteur2015-11-301-2/+3
* Revert last changes in util.pyPapoteur2015-11-301-32/+37
* Clen codePapoteur2015-11-291-3/+0
* suppress standard output of executed command mga#17023Papoteur2015-11-291-1/+1
* Manage exec command with subprocess.Popen in more casesPapoteur2015-11-292-36/+37
* Add support for backports checkout MGA#15251Nicolas Lécureuil2015-11-283-8/+16
* Suppress debug info and add verbose info.Papoteur2015-11-281-1/+1
* Manage error return in svn exec commandPapoteur2015-11-181-2/+2
* Apply language prefix C to all commands in util.pyPapoteur2015-11-181-7/+7
* Be sure that files are read even if encoded in utf-8Papoteur2015-11-012-7/+6
* Display the time in English formatPapoteur2015-11-011-1/+1
* Opening spec file from put_srpm functionPapoteur2015-11-011-9/+6
* Suppress a void line in default template for changelog. Suppress a debug info.Papoteur2015-11-012-4/+2
* 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
* Some updates in binrepo.py, about reading files. #mga17023Papoteur2015-10-311-3/+5
* Replace cheetah template with hardcoded templates default and revnoPapoteur2015-10-311-61/+55
* correction of SVNLogEntryPapoteur2015-10-311-1/+1
* Replace compare function for SVNLogEntryPapoteur2015-10-271-2/+5
* correct types for strings in util.py and svn.pyPapoteur2015-10-272-7/+7
* Reading config file in ConfigParserPapoteur2015-10-271-1/+1
* Manage bytes/str in util.pyPapoteur2015-10-261-7/+7