Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/*_is_concerned.sh: Link against tests/aux/tap-functions.sh | Patrick McDermott | 2019-04-21 | 3 | -6/+2 |
| | |||||
* | tests/match_arch.sh, tests/match_plat.sh: Remove | Patrick McDermott | 2019-04-21 | 3 | -150/+0 |
| | | | | | | tests/arch_is_concerned.sh and tests/plat_is_concerned.sh cover match_arch() and match_plat() already, and match_arch() and match_plat() will soon become "static" functions. | ||||
* | tests/plat_is_concerned.sh: Convert to TAP | Patrick McDermott | 2019-04-21 | 1 | -41/+94 |
| | |||||
* | tests/arch_is_concerned.sh: Update copyright notice | Patrick McDermott | 2019-04-21 | 1 | -1/+1 |
| | |||||
* | tests/arch_is_concerned.sh: Fix copying errors | Patrick McDermott | 2019-04-21 | 1 | -15/+15 |
| | |||||
* | Makefile.am: Use build-aux/tap-driver.sh | Patrick McDermott | 2019-04-21 | 1 | -0/+1 |
| | |||||
* | tests/arch_is_concerned.sh: Add test plan | Patrick McDermott | 2019-04-21 | 1 | -0/+2 |
| | |||||
* | tests/arch_is_concerned.sh: Add more test cases | Patrick McDermott | 2019-04-21 | 1 | -0/+37 |
| | | | | Cf. opkbuild commit 99a6fe6. | ||||
* | .gitignore: Fix tests patterns | Patrick McDermott | 2019-04-21 | 1 | -1/+2 |
| | |||||
* | tests/arch_is_concerned.sh: Convert to TAP | Patrick McDermott | 2019-04-21 | 1 | -48/+100 |
| | |||||
* | tests/aux/tap-functions.sh: Drop `set -x` | Patrick McDermott | 2019-04-21 | 1 | -2/+0 |
| | |||||
* | tests/aux/tap-functions.sh: New file | Patrick McDermott | 2019-04-21 | 3 | -2/+234 |
| | | | | Copied from t/ax/tap-functions.sh in GNU Automake. | ||||
* | build-aux/tap-driver.sh: New file | Patrick McDermott | 2019-04-21 | 3 | -4/+657 |
| | | | | Copied from lib/tap-driver.sh in GNU Automake. | ||||
* | Add braces to param exps in arith substs | Patrick McDermott | 2019-04-19 | 12 | -14/+14 |
| | |||||
* | install_find_pkgs(): Use profile_opkg_conf_file() | Patrick McDermott | 2019-04-19 | 1 | -1/+1 |
| | |||||
* | install_*_pkgs(): Use profile_opkg_state_dir() | Patrick McDermott | 2019-04-19 | 1 | -10/+15 |
| | |||||
* | profile_opkg_state_dir(), profile_opkg_conf_file(): New functions | Patrick McDermott | 2019-04-19 | 2 | -4/+17 |
| | |||||
* | profile: Generate abstraction layer at run time | Patrick McDermott | 2019-04-19 | 1 | -141/+7 |
| | |||||
* | NEWS: Note CMake dependency for usign | Patrick McDermott | 2019-04-19 | 1 | -1/+2 |
| | |||||
* | install_get_pkgs(): Use ${MD5SUM} | Patrick McDermott | 2019-04-19 | 1 | -1/+1 |
| | |||||
* | configure.ac, config.sh.in: Find md5sum | Patrick McDermott | 2019-04-19 | 2 | -0/+26 |
| | |||||
* | NEWS: List new dependencies | Patrick McDermott | 2019-04-19 | 1 | -0/+8 |
| | |||||
* | NEWS: Combine "src/gz" changes | Patrick McDermott | 2019-04-19 | 1 | -3/+2 |
| | |||||
* | NEWS: Update and summarize | Patrick McDermott | 2019-04-19 | 1 | -0/+14 |
| | |||||
* | NEWS: Organize changes into sections | Patrick McDermott | 2019-04-18 | 1 | -14/+23 |
| | |||||
* | install_find_pkgs(): Enable sig checks in opkg.conf | Patrick McDermott | 2019-04-17 | 1 | -0/+1 |
| | |||||
* | feed_find_pkgs(): Don't run parse_control() in a subshell | Patrick McDermott | 2019-04-17 | 1 | -2/+4 |
| | | | | Fixes a bug introduced in commit 2e8da12. | ||||
* | install_find_pkgs(): Vertically align case construct | Patrick McDermott | 2019-04-16 | 1 | -2/+2 |
| | |||||
* | feed_download(): Check for errors | Patrick McDermott | 2019-04-16 | 1 | -1/+8 |
| | |||||
* | install_find_pkgs(): Create /var/cache/opkg/ | Patrick McDermott | 2019-04-16 | 1 | -1/+1 |
| | | | | Needed by opkg-cert for last-cert-check file. | ||||
* | feed_download_cert(): Fix use of non-existent tmp | Patrick McDermott | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | install_find_pkgs(): Fix cert file printf | Patrick McDermott | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | feed_download_cert(): Fix in-place opkg-cert | Patrick McDermott | 2019-04-16 | 1 | -1/+7 |
| | |||||
* | install_find_pkgs(): Fix "printf: Illegal option --" | Patrick McDermott | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | install_find_pkgs(): Fix fopen() call | Patrick McDermott | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | install_find_pkgs(): Fix line continuation | Patrick McDermott | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Fix copying mistake | Patrick McDermott | 2019-04-16 | 1 | -2/+2 |
| | |||||
* | feed_download*(): Accept root arg | Patrick McDermott | 2019-04-16 | 2 | -1/+3 |
| | |||||
* | install_find_pkgs(): Install root key | Patrick McDermott | 2019-04-16 | 1 | -1/+30 |
| | |||||
* | install_find_pkgs(): Initialize cert and check sig | Patrick McDermott | 2019-04-16 | 1 | -2/+25 |
| | |||||
* | feed_download_cert(): New function | Patrick McDermott | 2019-04-16 | 1 | -0/+42 |
| | |||||
* | feed_download(): Fix gunzip logic | Patrick McDermott | 2019-04-16 | 1 | -4/+4 |
| | |||||
* | profile_get_cert_path(): Change to profile_get_cert_url() | Patrick McDermott | 2019-04-16 | 2 | -4/+8 |
| | |||||
* | Makefile.am: Define OPKG_CERT, USIGN_EMBEDDED, and USIGN | Patrick McDermott | 2019-04-16 | 1 | -1/+11 |
| | |||||
* | Makefile.am: Distribute and install opkg-cert | Patrick McDermott | 2019-04-16 | 1 | -0/+1 |
| | |||||
* | opkg-cert: Copy from ProteanOS's opkg-lede packaging | Patrick McDermott | 2019-04-16 | 1 | -0/+329 |
| | |||||
* | profile_get_cert_path(), profile_get_root_key(): New functions | Patrick McDermott | 2019-04-16 | 2 | -0/+24 |
| | |||||
* | Makefile.am: Move man/*.*.mdwn to CLEANFILES | Patrick McDermott | 2019-04-16 | 1 | -3/+1 |
| | | | | | | | | Fixes: 3rdparty/local.mk:7: warning: clean-local was already defined in condition TRUE, which includes condition EMBEDDED_USIGN ... Makefile.am:229: '3rdparty/local.mk' included from here Makefile.am:149: ... 'clean-local' previously defined here | ||||
* | configure.ac: Add --with-system-usign and --with-cmake | Patrick McDermott | 2019-04-16 | 1 | -0/+68 |
| | |||||
* | scripts/announce-release.sh: Apply changes from opkbuild | Patrick McDermott | 2019-04-16 | 1 | -26/+87 |
| | | | | | | | | | | | | | | | | | c3805f3 scripts/announce-release.sh: Lengthen short lines 9c0775b scripts/announce-release.sh: Fix trailing "\" 7b6372d scripts/announce-release.sh: Truuncate long shortlog and diffstat d9ae96f scripts/announce-release.sh: Quote-printable globally 4cf7edf scripts/announce-release.sh: Escape heading lines for quoted-printable 44a9b28 scripts/announce-release.sh: Fix old tag retrieval 3236236 scripts/announce-release.sh: Parameterize from/to info 7bf35fb scripts/announce-release.sh: Sign message 204bc01 scripts/announce-release.sh: Add Message-ID ee6f045 scripts/announce-release.sh: Terminate lines with \r\n 619f64a scripts/announce-release.sh: Move message to var c5457f9 scripts/announce-release.sh: Drop tag format assumption fcdbdbb scripts/announce-release.sh: Update "From" header 7c82eab scripts/announce-release.sh: Update e-mail address and signature |