Difference between revisions of "Repository"
From gem5
					
										
					
					Cirosantilli (talk | contribs)  (Make page more direct, fix formatting, remove broken link to public/m5threads.)  | 
				Cirosantilli (talk | contribs)   (remove link to deprecated contributing page.)  | 
				||
| Line 7: | Line 7: | ||
There is also an official read-only GitHub mirror at: https://github.com/gem5/gem5  | There is also an official read-only GitHub mirror at: https://github.com/gem5/gem5  | ||
| − | The main method for contributing code to gem5 is via our code review website: https://gem5-review.googlesource.com  | + | The main method for contributing code to gem5 is via our Gerrit code review website: https://gem5-review.googlesource.com  | 
| − | More information   | + | The CONTRIBUTING file https://gem5.googlesource.com/public/gem5/+/master/CONTRIBUTING.md documents on how to contribute to gem5.   | 
| + | |||
| + | The MAINTAINERS file https://gem5.googlesource.com/public/gem5/+/master/MAINTAINERS explains who are the subsystem maintainers. You may add them to reviews that touch a given subsystem.  | ||
| + | |||
| + | More general Git and Gerrit information:  | ||
| − | |||
* https://git-scm.com/book  | * https://git-scm.com/book  | ||
* https://gerrit-review.googlesource.com/Documentation/index.html  | * https://gerrit-review.googlesource.com/Documentation/index.html  | ||
Latest revision as of 05:13, 3 March 2018
The gem5 repository is accessible at https://gem5.googlesource.com
Clone it with:
git clone https://gem5.googlesource.com/public/gem5
There is also an official read-only GitHub mirror at: https://github.com/gem5/gem5
The main method for contributing code to gem5 is via our Gerrit code review website: https://gem5-review.googlesource.com
The CONTRIBUTING file https://gem5.googlesource.com/public/gem5/+/master/CONTRIBUTING.md documents on how to contribute to gem5.
The MAINTAINERS file https://gem5.googlesource.com/public/gem5/+/master/MAINTAINERS explains who are the subsystem maintainers. You may add them to reviews that touch a given subsystem.
More general Git and Gerrit information: