Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix 'mgarepo sync -d' for git-svn repos | Per Øyvind Karlsen | 2016-10-04 | 1 | -3/+5 |
| | |||||
* | add missing imports | Per Øyvind Karlsen | 2016-10-04 | 1 | -0/+2 |
| | |||||
* | move detectVCS() to separate module to prevent import order | Per Øyvind Karlsen | 2016-10-04 | 4 | -29/+33 |
| | |||||
* | auomatically fallback to non-ssh when authentication fails | Per Øyvind Karlsen | 2016-08-18 | 5 | -5/+26 |
| | |||||
* | 1.13.01.13.0 | Per Øyvind Karlsen | 2016-08-18 | 3 | -2/+20 |
| | |||||
* | bump version requirement on PyGithub to get necessary bug fix | Per Øyvind Karlsen | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | drop python shebangs that's not supposed to be... | Per Øyvind Karlsen | 2016-08-18 | 31 | -33/+0 |
| | |||||
* | drop dead *.chlog file | Per Øyvind Karlsen | 2016-08-18 | 1 | -1/+0 |
| | |||||
* | include bash-completion/mgarepo | Per Øyvind Karlsen | 2016-08-18 | 1 | -0/+1 |
| | |||||
* | add python module dependencies | Per Øyvind Karlsen | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | update help text for clone command to reflect name changes | Per Øyvind Karlsen | 2016-08-18 | 1 | -7/+7 |
| | |||||
* | add buildrpm option to help text | Per Øyvind Karlsen | 2016-08-18 | 1 | -0/+1 |
| | |||||
* | use xz compression for source tar ball | Per Øyvind Karlsen | 2016-08-18 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into git | Per Øyvind Karlsen | 2016-08-18 | 5 | -73/+130 |
|\ | |||||
| * | prepare 1.12.31.12.3 | Papoteur | 2016-05-29 | 3 | -2/+5 |
| | | |||||
| * | Correction of a syntax for python 3 | Papoteur | 2016-05-29 | 1 | -1/+1 |
| | | |||||
| * | Prepare 1.12.21.12.2 | Papoteur | 2016-05-29 | 3 | -2/+6 |
| | | |||||
| * | Suppress prefix with no effect on import command. | Papoteur | 2016-05-29 | 1 | -1/+1 |
| | | |||||
| * | Add a retry with building srpm in case of error in getrelease when creating ↵ | Papoteur | 2016-05-29 | 2 | -66/+128 |
| | | | | | | | | a srpm. | ||||
* | | oops, add missing ':' | Per Øyvind Karlsen | 2016-07-22 | 1 | -1/+1 |
| | | |||||
* | | if no target specified for import, assume '.' | Per Øyvind Karlsen | 2016-07-22 | 1 | -2/+3 |
| | | |||||
* | | add support for cloning properly setup git-svn repos from github | Per Øyvind Karlsen | 2016-07-22 | 2 | -2/+23 |
| | | |||||
* | | add support for checking out branch after git-svn init | Per Øyvind Karlsen | 2016-07-22 | 1 | -1/+7 |
| | | |||||
* | | add dependency on PyGithub>=1.26.0 | Per Øyvind Karlsen | 2016-07-22 | 1 | -1/+2 |
| | | |||||
* | | use setuptools in stead of old distutils | Per Øyvind Karlsen | 2016-07-22 | 1 | -1/+1 |
| | | |||||
* | | enable source fetching right away | Per Øyvind Karlsen | 2016-07-22 | 1 | -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 file | Per Øyvind Karlsen | 2016-07-22 | 1 | -0/+1 |
| | | |||||
* | | verify remote repository url at beginning of init() | Per Øyvind Karlsen | 2016-07-09 | 1 | -0/+3 |
| | | |||||
* | | add pull() function | Per Øyvind Karlsen | 2016-07-09 | 1 | -0/+5 |
| | | |||||
* | | buildrpm: add support for passing arguments directly to rpmbuild | Per Øyvind Karlsen | 2016-07-08 | 2 | -1/+5 |
| | | |||||
* | | drop workaround for pygithub bug now fixed | Per Øyvind Karlsen | 2016-07-01 | 1 | -21/+1 |
| | | |||||
* | | change githubimport into a github command with several ~sub-commands | Per Øyvind Karlsen | 2016-06-30 | 2 | -33/+53 |
| | | |||||
* | | add support for importing from remote url | Per Øyvind Karlsen | 2016-06-30 | 1 | -10/+13 |
| | | |||||
* | | add url to VCS class | Per Øyvind Karlsen | 2016-06-30 | 4 | -11/+28 |
| | | |||||
* | | support importing to github from local svn checkouts | Per Øyvind Karlsen | 2016-06-30 | 1 | -1/+5 |
| | | |||||
* | | add bindownload=True arg to clone for only disabling binrepo download | Per Øyvind Karlsen | 2016-06-30 | 1 | -2/+2 |
| | | |||||
* | | implement delete_repository() | Per Øyvind Karlsen | 2016-06-29 | 1 | -0/+8 |
| | | |||||
* | | in stead of creating new lists for fetchcmd with revision argument | Per Øyvind Karlsen | 2016-06-29 | 1 | -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 Karlsen | 2016-06-29 | 1 | -57/+41 |
| | | | | | | | | for rest | ||||
* | | start on github ~bridge, so far only local git-svn repo import | Per Øyvind Karlsen | 2016-06-29 | 4 | -6/+118 |
| | | |||||
* | | convert bytes string to utf-8 | Per Øyvind Karlsen | 2016-06-29 | 1 | -1/+4 |
| | | |||||
* | | make get_pkg_tag() accept path | Per Øyvind Karlsen | 2016-06-28 | 1 | -2/+2 |
| | | |||||
* | | store repo topdir in VCS class | Per Øyvind Karlsen | 2016-06-28 | 4 | -18/+34 |
| | | |||||
* | | improve getpkgtopdir() to return "friendlier" (normalized) paths | Per Øyvind Karlsen | 2016-06-28 | 1 | -9/+2 |
| | | |||||
* | | implement get_rpm_tag for getting package tags from spec file | Per Øyvind Karlsen | 2016-06-28 | 1 | -0/+18 |
| | | |||||
* | | raise error at end of protocol detection in detectVCS() too | Per Øyvind Karlsen | 2016-06-28 | 1 | -2/+1 |
| | | |||||
* | | don't make error throwing at end of detectVCS() conditional | Per Øyvind Karlsen | 2016-06-28 | 1 | -2/+1 |
| | | |||||
* | | start on a GitHub class... | Per Øyvind Karlsen | 2016-06-27 | 1 | -0/+10 |
| | | |||||
* | | vcs_dirname should be a static variable for VCS super class as it's | Per Øyvind Karlsen | 2016-06-26 | 1 | -1/+1 |
| | | | | | | | | inheritants | ||||
* | | fix SyntaxError by passing keyword argument before **kwargs | Per Øyvind Karlsen | 2016-06-26 | 1 | -1/+1 |
| | |