Skip to content

Commit

Permalink
doc: Replace some obsolete references to Gerrit
Browse files Browse the repository at this point in the history
  • Loading branch information
mz-pdm committed Aug 31, 2022
1 parent 66f31d6 commit b2c35a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The developers also hang out on IRC at #vdsm hosted on freenode.net

The latest upstream code can be obtained from GIT:

git clone https://gerrit.ovirt.org/vdsm
git clone https://github.com/oVirt/vdsm


## Licensing
Expand Down
10 changes: 3 additions & 7 deletions doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,17 @@ steps:
the committer, and `VERSION`.

- Committing these changes, with subject "New release: `VERSION`" and
posting the patch to gerrit.
posting the patch to GitHub.

- Verifying the patch by checking that the Jenkins build produced a
- Verifying the patch by checking that the GitHub CI build produced a
correct set of rpm's with the correct version.

- Merging the patch (no review needed).

- Tagging the commit immediately after merge with an annotated tag:
`git tag -a vVERSION`

- Setting "Keep this build forever" for the check-merge Jenkins build.

- Updating releng-tools with the new Vdsm version. See releng-tools
repo (`git clone https://gerrit.ovirt.org/releng-tools`) and Vdsm
related patches there for examples.
- Making a new release in the GitHub repo.


## CI
Expand Down

0 comments on commit b2c35a6

Please sign in to comment.