Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'git' of github.com:mdkcauldron/mgarepo into git | Per Øyvind Karlsen | 2016-06-03 | 2 | -5/+14 |
|\ | |||||
| * | Support using DNF instead of urpmi for buildrpm | Neal Gompa | 2016-06-01 | 2 | -5/+14 |
| | | |||||
* | | implement optional conversion of svn author to full name & email | Per Øyvind Karlsen | 2016-06-03 | 4 | -10/+72 |
| | | |||||
* | | improve class for mapping usernames to Full Name <username@mageig.org> | Per Øyvind Karlsen | 2016-06-03 | 1 | -10/+24 |
|/ | |||||
* | fix incorrect naming of targetpath variable | Per Øyvind Karlsen | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | fix so cloning into git repositories and updating of works targetpath | Per Øyvind Karlsen | 2016-06-01 | 1 | -3/+3 |
| | | | | specified | ||||
* | make sure target path doesn't already have svn checkout before cloning | Per Øyvind Karlsen | 2016-06-01 | 1 | -1/+4 |
| | | | | into | ||||
* | 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 | 4 | -9/+31 |
| | |||||
* | fix incorrectly named class | Per Øyvind Karlsen | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | fix typo | Per Øyvind Karlsen | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | print command to be executed by execcmd() again if verbose config is enabled | Per Øyvind Karlsen | 2016-06-01 | 1 | -0/+4 |
| | |||||
* | 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 | ||||
* | fix issue with utf-8 encodig for rpmlog when utf-8 locale isn't set | Per Øyvind Karlsen | 2016-05-31 | 1 | -0/+3 |
| | |||||
* | if no email defined, at least default to author@mageia.org | Per Øyvind Karlsen | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | simplify initialization of ElementTree | Per Øyvind Karlsen | 2016-05-31 | 1 | -10/+4 |
| | |||||
* | make sure there's a buffer before trying to read what's left | Per Øyvind Karlsen | 2016-05-31 | 1 | -1/+2 |
| | |||||
* | rewrite rpm changelog generator to parse svn xml log | Per Øyvind Karlsen | 2016-05-31 | 1 | -45/+24 |
| | |||||
* | fix rev_touched_url() | Per Øyvind Karlsen | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | make sure execcmd() handles large read buffers | Per Øyvind Karlsen | 2016-05-31 | 1 | -5/+11 |
| | |||||
* | adapt to removal of rpm_macros_defs() | Per Øyvind Karlsen | 2016-05-31 | 1 | -6/+5 |
| | |||||
* | handle lists as argument for execcmd | Per Øyvind Karlsen | 2016-05-30 | 1 | -3/+6 |
| | |||||
* | add support for optionally installing build depedencies by default | Per Øyvind Karlsen | 2016-05-30 | 2 | -3/+29 |
| | |||||
* | verbose should be True.. | Per Øyvind Karlsen | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | add --short-circuit support with buildrpm -s | Per Øyvind Karlsen | 2016-05-30 | 2 | -2/+7 |
| | |||||
* | add support for specifying build stage | Per Øyvind Karlsen | 2016-05-30 | 2 | -2/+3 |
| | |||||
* | document buildrpm options | Per Øyvind Karlsen | 2016-05-30 | 1 | -1/+4 |
| | |||||
* | add optional automatic use of rpmlint by default | Per Øyvind Karlsen | 2016-05-30 | 2 | -1/+8 |
| | |||||
* | clean out some old leftovers | Per Øyvind Karlsen | 2016-05-30 | 1 | -9/+2 |
| | |||||
* | start on a build option, creating an equivalent of 'mdvsys build' | Per Øyvind Karlsen | 2016-05-30 | 2 | -0/+68 |
| | |||||
* | fix downloading of sources from binrepo for git | Per Øyvind Karlsen | 2016-05-29 | 2 | -12/+19 |
| | |||||
* | implement git specific implementations of info() & status() | Per Øyvind Karlsen | 2016-05-29 | 1 | -13/+37 |
| | |||||
* | fix broken use of detectVCS() | Per Øyvind Karlsen | 2016-05-29 | 1 | -10/+8 |
| | |||||
* | - don't clone all branches from svn | Per Øyvind Karlsen | 2016-05-29 | 5 | -49/+135 |
| | | | | | | - make sure to get all revisions when cloning - further adaptions to make tool more revision control agnostic - implement support for 'mgarepo up' for git-svn as well | ||||
* | increase log window size to 1000 to speed up checkouts | Per Øyvind Karlsen | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | - do not use shell for running external programs | Per Øyvind Karlsen | 2016-05-28 | 11 | -539/+722 |
| | | | | - add suport for (quick) git-svn cloning of package repositories | ||||
* | add svn log command in list of command not to prefix with LC_ALL=C (mga#73) | Papoteur | 2016-03-24 | 2 | -6/+2 |
| | |||||
* | Revert commit be8b4f9c74519aeacdcecb797722ce2682a68cb2 | Papoteur | 2016-03-09 | 1 | -1/+1 |
| | | | | Restore prefix command because of pb in import command | ||||
* | Avoid prefix to command mv to get results in local language | Papoteur | 2016-03-06 | 2 | -3/+6 |
| | |||||
* | obsolete: start interactive mode if no message is given | Papoteur | 2016-03-01 | 1 | -0/+2 |
| | |||||
* | Restablish an output after some svn commands | Papoteur | 2016-02-21 | 1 | -0/+1 |
| | |||||
* | move a command svn from log.py to util.py | Papoteur | 2016-02-21 | 2 | -21/+24 |
| | | | | | | | | Retablish a output after a svn command Revert "Retablish a output after a svn command" This reverts commit 3e5db62c699cbbf4120de2d7f68539ec388a8765. | ||||
* | Restablish a print after a svn command | Papoteur | 2016-02-21 | 1 | -0/+1 |
| | |||||
* | Revert "Restablish a print after a svn command" | Papoteur | 2016-02-21 | 3 | -34/+22 |
| | | | | This reverts commit b09cf55fc133349845f5bfed78335d93594f73a0. | ||||
* | Restablish a print after a svn command | Papoteur | 2016-02-21 | 3 | -22/+34 |
| | |||||
* | correct the help message in obsolete command | Papoteur | 2016-02-20 | 1 | -1/+1 |
| | |||||
* | suppress the unuseful -d distro option for obsolete command | Papoteur | 2016-02-17 | 1 | -2/+0 |
| | |||||
* | delete debug commands | Papoteur | 2016-02-16 | 1 | -2/+0 |
| | |||||
* | add mv function in svn.py, used by obsolete command | Papoteur | 2016-02-16 | 1 | -0/+9 |
| |