Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/install.sh: Delimit command operands | Patrick McDermott | 2019-04-25 | 1 | -19/+19 |
| | |||||
* | src/install.sh: Make callback functions "static" | Patrick McDermott | 2019-04-25 | 1 | -6/+6 |
| | |||||
* | src/install.sh: Define functions before references | Patrick McDermott | 2019-04-25 | 1 | -109/+109 |
| | |||||
* | src/install.sh: Shift func args, update copyright | Patrick McDermott | 2019-04-25 | 1 | -1/+9 |
| | |||||
* | 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 |
| | |||||
* | install_get_pkgs(): Use ${MD5SUM} | Patrick McDermott | 2019-04-19 | 1 | -1/+1 |
| | |||||
* | install_find_pkgs(): Enable sig checks in opkg.conf | Patrick McDermott | 2019-04-17 | 1 | -0/+1 |
| | |||||
* | install_find_pkgs(): Vertically align case construct | Patrick McDermott | 2019-04-16 | 1 | -2/+2 |
| | |||||
* | install_find_pkgs(): Create /var/cache/opkg/ | Patrick McDermott | 2019-04-16 | 1 | -1/+1 |
| | | | | Needed by opkg-cert for last-cert-check file. | ||||
* | install_find_pkgs(): Fix cert file printf | Patrick McDermott | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | feed_download*(): Accept root arg | Patrick McDermott | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | 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(): Write list file directly | Patrick McDermott | 2019-04-16 | 1 | -2/+2 |
| | |||||
* | prof_proteanos_feeds(): Drop "/Packages.gz" output | Patrick McDermott | 2019-04-16 | 1 | -3/+3 |
| | |||||
* | feed_download(): Accept base URL, not index URL | Patrick McDermott | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | install_find_pkgs(): Rename variables | Patrick McDermott | 2019-04-16 | 1 | -11/+11 |
| | |||||
* | Always use rm's -f option | P. J. McDermott | 2016-01-23 | 1 | -2/+2 |
| | |||||
* | install_system(): Fix if statement | P. J. McDermott | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | install_get_pkgs(): Use non-exiting error() | P. J. McDermott | 2016-01-17 | 1 | -11/+27 |
| | | | | Also improve error handling. | ||||
* | install_get_pkgs(): New "url" variable | P. J. McDermott | 2016-01-17 | 1 | -5/+5 |
| | |||||
* | src/install.sh: s/install_fnames/install_urls/ | P. J. McDermott | 2016-01-17 | 1 | -4/+4 |
| | |||||
* | install_*_pkgs(): Check return value of fopen() | P. J. McDermott | 2016-01-17 | 1 | -3/+9 |
| | |||||
* | install_*(): Return 0 on success | P. J. McDermott | 2016-01-17 | 1 | -0/+14 |
| | |||||
* | install_system(): Check return value of install_*_pkgs() | P. J. McDermott | 2016-01-17 | 1 | -2/+7 |
| | |||||
* | install_system(): Use non-exiting error() | P. J. McDermott | 2016-01-17 | 1 | -4/+6 |
| | |||||
* | install_*(): s/chroot/root/ | P. J. McDermott | 2016-01-16 | 1 | -43/+42 |
| | |||||
* | Update copyright years | P. J. McDermott | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | src/install.sh: Use ${SHA256SUM} | P. J. McDermott | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | src/install.sh: Use ${WGET} | P. J. McDermott | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | Move lib/*.sh to src/ | P. J. McDermott | 2015-12-06 | 1 | -0/+266 |