1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: gertty
Section: devel
Priority: optional
Maintainer: Sebastien Badia <sbadia@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-alembic,
python3-all,
python3-dateutil,
python3-git,
python3-pbr,
python3-ply,
python3-requests,
python3-setuptools,
python3-six,
python3-sqlalchemy,
python3-urwid,
python3-voluptuous,
python3-yaml,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/gertty
Vcs-Git: https://salsa.debian.org/debian/gertty.git
Homepage: https://opendev.org/ttygroup/gertty/
X-Style: black
Package: gertty
Architecture: all
Pre-Depends:
sensible-utils,
${misc:Pre-Depends},
Depends:
python3-alembic,
python3-dateutil,
python3-git,
python3-pbr,
python3-ply,
python3-requests,
python3-setuptools,
python3-six,
python3-sqlalchemy,
python3-urwid,
python3-voluptuous,
python3-yaml,
${misc:Depends},
${python3:Depends},
Recommends:
${python3:Recommends},
Description: Console-based interface to Gerrit
Gertty is a console-based interface to the Gerrit Code Review system.
As compared to the web interface, the main advantages are:
.
Workflow -- the interface is designed to support a workflow similar
to reading network news or mail. In particular, it is designed to
deal with a large number of review requests across a large number
of projects.
.
Offline Use -- Gertty syncs information about changes in subscribed
projects to a local database and local git repos. All review
operations are performed against that database and then synced back
to Gerrit.
.
Speed -- user actions modify locally cached content and need not
wait for server interaction.
.
Convenience -- because Gertty downloads all changes to local git
repos, a single command instructs it to checkout a change into that
repo for detailed examination or testing of larger changes.
|