scripts/kernel/linux-shallow-clone: new script (details)
jobs/linux-shallow-clone: new jenkins job (details)
jobs/master-builds-dahdi: use linux-shallow-clone (details)
jobs/gerrit-verifications-dahdi: use linux-shallow-clone (details)
jobs/build-kernels-testenv: use linux-shallow-clone (details)
Commit
8d3b7261a272ba53ac6e539008fb595d277f0cb5
by Oliver Smith
scripts/kernel/linux-shallow-clone: new script
Add a script that maintains a linux repository in one place on jenkins nodes, so we need less git clones from git.kernel.org and less disk space. All jobs that need a kernel tree can now clone the relevant branch directly from the jenkins node.
Follow up patches will add a jenkins job that runs the script daily and adjust the existing jobs to make use of this instead of doing their own clones.
Currently this script produces a 396M bare git repository.