Sunrise (project archive)/Reviewing

From Gentoo Wiki
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