aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo
Commit message (Expand)AuthorAgeFilesLines
* redirect stdin, as required for ssh session invoked through binrepoPer Øyvind Karlsen2016-10-041-1/+1
* update upload_binary() to properly use newer execcmd()Per Øyvind Karlsen2016-10-041-1/+1
* fix 'mgarepo sync -d' for git-svn reposPer Øyvind Karlsen2016-10-041-3/+5
* add missing importsPer Øyvind Karlsen2016-10-041-0/+2
* move detectVCS() to separate module to prevent import orderPer Øyvind Karlsen2016-10-044-29/+33
* auomatically fallback to non-ssh when authentication failsPer Øyvind Karlsen2016-08-184-5/+23
* drop python shebangs that's not supposed to be...Per Øyvind Karlsen2016-08-1831-33/+0
* update help text for clone command to reflect name changesPer Øyvind Karlsen2016-08-181-7/+7
* Merge remote-tracking branch 'origin/master' into gitPer Øyvind Karlsen2016-08-182-71/+121
|\
| * Correction of a syntax for python 3Papoteur2016-05-291-1/+1
| * Suppress prefix with no effect on import command.Papoteur2016-05-291-1/+1
| * Add a retry with building srpm in case of error in getrelease when creating a...Papoteur2016-05-292-66/+128
* | oops, add missing ':'Per Øyvind Karlsen2016-07-221-1/+1
* | if no target specified for import, assume '.'Per Øyvind Karlsen2016-07-221-2/+3
* | add support for cloning properly setup git-svn repos from githubPer Øyvind Karlsen2016-07-222-2/+23
* | add support for checking out branch after git-svn initPer Øyvind Karlsen2016-07-221-1/+7
* | enable source fetching right awayPer Øyvind Karlsen2016-07-221-1/+1
* | enable source fetching from source urls in spec filePer Øyvind Karlsen2016-07-221-0/+1
* | verify remote repository url at beginning of init()Per Øyvind Karlsen2016-07-091-0/+3
* | add pull() functionPer Øyvind Karlsen2016-07-091-0/+5
* | buildrpm: add support for passing arguments directly to rpmbuildPer Øyvind Karlsen2016-07-082-1/+5
* | drop workaround for pygithub bug now fixedPer Øyvind Karlsen2016-07-011-21/+1
* | change githubimport into a github command with several ~sub-commandsPer Øyvind Karlsen2016-06-302-33/+53
* | add support for importing from remote urlPer Øyvind Karlsen2016-06-301-10/+13
* | add url to VCS classPer Øyvind Karlsen2016-06-304-11/+28
* | support importing to github from local svn checkoutsPer Øyvind Karlsen2016-06-301-1/+5
* | add bindownload=True arg to clone for only disabling binrepo downloadPer Øyvind Karlsen2016-06-301-2/+2
* | implement delete_repository()Per Øyvind Karlsen2016-06-291-0/+8
* | in stead of creating new lists for fetchcmd with revision argumentPer Øyvind Karlsen2016-06-291-1/+3
* | split out repo initialization from clone() to init() and reuse update()Per Øyvind Karlsen2016-06-291-57/+41
* | start on github ~bridge, so far only local git-svn repo importPer Øyvind Karlsen2016-06-293-6/+114
* | convert bytes string to utf-8Per Øyvind Karlsen2016-06-291-1/+4
* | make get_pkg_tag() accept pathPer Øyvind Karlsen2016-06-281-2/+2
* | store repo topdir in VCS classPer Øyvind Karlsen2016-06-284-18/+34
* | improve getpkgtopdir() to return "friendlier" (normalized) pathsPer Øyvind Karlsen2016-06-281-9/+2
* | implement get_rpm_tag for getting package tags from spec filePer Øyvind Karlsen2016-06-281-0/+18
* | raise error at end of protocol detection in detectVCS() tooPer Øyvind Karlsen2016-06-281-2/+1
* | don't make error throwing at end of detectVCS() conditionalPer Øyvind Karlsen2016-06-281-2/+1
* | start on a GitHub class...Per Øyvind Karlsen2016-06-271-0/+10
* | vcs_dirname should be a static variable for VCS super class as it'sPer Øyvind Karlsen2016-06-261-1/+1
* | fix SyntaxError by passing keyword argument before **kwargsPer Øyvind Karlsen2016-06-261-1/+1
* | 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 support for applying %changelog with 'mgarepo buildrpm -l'Per Øyvind Karlsen2016-06-032-2/+27
* | check whether target path contains either of svn or git repoPer Øyvind Karlsen2016-06-032-4/+5
* | Merge branch 'git' of github.com:mdkcauldron/mgarepo into gitPer Øyvind Karlsen2016-06-032-5/+14
|\ \
| * | Support using DNF instead of urpmi for buildrpmNeal Gompa2016-06-012-5/+14
* | | implement optional conversion of svn author to full name & emailPer Øyvind Karlsen2016-06-034-10/+72
* | | improve class for mapping usernames to Full Name <username@mageig.org>Per Øyvind Karlsen2016-06-031-10/+24
|/ /
* | fix incorrect naming of targetpath variablePer Øyvind Karlsen2016-06-021-1/+1