aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* retag as 1.14 to avoid confusion with the 1.13.x stuff1.14.0Thomas Backlund2019-01-012-2/+3
|
* release 1.12.51.12.5Thomas Backlund2019-01-012-1/+6
|
* Drop "not released yet" from rpmsPascal Terjan2018-10-041-5/+1
| | | | | By definitions packages are not released yet when we build them, so all packages get it.
* Merge duplicate codePascal Terjan2018-10-041-63/+32
|
* Define _topdir in getreleasePascal Terjan2018-10-041-12/+12
| | | | | This is required for specfiles using files from SOURCES with %load
* Allow usage of path with special characters with sync command (mag#73)Papoteur2018-04-232-0/+6
|
* make sure " (not released yet)\n" message for revisions not released is to ↵Per Øyvind Karlsen2018-02-271-2/+4
| | | | the specific changelog entry and not above, which breaks changelog
* 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
| | | | - 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
| |