aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/create_remote_repo.py
Commit message (Expand)AuthorAge
* create_remote_repo: import urllib.parseCarsten Schoenert2018-06-10
* create_remote_repo: fix typoMarkus Lehtonen2017-12-16
* print is a function in Python3Guido Günther2017-11-12
* Kill six.movesGuido Günther2017-10-20
* create_remote_repo: another missing python3 string conversionGuido Günther2017-09-30
* Use compact forms of logging functionsGuido Günther2016-12-26
* create_remote_repo: allow to list config sectionsGuido Günther2016-12-09
* create_remote_repo: move repo creation to separate functionGuido Günther2016-12-09
* create_remote_repo.parse_args: drop unused argumentGuido Günther2016-12-09
* Fix new flake8 errorsGuido Günther2016-11-15
* create-remote-repo: print proper error message on missing remote-configsGuido Günther2016-10-20
* create_remote_repo: allow to create non bare repositoriesGuido Günther2016-09-12
* create_remote_config: It's 'gbp pull' not 'gbp-pull'Guido Günther2016-09-12
* create_remote_repo: flake8 cleanGuido Günther2016-09-12
* create_remote_repo: move build_remote_script test to separate fileGuido Günther2016-09-12
* pep8/pyflakes cleanupsGuido Günther2016-09-12
* Give more instructions when config is unparseableGuido Günther2016-07-04
* buildpackage: Handle Ctrl-C more gracefullyGuido Günther2016-07-04
* create_remote_repo: Don't fail if current repo does not have any branchesGuido Günther2016-04-21
* Use --set-upstream-to instead of deprecated --set-upstreamGuido Günther2015-07-08
* Fix FSF address - thanks rpmlintEvgeni Golov2015-06-22
* Extract exception message in a less arcane wayGuido Günther2015-03-27
* Handle renamed urlparse in Python3Guido Günther2015-02-20
* Use six.iteritems() and six.iterkeys()Guido Günther2015-02-20
* Handle ConfigParser -> configparser renameGuido Günther2015-02-20
* Don't use print as a statementGuido Günther2015-02-20
* Make Debian and Git spelling consistentGuido Günther2015-01-22
* Unify doc strings a bitGuido Günther2014-08-23
* config: add decorator to add_option_* functionsGuido Günther2014-04-03
* Use a much simpler version to fix the command name in --helpGuido Günther2014-03-29
* Fix command outputGuido Günther2014-03-27
* gbp-create-remote-repo: Set HEAD in remote repoGuido Günther2012-11-25
* New configuration option for setting the output color schemeMarkus Lehtonen2012-11-25
* Add issing git- prefix to --color and --notify optionsGuido Günther2012-11-23
* GitRepository: raise GitRepositoryError on git errorsGuido Günther2012-07-28
* gbp-create-remote-repo: add --remote-configGuido Günther2012-03-21
* gbp-create-remote-repo: move option parsing to separate functionGuido Günther2012-03-21
* gbp create-remote-repo: allow to pass template directoryGuido Günther2012-03-21
* gbp-create-remote-repo: Cleanup raise statementsGuido Günther2012-03-21
* gbp-create-remote-repo: test generated configGuido Günther2012-03-19
* gbp-create-remote-repo: improve remote script readabilityGuido Günther2012-03-19
* gbp-create-remote-repo: make command and script generation testableGuido Günther2012-03-19
* gbp-create-remote-repo: allow to use local file transport tooGuido Günther2012-03-19
* gbp-create-remote-repo: don't expect a terminalGuido Günther2012-03-18
* gbp-create-remote-repo: Use DebianGitRepositoryGuido Günther2012-03-18
* Refactor config.py as preparation for rpm support.Markus Lehtonen2012-02-13
* PristineTar: move to separate moduleGuido Günther2012-01-22
* Add ChangeLog classGuido Günther2011-11-28
* Get rid of the symlinkGuido Günther2011-11-01