CSC/ECE 517 Spring 2017/M1705: Difference between revisions
Jump to navigation
Jump to search
(Created page with "M1705 - Automatically report new contributors to all git repositories") |
No edit summary |
||
Line 1: | Line 1: | ||
Introduction | |||
Servo is a browser layout engine developed by Mozilla. It is at it's early stage but can easily supply i.e. cntribute to Wikipedia and Github successfully passes the Acid2 test. it aims to create parallel environment with different components which can be handled by small separate tasks. | |||
Scope | |||
The scope of the project was to complete the initial steps mentioned here | |||
The steps are as follows: | |||
create a github organization with several repositories that can be used for manual tests | |||
create a tool that initializes a JSON file with the known authors for a local git repository | |||
create a tool that clones every git repository in a given github organization (use the github API to retrieve this information) |
Latest revision as of 02:50, 24 March 2017
Introduction
Servo is a browser layout engine developed by Mozilla. It is at it's early stage but can easily supply i.e. cntribute to Wikipedia and Github successfully passes the Acid2 test. it aims to create parallel environment with different components which can be handled by small separate tasks.
Scope
The scope of the project was to complete the initial steps mentioned here The steps are as follows:
create a github organization with several repositories that can be used for manual tests create a tool that initializes a JSON file with the known authors for a local git repository create a tool that clones every git repository in a given github organization (use the github API to retrieve this information)