Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install_find_pkgs(): Drop unnecessary parameters | Patrick McDermott | 2021-01-16 | 1 | -8/+5 |
| | |||||
* | profile: Simplify function parameters | Patrick McDermott | 2021-01-16 | 1 | -4/+3 |
| | | | | | Save mirror and suite arguments in profile_prepare_install(), then use them in other profile functions. | ||||
* | profile_prepare_install(): New function | Patrick McDermott | 2021-01-16 | 1 | -0/+1 |
| | | | | | | | | | | profile_installer_type() will be the first caller of _prof_proteanos_get_platforms() to be called, but it will be called in a subshell. As a result, _prof_proteanos_get_platforms() would be called twice. To solve this, factor out _prof_proteanos_get_platforms() calls from other functions, making them pure (subshell-safe). | ||||
* | install: Hack around broken gcc-8-dev dependencies | Patrick McDermott | 2021-01-03 | 1 | -0/+7 |
| | |||||
* | Revert "install: Replace sed "arrays" with eval "arrays"" | Patrick McDermott | 2020-07-07 | 1 | -16/+18 |
| | | | | This reverts commit 7f51f0e82f6f808f01f515a8db80fb28be1bac74. | ||||
* | install: Replace sed "arrays" with eval "arrays" | Patrick McDermott | 2020-07-07 | 1 | -18/+16 |
| | | | | | | | | | | | | | | Before: real 21.89 user 2.08 sys 2.54 After: real 23.93 user 1.93 sys 2.61 | ||||
* | time(): Rename to unixtime() | Patrick McDermott | 2020-07-03 | 1 | -1/+1 |
| | | | | | | In GNU Bash, time is not simply a built-in utility, but actually a reserved word. Naming a function "time" results in a rather unhelpful syntax error message. | ||||
* | Prefix "static" vars with "_" | Patrick McDermott | 2020-07-02 | 1 | -20/+20 |
| | |||||
* | install_get_pkgs(): Eliminate non-portable date %s | Patrick McDermott | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | 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 |