This script merges all the Jenkins repositories into one repository
Go to file
Kohsuke Kawaguchi 519afad958 Use a newer version 2016-06-28 18:55:52 -07:00
README.md Adding clone.groovy. 2013-12-10 13:17:47 -05:00
all.groovy Use a newer version 2016-06-28 18:55:52 -07:00
clone.groovy Do not stop on error. 2014-07-22 10:25:10 -04:00

README.md

This script generates a single Git repository that contains all Git repositories in GitHub. This huge union repository is convenient for datamining and other analytics.

git clone http://git.jenkins-ci.org/all.git to clone this repository. For each branch foo in the repository http://github.com/jenkinsci/bar, the union repository contains bar/foo. The same naming convention applies for tags.

Also see clone.groovy if you prefer to check out separate repositories with working copies.