Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sync --no-vcs | Dan Fandrich | 2023-04-17 | 2 | -3/+6 |
| | | | | | | | If --no-vcs is given along with --download and/or --upload, the SVN operations are skipped but the download and/or upload will go ahead. This replaces the same functionality that was lost when the bug with --dry-run was fixed in commit da90dea3. | ||||
* | Add sync --upload (mga#2868) | Dan Fandrich | 2023-04-07 | 3 | -2/+35 |
| | | | | | | This will automatically upload any changed binrepo files and update sha1.lst to match. Using --dryrun will show any changed files but not upload or change anything. | ||||
* | sync --dry-run wins if -d is also given | Dan Fandrich | 2023-04-07 | 1 | -1/+1 |
| | | | | | --dry-run should not change the working copy, so if --dry-run is given along with -d (to download), the -d is ignored. | ||||
* | Switch some URLs to https: | Dan Fandrich | 2023-04-07 | 1 | -1/+1 |
| | |||||
* | Support -r in the up command (mga#3913) | Dan Fandrich | 2023-04-07 | 2 | -2/+4 |
| | |||||
* | maintdb.py: Fix error message | Stig-Ørjan Smelror | 2022-04-07 | 1 | -1/+1 |
| | |||||
* | Fix previous commit for editlog | Papoteur | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Keep editlog with locale environment execution | Papoteur | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Use url option instead of host for maintdb get | Papoteur | 2019-02-27 | 1 | -1/+2 |
| | |||||
* | Manage exception with maintdb command | Papoteur | 2019-02-27 | 1 | -2/+10 |
| | |||||
* | Drop "not released yet" from rpms | Pascal Terjan | 2018-10-04 | 1 | -5/+1 |
| | | | | | By definitions packages are not released yet when we build them, so all packages get it. | ||||
* | Merge duplicate code | Pascal Terjan | 2018-10-04 | 1 | -63/+32 |
| | |||||
* | Define _topdir in getrelease | Pascal Terjan | 2018-10-04 | 1 | -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) | Papoteur | 2018-04-23 | 2 | -0/+6 |
| | |||||
* | make sure " (not released yet)\n" message for revisions not released is to ↵ | Per Øyvind Karlsen | 2018-02-27 | 1 | -2/+4 |
| | | | | the specific changelog entry and not above, which breaks changelog | ||||
* | allow maintdb get <package> without packagers credentials | Papoteur | 2017-11-29 | 1 | -4/+10 |
| | |||||
* | Revert to 1.12.3 state | Papoteur | 2016-11-05 | 38 | -1403/+657 |
| | |||||
* | Fix rpm command for unpacking source RPMs | Neal Gompa | 2016-10-10 | 1 | -3/+3 |
| | |||||
* | Corrections for putsrpm command | Papoteur | 2016-10-10 | 2 | -4/+6 |
| | | | | - formatting the defines parameters in rpm command | ||||
* | redirect stdin, as required for ssh session invoked through binrepo | Per Øyvind Karlsen | 2016-10-04 | 1 | -1/+1 |
| | |||||
* | update upload_binary() to properly use newer execcmd() | Per Øyvind Karlsen | 2016-10-04 | 1 | -1/+1 |
| | |||||
* | 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 | 4 | -5/+23 |
| | |||||
* | drop python shebangs that's not supposed to be... | Per Øyvind Karlsen | 2016-08-18 | 31 | -33/+0 |
| | |||||
* | update help text for clone command to reflect name changes | Per Øyvind Karlsen | 2016-08-18 | 1 | -7/+7 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into git | Per Øyvind Karlsen | 2016-08-18 | 2 | -71/+121 |
|\ | |||||
| * | Correction of a syntax for python 3 | Papoteur | 2016-05-29 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
* | | 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 | 3 | -6/+114 |
| | |