aboutsummaryrefslogtreecommitdiff
path: root/config/sources.conf
AgeCommit message (Collapse)Author
2015-08-17Replace all instances of staging.git.linaro.org with git.linaro.org.Ryan S. Arnold
The staging.git.linaro.org server will now 404 so we need to direct all uses to git.linaro.org. The testsuite/test.sh now passes clean. Change-Id: I952385b7893413ce363de818d1d060fd98c39da3
2014-11-17rename cbuild to abeRob Savoye
Change-Id: I5999d5375734b62a9ffe3d1ecf5335c178a545d3
2014-08-14Allow tool.conf to declare no configure scriptBernard Ogden
When this happens, configure_build copies source into build dir instead of trying to run a configure script. Incudes a dummy entry for eembc.git in sources.conf, so that test works. Change-Id: Ic8710bc94314d9c7c3cd521204e39ad9091e259a
2014-07-04change DejaGnu URL to our mirrorRob Savoye
2014-04-29use http: instead of git: for cloningRob Savoye
Change-Id: I786e946dc93f8dd1d7fa17ef4e79c2a8909c34c3
2014-01-20add URL for Linaro Linux kernelRob Savoye
Change-Id: I1bfb36988f257a0d0802cb89412671f903162435
2014-01-15add cbuild2.git to fix a few failing test casesRob Savoye
Change-Id: I3b9cc9c32f0bacce929f64d3ea2da105775f5850
2013-12-21use git protocol instead of http for GCCRob Savoye
Change-Id: Ia4f45c52f65226490d42696ec37b98d579bb2e57
2013-12-21drop the /git/ in the URL to the biutils-gdb repositoryRob Savoye
Change-Id: Iea3c2e5fa67a876a7bbc23c4d6ce353db52ddfd3
2013-12-20use git protocol for binutils instead of httpRob Savoye
Change-Id: I4b9afdc4b1cd074688d36351092bda53c5ff2845
2013-12-19change binutils and gcc protocol from git to httpRob Savoye
Change-Id: I95e1ea0e87b55a87235c13a97834bb739b4f6a7b
2013-12-10Correct get_toolname to work with unified repo: binutils-gdb.gitRyan S. Arnold
Secondary fixes required: * Set config/binutils.conf and config/gdb.conf to use unified repo binutils-gdb.git. * Re-enable binutils-gdb.git in config/sources.conf. * get_toolname now calls get_git_tool and determines the actual toolname for binutils and gdb from the branch name if the repository is unified. * Made all other usages of get_git_tool use get_toolname instead. * checkout() now uses ${repo} as returned from get_git_repo as the git repository instead of ${tool}.git. This allows a unified repository to only be checked out once. * The git parser now determines whether an http:// in a url means a git service or an svn service. * The git parser now returns branch names for launchpad urls with branches in the url. * The git parser now returns the tool name properly for an svn service. * The git parser testsuite now has testcases for all new additions. Also * Added --snapshots functionality to allow specifying an existing snapshots directory. * Add testcases to test.sh to test --snapshots functionality. * Changes test.sh --snapshots directive to --md5sums to avoid confusion with cbuild2.sh --snapshots. Change-Id: I2c279bd85320bd3d0b50ae262cc13255f45f8b14
2013-12-08use older git repos for binutils and gdb for nowRob Savoye
2013-12-08add binutils.git to work with the new repoRob Savoye
2013-12-07use new binutils-gdb.git repositoryRob Savoye
2013-11-20sources.conf: set gcc.git http://staging.git.linaro.org/git/toolchain/gcc.gitRyan S. Arnold
2013-11-19Fix get_srcdir to work with <user>@<repo>.git/branch@revisionRyan S. Arnold
2013-11-19use staging git repo instead of defaultRob Savoye
2013-11-05add DejaGnu's git repositoryRob Savoye
2013-10-18[test_]sources.conf: Unify behind <label>.git identifiers for all git repos.Ryan S. Arnold
2013-09-15use git repositories instead of tarballs for primary toolchaion componentsRob Savoye
2013-09-15add .git to newlib and eglibc URLsRob Savoye
2013-09-13change key from gcc to gcc.gitRob Savoye
2013-09-04change GCC git repo t git.linaro.orgRob Savoye
2013-07-26convert tabs to spaces for easier parsingRob Savoye
2013-07-22remove extraneous directory namesRob Savoye
2013-07-10list of URLs for source checkoutsRob Savoye