aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1.12.41.12.4Papoteur2017-12-023-2/+5
* allow maintdb get <package> without packagers credentialsPapoteur2017-11-291-4/+10
* syntax simplificationGuillaume Rousse2017-09-101-3/+3
* enforce consistent indentationGuillaume Rousse2017-09-101-89/+88
* replace tabs with spacesGuillaume Rousse2017-09-101-7/+7
* add import, checkout and commit aliasesGuillaume Rousse2017-09-101-4/+5
* add markrelease commandGuillaume Rousse2017-09-101-1/+4
* Revert to 1.12.3 statePapoteur2016-11-0546-1449/+665
* 1.13.21.13.2topic/oyvindNeal Gompa2016-10-103-3/+8
* Fix rpm command for unpacking source RPMsNeal Gompa2016-10-101-3/+3
* Corrections for putsrpm commandPapoteur2016-10-102-4/+6
* 1.13.11.13.1Papoteur2016-10-083-2/+7
* 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-185-5/+26
* 1.13.01.13.0Per Øyvind Karlsen2016-08-183-2/+20
* bump version requirement on PyGithub to get necessary bug fixPer Øyvind Karlsen2016-08-181-1/+1
* drop python shebangs that's not supposed to be...Per Øyvind Karlsen2016-08-1831-33/+0
* drop dead *.chlog filePer Øyvind Karlsen2016-08-181-1/+0
* include bash-completion/mgarepoPer Øyvind Karlsen2016-08-181-0/+1
* add python module dependenciesPer Øyvind Karlsen2016-08-181-1/+1
* update help text for clone command to reflect name changesPer Øyvind Karlsen2016-08-181-7/+7
* add buildrpm option to help textPer Øyvind Karlsen2016-08-181-0/+1
* use xz compression for source tar ballPer Øyvind Karlsen2016-08-181-0/+2
* Merge remote-tracking branch 'origin/master' into gitPer Øyvind Karlsen2016-08-185-73/+130
|\
| * prepare 1.12.31.12.3Papoteur2016-05-293-2/+5
| * Correction of a syntax for python 3Papoteur2016-05-291-1/+1
| * Prepare 1.12.21.12.2Papoteur2016-05-293-2/+6
| * 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
* | add dependency on PyGithub>=1.26.0Per Øyvind Karlsen2016-07-221-1/+2
* | use setuptools in stead of old distutilsPer Øyvind Karlsen2016-07-221-1/+1
* | 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