aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-tip-latest
Commit message (Collapse)AuthorAgeFilesLines
* Obtain Linux kernel via git protocol by default (GIT_HTTP=y overrides)Keir Fraser2009-10-201-0/+4
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Obtain Linux kernels via git-over-httpKeir Fraser2009-10-081-1/+1
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* buildconfigs/src.git-clone: use git clone, avoid git remoteKeir Fraser2009-06-181-1/+0
| | | | | | | | | | | | | | | | git 1.4.x (which is on even some moderately recent systems) doesn't have the `git remote' command. This is what caused the most recent patchman build failure. The machinery in buildconfigs/src.git-clone was rather more complicated than needed, too. In this patch I replace this with a similar set of runes to those used for ioemu-remote (almost identical except that the QEMU_TAG feature is not supported in this instance). I have done a successful test build with this change. Cc: Ian Campbell <Ian.Campbell@eu.citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* [BUILD] Support cloning Linux tree from a git repository.Keir Fraser2008-07-031-0/+14
Integrate the linux-2.6-tip tree as linux-2.6-tip-latest Signed-off-by: Ian Campbell <ian.campbell@citrix.com>