Sunrise (project archive)/Reviewing
From Gentoo Wiki
< Sunrise (project archive)(Redirected from Sunrise/Reviewing)
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.
- Clone the sunrise repo as described in how to commit
- 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
- Fetch changes from both remotes
user $
git pull --rebase origin
user $
git fetch reviewed
- Review changes
user $
git log reviewed/master..origin/master
- Run the review script
user $
scripts/review