aboutsummaryrefslogtreecommitdiff
path: root/testsuite/test_sources.conf
AgeCommit message (Collapse)Author
2015-04-16Fail if we cannot check out from SVNBernard Ogden
Change-Id: Ie56bd227e25d74304ab117b5b7cf22caa6f208b0
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-02-03testsuite/test_sources.conf: Add dejagnu repository.Ryan S. Arnold
Change-Id: I1633c57cefb41d4ffc4b56a6fb1046e74b46478f
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-11-27Working additions for git parser refactor and stamping.Ryan S. Arnold
2013-11-20sources.conf: set gcc.git http://staging.git.linaro.org/git/toolchain/gcc.gitRyan S. Arnold
2013-11-19Fix get_toolname and get_srcdir when using <user>@<repo>.git@revisionRyan S. Arnold
This fix also allows the sources.conf file to use tabs as well as spaces: <identifier>.git<-tab--><url> <identifier>.git________<url>
2013-11-19lib/common.sh: Fix get_toolname for "eglibc.git/linaro_eglibc-2_18" as input.Ryan S. Arnold
2013-10-18lib/common.sh: get_source - Fix for partial match in snapshots with ↵Ryan S. Arnold
<package>.conf:latest set. This fix also removes repositories that aren't used from testsuite/test_sources.conf and adds a few new test cases.
2013-10-18testsuite:test_sources.conf|test.sh: reserve nomatch.git for testing.Ryan S. Arnold
2013-10-18testsuite/test.sh: Add tests for user git repos not ending in .git.Ryan S. Arnold
2013-10-18[test_]sources.conf: Unify behind <label>.git identifiers for all git repos.Ryan S. Arnold
2013-10-18New variable ${sources_conf} to replace hardcoded config/sources.conf.Ryan S. Arnold
This is necessary so that the testsuite can use it's own version that doesn't change, so we can cover all bases.