summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* parse_control_error(): Make "static"Patrick McDermott2019-04-231-5/+5
* parse_control_error(): Move before usePatrick McDermott2019-04-231-19/+19
* parse_control_error(): Accept file and line_nr argsPatrick McDermott2019-04-231-17/+19
* substvars(): Sync with opkbuildPatrick McDermott2019-04-231-2/+23
* set_substvar(): Sync with opkbuildPatrick McDermott2019-04-231-22/+19
* substvars_max_depth: Convert to upper casePatrick McDermott2019-04-231-2/+2
* src/archplat.sh: Sync with opkbuildPatrick McDermott2019-04-221-67/+68
* 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
* install_get_pkgs(): Use ${MD5SUM}Patrick McDermott2019-04-191-1/+1
* 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
* 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
* profile_get_cert_path(): Change to profile_get_cert_url()Patrick McDermott2019-04-162-4/+8
* profile_get_cert_path(), profile_get_root_key(): New functionsPatrick McDermott2019-04-162-0/+24
* feed_download(): Support original opkgPatrick McDermott2019-04-161-1/+6
* feed_download(): Write list file directlyPatrick McDermott2019-04-162-4/+5
* prof_proteanos_feeds(): Append ".gz" to list namesPatrick McDermott2019-04-161-2/+2
* feed_download(): Leave feed index compressedPatrick McDermott2019-04-161-4/+1
* feed_find_pkgs(): Automatically gunzip feed indexPatrick McDermott2019-04-161-1/+2
* prof_proteanos_feeds(): Drop "/Packages.gz" outputPatrick McDermott2019-04-162-5/+5
* feed_download(): Accept base URL, not index URLPatrick McDermott2019-04-162-3/+6
* install_find_pkgs(): Rename variablesPatrick McDermott2019-04-161-11/+11
* main(): Replace non-portable expr and date %s specPatrick McDermott2019-04-111-1/+19
* src/main.sh: Drop search for old .builddirstamp pathPatrick McDermott2018-07-031-4/+1
* is_profile(): Replace [ command and prefix removal with casePatrick McDermott2018-07-021-1/+1
* is_cmd(): Replace pipeline and external commands with casePatrick McDermott2018-07-021-1/+1
* prof_proteanos_make_initramfs(): Make /init linkP. J. McDermott2016-01-241-0/+10
* cmd/installer-pc: Drop LILO installation codeP. J. McDermott2016-01-231-15/+0
* cmd/installer-pc: Add informational outputP. J. McDermott2016-01-231-0/+3
* cmd/installer-pc: Only print dd/(s)fdisk/mke2fs output on errorP. J. McDermott2016-01-231-5/+23
* cmd/installer-pc: Print error on dd, (s)fdisk, or mke2fs failureP. J. McDermott2016-01-231-0/+4
* Always use rm's -f optionP. J. McDermott2016-01-234-5/+5
* is_profile(): Add explicit returnP. J. McDermott2016-01-231-0/+2