aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deptest.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: avoid hard-coded paths in scriptsJohn Crispin2016-06-191-1/+1
| | | | | | Signed-off-by: Iblis Lin <e196819@hotmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Also accept stamps that are broken links.Michael Büsch2010-12-081-2/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Make stamps be symlinks to logs.Michael Büsch2010-12-061-6/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24277 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Capitalize failure message. Makes it easier to spot in the logs.Michael Büsch2010-11-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Do not clobber the base build and staging dirsMichael Büsch2010-11-031-17/+83
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: --force also overrides blacklist stampsMichael Büsch2010-11-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Add --force to force a testMichael Büsch2010-11-031-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23826 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23825 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Add option for lean testMichael Büsch2010-11-031-14/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23821 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Add sanity check to avoid trouble with illegal package namesMichael Büsch2010-11-031-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Support specifying certain packages to test on the commandline.Michael Büsch2010-11-031-27/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Add optional blacklistingMichael Büsch2010-11-031-1/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23811 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Check for .configMichael Büsch2010-11-031-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23810 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Install the kernel at init stageMichael Büsch2010-11-031-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Better detection of base directoryMichael Büsch2010-11-021-8/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Also create "failed" stamps. This makes it easier to check what ↵Michael Büsch2010-11-021-7/+14
| | | | | | failed after the script finished. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23805 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Add shbangMichael Büsch2010-11-021-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: Fix indentMichael Büsch2010-11-021-23/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: use a separate build dir for host packages to prevent hardcoded ↵Felix Fietkau2009-05-281-0/+2
| | | | | | path screwups git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deptest: handle packages from feedsFelix Fietkau2009-05-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16099 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a somewhat hackish script for automatic dependency testingFelix Fietkau2009-05-261-0/+43
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16097 3c298f89-4303-0410-b956-a3cf2f4a3e73