summaryrefslogtreecommitdiffstats
path: root/scripts/deptest.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: avoid hard-coded paths in scriptsIblis Lin2016-04-281-1/+1
| | | | Signed-off-by: Iblis Lin <e196819@hotmail.com>
* deptest: Also accept stamps that are broken links.Michael Büsch2010-12-081-2/+7
| | | | SVN-Revision: 24350
* deptest: Make stamps be symlinks to logs.Michael Büsch2010-12-061-6/+8
| | | | SVN-Revision: 24277
* deptest: Capitalize failure message. Makes it easier to spot in the logs.Michael Büsch2010-11-041-1/+1
| | | | SVN-Revision: 23855
* deptest: Do not clobber the base build and staging dirsMichael Büsch2010-11-031-17/+83
| | | | SVN-Revision: 23835
* deptest: --force also overrides blacklist stampsMichael Büsch2010-11-031-2/+2
| | | | SVN-Revision: 23827
* deptest: Add --force to force a testMichael Büsch2010-11-031-1/+7
| | | | SVN-Revision: 23826
* deptest: Install of host tools has to be forced for every test, because the ↵Michael Büsch2010-11-031-0/+1
| | | | | | host staging dir is cleaned prior a test. SVN-Revision: 23825
* deptest: Add option for lean testMichael Büsch2010-11-031-14/+40
| | | | SVN-Revision: 23821
* deptest: Add sanity check to avoid trouble with illegal package namesMichael Büsch2010-11-031-0/+2
| | | | SVN-Revision: 23819
* deptest: Support specifying certain packages to test on the commandline.Michael Büsch2010-11-031-27/+54
| | | | SVN-Revision: 23818
* deptest: Add optional blacklistingMichael Büsch2010-11-031-1/+8
| | | | SVN-Revision: 23811
* deptest: Check for .configMichael Büsch2010-11-031-0/+2
| | | | SVN-Revision: 23810
* deptest: Install the kernel at init stageMichael Büsch2010-11-031-0/+1
| | | | SVN-Revision: 23809
* deptest: Better detection of base directoryMichael Büsch2010-11-021-8/+16
| | | | SVN-Revision: 23807
* deptest: Also make sure the toolchain is built in the initialization step. ↵Michael Büsch2010-11-021-4/+8
| | | | | | This makes it possible to run the script from within a fresh tree. SVN-Revision: 23806
* deptest: Also create "failed" stamps. This makes it easier to check what ↵Michael Büsch2010-11-021-7/+14
| | | | | | failed after the script finished. SVN-Revision: 23805
* deptest: Add shbangMichael Büsch2010-11-021-0/+2
| | | | SVN-Revision: 23804
* deptest: Fix indentMichael Büsch2010-11-021-23/+23
| | | | SVN-Revision: 23803
* deptest: use a separate build dir for host packages to prevent hardcoded ↵Felix Fietkau2009-05-281-0/+2
| | | | | | path screwups SVN-Revision: 16162
* deptest: handle packages from feedsFelix Fietkau2009-05-261-1/+1
| | | | SVN-Revision: 16099
* add a somewhat hackish script for automatic dependency testingFelix Fietkau2009-05-261-0/+43
SVN-Revision: 16097