diff options
| author | Monty Taylor <mordred@inaugust.com> | 2019-01-16 09:17:16 +0000 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2019-01-16 09:17:16 +0000 |
| commit | 0c16011d3ac1bdc8c22278f949a5b8bb8c23846e (patch) | |
| tree | f4051cde6d8921ea7e31938f64323341e6b8e8e3 | |
| parent | 2249c43bba24cac4fcfaa69bbe569ec7988af75a (diff) | |
Add some git instructions to overview
| -rw-r--r-- | src/zuulv3/overview.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/zuulv3/overview.rst b/src/zuulv3/overview.rst index c385964..a14e671 100644 --- a/src/zuulv3/overview.rst +++ b/src/zuulv3/overview.rst | |||
| @@ -25,6 +25,29 @@ Zuul | |||
| 25 | .. hidetitle:: | 25 | .. hidetitle:: |
| 26 | .. ansi:: images/title.ans | 26 | .. ansi:: images/title.ans |
| 27 | 27 | ||
| 28 | This Talk | ||
| 29 | ========= | ||
| 30 | |||
| 31 | * In git: http://git.inaugust.com/cgit/inaugust.com/ | ||
| 32 | |||
| 33 | .. code:: bash | ||
| 34 | |||
| 35 | git clone http://git.inaugust.com/cgit/inaugust.com | ||
| 36 | cd src/zuulv3 | ||
| 37 | |||
| 38 | * Then: | ||
| 39 | |||
| 40 | .. code:: bash | ||
| 41 | |||
| 42 | cat overview.rst | ||
| 43 | |||
| 44 | * Or: | ||
| 45 | |||
| 46 | .. code:: bash | ||
| 47 | |||
| 48 | pip install presentty | ||
| 49 | presentty overview.rst | ||
| 50 | |||
| 28 | Red Hat | 51 | Red Hat |
| 29 | ======= | 52 | ======= |
| 30 | .. hidetitle:: | 53 | .. hidetitle:: |
| @@ -802,6 +825,9 @@ Code Review Systems | |||
| 802 | 825 | ||
| 803 | In work / coming soon: | 826 | In work / coming soon: |
| 804 | 827 | ||
| 828 | * Pagure | ||
| 829 | |||
| 830 | Commonly Requested: | ||
| 805 | * GitLab | 831 | * GitLab |
| 806 | * Bitbucket | 832 | * Bitbucket |
| 807 | 833 | ||
