aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | - formatting the defines parameters in rpm command
* 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 ↵Papoteur2016-05-292-66/+128
| | | | | | | | a srpm.
* | 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
| | | | | | | | | | | | | | as 'rpmbuild --nobuild' will fail immediately if sources are missing, rather than the traditional behaviour proceeding with checking dependencies and only fail in case something fails during build due to missing sources
* | 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
| | | | | | | | | | appended for each revision, just replace last item in list with revision argument replaced with new revision
* | split out repo initialization from clone() to init() and reuse update()Per Øyvind Karlsen2016-06-291-57/+41
| | | | | | | | for rest
* | start on github ~bridge, so far only local git-svn repo importPer Øyvind Karlsen2016-06-294-6/+118
| |
* | 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
| |