This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Sunrise/Reviewing

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
The information in this article is representative of former times and has been archived. It can be used for reference, but is most likely not appropriate for current usage. Generally archived articles should not be edited.

Initial setup

This procedure only needs to be done once.

  1. Clone the sunrise repo as described in how to commit
  2. Add the reviewed repo as second remote repo
    user $git remote add reviewed git+ssh://git@git.gentoo.org/proj/sunrise-reviewed.git

Review procedure

  1. Fetch changes from both remotes
    user $git pull --rebase origin
    user $git fetch reviewed
  2. Review changes
    user $git log reviewed/master..origin/master
  3. Run the review script
    user $scripts/review