Change some OpenStack to OpenDev or ttygroup
Change-Id: I1992146163b4a2ad9e70751c4ebd6b6a6663e441
This commit is contained in:
parent
ea67716536
commit
dfbe737cb9
@ -1,14 +1,14 @@
|
|||||||
Contributing
|
Contributing
|
||||||
============
|
============
|
||||||
|
|
||||||
To browse the latest code, see: https://git.openstack.org/cgit/stackforge/gertty/tree/
|
To browse the latest code, see: https://opendev.org/ttygroup/gertty/src/branch/master/
|
||||||
To clone the latest code, use `git clone https://git.openstack.org/stackforge/gertty`
|
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::
|
that links to your launchpad account). Example::
|
||||||
|
|
||||||
# Do your commits
|
# Do your commits
|
||||||
@ -52,9 +52,7 @@ to the program:
|
|||||||
expectations set by the web browsers).
|
expectations set by the web browsers).
|
||||||
|
|
||||||
* Support a wide variety of Gerrit installations. The initial
|
* Support a wide variety of Gerrit installations. The initial
|
||||||
development of Gertty is against the OpenStack project's Gerrit, and
|
development of Gertty is against the OpenDev Gerrit, and many of the
|
||||||
many of the features are intended to help its developers with their
|
features are intended to help its users with their workflow,
|
||||||
workflow, however, those features should be implemented in a generic
|
however, those features should be implemented in a generic way so
|
||||||
way so that the system does not require a specific Gerrit
|
that the system does not require a specific Gerrit configuration.
|
||||||
configuration.
|
|
||||||
|
|
||||||
|
22
README.rst
22
README.rst
@ -84,14 +84,16 @@ To install from a git checkout::
|
|||||||
pip install .
|
pip install .
|
||||||
|
|
||||||
Gertty uses a YAML based configuration file that it looks for at
|
Gertty uses a YAML based configuration file that it looks for at
|
||||||
``~/.config/gertty/gertty.yaml``. Several sample configuration files are
|
``~/.config/gertty/gertty.yaml``. Several sample configuration files
|
||||||
included. You can find them in the examples/ directory of the `source
|
are included. You can find them in the examples/ directory of the
|
||||||
distribution <https://git.openstack.org/cgit/openstack/gertty/tree/examples>`_
|
`source distribution
|
||||||
or the share/gertty/examples directory after installation.
|
<https://opendev.org/ttygroup/gertty/src/branch/master/examples>`_ or
|
||||||
|
the share/gertty/examples directory after installation.
|
||||||
|
|
||||||
Select one of the sample config files, copy it to ~/.config/gertty/gertty.yaml
|
Select one of the sample config files, copy it to
|
||||||
and edit as necessary. Search for ``CHANGEME`` to find parameters that need to
|
~/.config/gertty/gertty.yaml and edit as necessary. Search for
|
||||||
be supplied. The sample config files are as follows:
|
``CHANGEME`` to find parameters that need to be supplied. The sample
|
||||||
|
config files are as follows:
|
||||||
|
|
||||||
**minimal-gertty.yaml**
|
**minimal-gertty.yaml**
|
||||||
Only contains the parameters required for Gertty to actually run.
|
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**
|
**reference-gertty.yaml**
|
||||||
An exhaustive list of all supported options with examples.
|
An exhaustive list of all supported options with examples.
|
||||||
|
|
||||||
**openstack-gertty.yaml**
|
**opendev-gertty.yaml**
|
||||||
A configuration designed for use with OpenStack's installation of
|
A configuration designed for use with OpenDev's installation of
|
||||||
Gerrit.
|
Gerrit.
|
||||||
|
|
||||||
**googlesource-gertty.yaml**
|
**googlesource-gertty.yaml**
|
||||||
@ -216,4 +218,4 @@ contents of the CONTRIBUTING.rst file.
|
|||||||
Bugs
|
Bugs
|
||||||
----
|
----
|
||||||
|
|
||||||
Bugs are handled at: https://storyboard.openstack.org/#!/project/698
|
Bugs are handled at: https://storyboard.openstack.org/#!/project/ttygroup/gertty
|
||||||
|
@ -2,10 +2,11 @@ Configuration
|
|||||||
-------------
|
-------------
|
||||||
|
|
||||||
Gertty uses a YAML based configuration file that it looks for at
|
Gertty uses a YAML based configuration file that it looks for at
|
||||||
``~/.config/gertty/gertty.yaml``. Several sample configuration files are
|
``~/.config/gertty/gertty.yaml``. Several sample configuration files
|
||||||
included. You can find them in the examples/ directory of the `source
|
are included. You can find them in the examples/ directory of the
|
||||||
distribution <https://git.openstack.org/cgit/openstack/gertty/tree/examples>`_
|
`source distribution
|
||||||
or the share/gertty/examples directory after installation.
|
<https://opendev.org/ttygroup/gertty/src/branch/master/examples>`_ or
|
||||||
|
the share/gertty/examples directory after installation.
|
||||||
|
|
||||||
Select one of the sample config files, copy it to ~/.config/gertty/gertty.yaml
|
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
|
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**
|
**reference-gertty.yaml**
|
||||||
An exhaustive list of all supported options with examples.
|
An exhaustive list of all supported options with examples.
|
||||||
|
|
||||||
**openstack-gertty.yaml**
|
**opendev-gertty.yaml**
|
||||||
A configuration designed for use with OpenStack's installation of
|
A configuration designed for use with OpenDev's installation of
|
||||||
Gerrit.
|
Gerrit.
|
||||||
|
|
||||||
**googlesource-gertty.yaml**
|
**googlesource-gertty.yaml**
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
# This is an example ~/.config/gertty/gertty.yaml file for use with OpenStack's
|
# This is an example ~/.config/gertty/gertty.yaml file for use with
|
||||||
# Gerrit. Most of these options are not required, rather, they customize
|
# OpenDev's Gerrit. Most of these options are not required, rather,
|
||||||
# Gertty to better deal with the particulars of OpenStack's Gerrit
|
# they customize Gertty to better deal with the particulars of
|
||||||
# configuration.
|
# OpenDev's Gerrit configuration.
|
||||||
|
|
||||||
# This file does not list all of the available options. For a full
|
# This file does not list all of the available options. For a full
|
||||||
# list with explanations, see the 'reference-gertty.yaml' file.
|
# list with explanations, see the 'reference-gertty.yaml' file.
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
- name: openstack
|
- name: opendev
|
||||||
url: https://review.openstack.org/
|
url: https://review.opendev.org/
|
||||||
# Your gerrit username.
|
# Your gerrit username.
|
||||||
username: CHANGEME
|
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.
|
# Note this is not your launchpad password.
|
||||||
password: CHANGEME
|
password: CHANGEME
|
||||||
git-root: ~/git/
|
git-root: ~/git/
|
@ -1,6 +1,6 @@
|
|||||||
# This is an example ~/.config/gertty/gertty.yaml file for use with OpenStack's
|
# This is an example ~/.config/gertty/gertty.yaml file for use with
|
||||||
# Gerrit. Most of these options are not required, rather, they customize
|
# RDO's Gerrit. Most of these options are not required, rather, they
|
||||||
# Gertty to better deal with the particulars of OpenStack's Gerrit
|
# customize Gertty to better deal with the particulars of RDO's Gerrit
|
||||||
# configuration.
|
# configuration.
|
||||||
|
|
||||||
# This file does not list all of the available options. For a full
|
# This file does not list all of the available options. For a full
|
||||||
|
@ -14,9 +14,9 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
# Test changes:
|
# Test changes:
|
||||||
# https://review.openstack.org/275862
|
# https://review.opendev.org/275862
|
||||||
# https://review.openstack.org/119302
|
# https://review.opendev.org/119302
|
||||||
# https://review.openstack.org/133550
|
# https://review.opendev.org/133550
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
import logging
|
import logging
|
||||||
|
@ -3,9 +3,9 @@ name = gertty
|
|||||||
summary = Gertty is a console-based interface to the Gerrit Code Review system.
|
summary = Gertty is a console-based interface to the Gerrit Code Review system.
|
||||||
description-file =
|
description-file =
|
||||||
README.rst
|
README.rst
|
||||||
author = OpenStack
|
author = The TTY Group
|
||||||
author-email = openstack-dev@lists.openstack.org
|
author-email = openstack-infra@lists.openstack.org
|
||||||
home-page = http://www.openstack.org/
|
home-page = http://ttygroup.org/
|
||||||
classifier =
|
classifier =
|
||||||
Topic :: Utilities
|
Topic :: Utilities
|
||||||
Intended Audience :: Developers
|
Intended Audience :: Developers
|
||||||
|
Loading…
Reference in New Issue
Block a user