summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * tests/parse_control.common.sh: Update copyright noticePatrick McDermott2019-04-211-1/+1
| * tests/parse_control.common.sh: Fix locale loadingPatrick McDermott2019-04-211-0/+2
| * tests/parse_control.common.sh: Fix load_locale() callPatrick McDermott2019-04-212-2/+3
| * tests/parse_control.common.sh: Convert to TAPPatrick McDermott2019-04-212-2/+5
| * tests/resolve_deps.basic.sh: Update copyright noticePatrick McDermott2019-04-211-1/+1
| * tests/resolve_deps.basic.sh: Convert to TAPPatrick McDermott2019-04-212-3/+7
| * itests/aux/common.sh: New filePatrick McDermott2019-04-211-0/+71
| * tests/reduce_deps.sh: Convert to TAPPatrick McDermott2019-04-212-38/+112
| * tests/*_is_concerned.sh: Link against tests/aux/tap-functions.shPatrick McDermott2019-04-213-6/+2
| * tests/match_arch.sh, tests/match_plat.sh: RemovePatrick McDermott2019-04-213-150/+0
| * tests/plat_is_concerned.sh: Convert to TAPPatrick McDermott2019-04-211-41/+94
| * tests/arch_is_concerned.sh: Update copyright noticePatrick McDermott2019-04-211-1/+1
| * tests/arch_is_concerned.sh: Fix copying errorsPatrick McDermott2019-04-211-15/+15
| * Makefile.am: Use build-aux/tap-driver.shPatrick McDermott2019-04-211-0/+1
| * tests/arch_is_concerned.sh: Add test planPatrick McDermott2019-04-211-0/+2
| * tests/arch_is_concerned.sh: Add more test casesPatrick McDermott2019-04-211-0/+37
| * .gitignore: Fix tests patternsPatrick McDermott2019-04-211-1/+2
| * tests/arch_is_concerned.sh: Convert to TAPPatrick McDermott2019-04-211-48/+100
| * tests/aux/tap-functions.sh: Drop `set -x`Patrick McDermott2019-04-211-2/+0
| * tests/aux/tap-functions.sh: New filePatrick McDermott2019-04-213-2/+234
| * build-aux/tap-driver.sh: New filePatrick McDermott2019-04-213-4/+657
|/
* Add braces to param exps in arith substsPatrick McDermott2019-04-1912-14/+14
* install_find_pkgs(): Use profile_opkg_conf_file()Patrick McDermott2019-04-191-1/+1
* install_*_pkgs(): Use profile_opkg_state_dir()Patrick McDermott2019-04-191-10/+15
* profile_opkg_state_dir(), profile_opkg_conf_file(): New functionsPatrick McDermott2019-04-192-4/+17
* profile: Generate abstraction layer at run timePatrick McDermott2019-04-191-141/+7
* NEWS: Note CMake dependency for usignPatrick McDermott2019-04-191-1/+2
* install_get_pkgs(): Use ${MD5SUM}Patrick McDermott2019-04-191-1/+1
* configure.ac, config.sh.in: Find md5sumPatrick McDermott2019-04-192-0/+26
* NEWS: List new dependenciesPatrick McDermott2019-04-191-0/+8
* NEWS: Combine "src/gz" changesPatrick McDermott2019-04-191-3/+2
* NEWS: Update and summarizePatrick McDermott2019-04-191-0/+14
* NEWS: Organize changes into sectionsPatrick McDermott2019-04-181-14/+23
* install_find_pkgs(): Enable sig checks in opkg.confPatrick McDermott2019-04-171-0/+1
* feed_find_pkgs(): Don't run parse_control() in a subshellPatrick McDermott2019-04-171-2/+4
* install_find_pkgs(): Vertically align case constructPatrick McDermott2019-04-161-2/+2
* feed_download(): Check for errorsPatrick McDermott2019-04-161-1/+8
* install_find_pkgs(): Create /var/cache/opkg/Patrick McDermott2019-04-161-1/+1
* feed_download_cert(): Fix use of non-existent tmpPatrick McDermott2019-04-161-1/+1
* install_find_pkgs(): Fix cert file printfPatrick McDermott2019-04-161-1/+1
* feed_download_cert(): Fix in-place opkg-certPatrick McDermott2019-04-161-1/+7
* install_find_pkgs(): Fix "printf: Illegal option --"Patrick McDermott2019-04-161-1/+1
* install_find_pkgs(): Fix fopen() callPatrick McDermott2019-04-161-1/+1
* install_find_pkgs(): Fix line continuationPatrick McDermott2019-04-161-1/+1
* Makefile.am: Fix copying mistakePatrick McDermott2019-04-161-2/+2
* feed_download*(): Accept root argPatrick McDermott2019-04-162-1/+3
* install_find_pkgs(): Install root keyPatrick McDermott2019-04-161-1/+30
* install_find_pkgs(): Initialize cert and check sigPatrick McDermott2019-04-161-2/+25
* feed_download_cert(): New functionPatrick McDermott2019-04-161-0/+42
* feed_download(): Fix gunzip logicPatrick McDermott2019-04-161-4/+4