diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1e9fa51..ac5ce07 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,14 @@ Contributing ============ -To browse the latest code, see: https://git.openstack.org/cgit/stackforge/gertty/tree/ -To clone the latest code, use `git clone https://git.openstack.org/stackforge/gertty` +To browse the latest code, see: https://opendev.org/ttygroup/gertty/src/branch/master/ +To clone the latest code, use `git clone https://opendev.org/ttygroup/gertty` -Bugs are handled at: https://storyboard.openstack.org/#!/project/698 +Bugs are handled at: https://storyboard.openstack.org/#!/project/ttygroup/gertty -Code reviews are handled by gerrit at: https://review.openstack.org +Code reviews are handled by gerrit at: https://review.opendev.org -Use `git review` to submit patches (after creating a gerrit account +Use `git review` to submit patches (after creating a Gerrit account that links to your launchpad account). Example:: # Do your commits @@ -52,9 +52,7 @@ to the program: expectations set by the web browsers). * Support a wide variety of Gerrit installations. The initial - development of Gertty is against the OpenStack project's Gerrit, and - many of the features are intended to help its developers with their - workflow, however, those features should be implemented in a generic - way so that the system does not require a specific Gerrit - configuration. - + development of Gertty is against the OpenDev Gerrit, and many of the + features are intended to help its users with their workflow, + however, those features should be implemented in a generic way so + that the system does not require a specific Gerrit configuration. diff --git a/README.rst b/README.rst index 7bf08ae..8717fa1 100644 --- a/README.rst +++ b/README.rst @@ -84,14 +84,16 @@ To install from a git checkout:: pip install . Gertty uses a YAML based configuration file that it looks for at -``~/.config/gertty/gertty.yaml``. Several sample configuration files are -included. You can find them in the examples/ directory of the `source -distribution `_ -or the share/gertty/examples directory after installation. +``~/.config/gertty/gertty.yaml``. Several sample configuration files +are included. You can find them in the examples/ directory of the +`source distribution +`_ or +the share/gertty/examples directory after installation. -Select one of the sample config files, copy it to ~/.config/gertty/gertty.yaml -and edit as necessary. Search for ``CHANGEME`` to find parameters that need to -be supplied. The sample config files are as follows: +Select one of the sample config files, copy it to +~/.config/gertty/gertty.yaml and edit as necessary. Search for +``CHANGEME`` to find parameters that need to be supplied. The sample +config files are as follows: **minimal-gertty.yaml** Only contains the parameters required for Gertty to actually run. @@ -99,8 +101,8 @@ be supplied. The sample config files are as follows: **reference-gertty.yaml** An exhaustive list of all supported options with examples. -**openstack-gertty.yaml** - A configuration designed for use with OpenStack's installation of +**opendev-gertty.yaml** + A configuration designed for use with OpenDev's installation of Gerrit. **googlesource-gertty.yaml** @@ -216,4 +218,4 @@ contents of the CONTRIBUTING.rst file. Bugs ---- -Bugs are handled at: https://storyboard.openstack.org/#!/project/698 +Bugs are handled at: https://storyboard.openstack.org/#!/project/ttygroup/gertty diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 4d365bd..f9ba291 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -2,10 +2,11 @@ Configuration ------------- Gertty uses a YAML based configuration file that it looks for at -``~/.config/gertty/gertty.yaml``. Several sample configuration files are -included. You can find them in the examples/ directory of the `source -distribution `_ -or the share/gertty/examples directory after installation. +``~/.config/gertty/gertty.yaml``. Several sample configuration files +are included. You can find them in the examples/ directory of the +`source distribution +`_ or +the share/gertty/examples directory after installation. Select one of the sample config files, copy it to ~/.config/gertty/gertty.yaml and edit as necessary. Search for ``CHANGEME`` to find parameters that need to @@ -17,8 +18,8 @@ be supplied. The sample config files are as follows: **reference-gertty.yaml** An exhaustive list of all supported options with examples. -**openstack-gertty.yaml** - A configuration designed for use with OpenStack's installation of +**opendev-gertty.yaml** + A configuration designed for use with OpenDev's installation of Gerrit. **googlesource-gertty.yaml** diff --git a/examples/openstack-gertty.yaml b/examples/opendev-gertty.yaml similarity index 94% rename from examples/openstack-gertty.yaml rename to examples/opendev-gertty.yaml index 632b4f0..33fc67e 100644 --- a/examples/openstack-gertty.yaml +++ b/examples/opendev-gertty.yaml @@ -1,17 +1,17 @@ -# This is an example ~/.config/gertty/gertty.yaml file for use with OpenStack's -# Gerrit. Most of these options are not required, rather, they customize -# Gertty to better deal with the particulars of OpenStack's Gerrit -# configuration. +# This is an example ~/.config/gertty/gertty.yaml file for use with +# OpenDev's Gerrit. Most of these options are not required, rather, +# they customize Gertty to better deal with the particulars of +# OpenDev's Gerrit configuration. # This file does not list all of the available options. For a full # list with explanations, see the 'reference-gertty.yaml' file. servers: - - name: openstack - url: https://review.openstack.org/ + - name: opendev + url: https://review.opendev.org/ # Your gerrit username. username: CHANGEME - # Set password at https://review.openstack.org/#/settings/http-password + # Set password at https://review.opendev.org/#/settings/http-password # Note this is not your launchpad password. password: CHANGEME git-root: ~/git/ diff --git a/examples/rdo-gertty.yaml b/examples/rdo-gertty.yaml index 9417fb9..3e8c69f 100644 --- a/examples/rdo-gertty.yaml +++ b/examples/rdo-gertty.yaml @@ -1,6 +1,6 @@ -# This is an example ~/.config/gertty/gertty.yaml file for use with OpenStack's -# Gerrit. Most of these options are not required, rather, they customize -# Gertty to better deal with the particulars of OpenStack's Gerrit +# This is an example ~/.config/gertty/gertty.yaml file for use with +# RDO's Gerrit. Most of these options are not required, rather, they +# customize Gertty to better deal with the particulars of RDO's Gerrit # configuration. # This file does not list all of the available options. For a full diff --git a/gertty/gitrepo.py b/gertty/gitrepo.py index 11da0e4..2f7a19f 100644 --- a/gertty/gitrepo.py +++ b/gertty/gitrepo.py @@ -14,9 +14,9 @@ # under the License. # Test changes: -# https://review.openstack.org/275862 -# https://review.openstack.org/119302 -# https://review.openstack.org/133550 +# https://review.opendev.org/275862 +# https://review.opendev.org/119302 +# https://review.opendev.org/133550 import datetime import logging diff --git a/setup.cfg b/setup.cfg index 3307877..8b9accf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,9 +3,9 @@ name = gertty summary = Gertty is a console-based interface to the Gerrit Code Review system. description-file = README.rst -author = OpenStack -author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +author = The TTY Group +author-email = openstack-infra@lists.openstack.org +home-page = http://ttygroup.org/ classifier = Topic :: Utilities Intended Audience :: Developers