aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo
Commit message (Expand)AuthorAgeFilesLines
* Add a progress bar when uploading a binary filetopic/progressPapoteur2024-01-271-4/+23
* Add sync --no-vcsDan Fandrich2023-04-172-3/+6
* Add sync --upload (mga#2868)Dan Fandrich2023-04-073-2/+35
* sync --dry-run wins if -d is also givenDan Fandrich2023-04-071-1/+1
* Switch some URLs to https:Dan Fandrich2023-04-071-1/+1
* Support -r in the up command (mga#3913)Dan Fandrich2023-04-072-2/+4
* maintdb.py: Fix error messageStig-Ørjan Smelror2022-04-071-1/+1
* Fix previous commit for editlogPapoteur2020-01-271-1/+1
* Keep editlog with locale environment executionPapoteur2020-01-271-1/+1
* Use url option instead of host for maintdb getPapoteur2019-02-271-1/+2
* Manage exception with maintdb commandPapoteur2019-02-271-2/+10
* Drop "not released yet" from rpmsPascal Terjan2018-10-041-5/+1
* Merge duplicate codePascal Terjan2018-10-041-63/+32
* Define _topdir in getreleasePascal Terjan2018-10-041-12/+12
* 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 th...Per Øyvind Karlsen2018-02-271-2/+4
* allow maintdb get <package> without packagers credentialsPapoteur2017-11-291-4/+10
* Revert to 1.12.3 statePapoteur2016-11-0538-1403/+657
* Fix rpm command for unpacking source RPMsNeal Gompa2016-10-101-3/+3
* Corrections for putsrpm commandPapoteur2016-10-102-4/+6
* 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