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)
< Sunrise
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