Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | cmd/build: Log output | Patrick McDermott | 2021-01-04 | 2 | -1/+26 |
| | |||||
* | fdalloc(): New function | Patrick McDermott | 2021-01-04 | 1 | -15/+24 |
| | |||||
* | cmd/build: Factor out interesting parts | Patrick McDermott | 2021-01-03 | 1 | -19/+32 |
| | |||||
* | cmd/build: Save separate build/host arch/plat vars | Patrick McDermott | 2021-01-03 | 1 | -10/+15 |
| | |||||
* | package_get_name_and_version(): New function | Patrick McDermott | 2021-01-03 | 2 | -0/+14 |
| | |||||
* | install: Hack around broken gcc-8-dev dependencies | Patrick McDermott | 2021-01-03 | 1 | -0/+7 |
| | |||||
* | cmd/installer-pc: Support foreign installation | Patrick McDermott | 2020-12-12 | 3 | -3/+12 |
| | |||||
* | profile/proteanos: Move init script to S00 | Patrick McDermott | 2020-12-10 | 2 | -2/+5 |
| | |||||
* | profile/proteanos: Install base-files, config-base | Patrick McDermott | 2020-12-10 | 2 | -4/+10 |
| | | | | Not all essential packages. | ||||
* | resolve_deps(): Solve deps of packages with ":" | Patrick McDermott | 2020-12-09 | 2 | -2/+5 |
| | |||||
* | resolve_deps(): Fix infinite loop | Patrick McDermott | 2020-12-09 | 2 | -2/+3 |
| | |||||
* | profile/proteanos: Don't run cut link during init | Patrick McDermott | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | opkg_install_all(): Don't run cut in the root | Patrick McDermott | 2020-12-09 | 2 | -2/+9 |
| | |||||
* | man: Update example mirror URL | Patrick McDermott | 2020-08-10 | 2 | -2/+2 |
| | |||||
* | package: Drop "_" from variable name | Patrick McDermott | 2020-07-10 | 1 | -4/+4 |
| | |||||
* | 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 | ||||
* | TODO: Replace sed arrays with eval arrays | Patrick McDermott | 2020-07-04 | 1 | -0/+7 |
| | |||||
* | cmd: Fix non-"static" global variable | Patrick McDermott | 2020-07-03 | 2 | -9/+9 |
| | | | | Broken by commit dcf9e96aa3a3530b6f0e6afba8dc0c102b89dd51. | ||||
* | time(): Rename to unixtime() | Patrick McDermott | 2020-07-03 | 3 | -4/+7 |
| | | | | | | 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. | ||||
* | NEWS: Categorize changes | Patrick McDermott | 2020-07-02 | 1 | -1/+4 |
| | |||||
* | NEWS, configure.ac: Set version to 2.1.0 | Patrick McDermott | 2020-07-02 | 2 | -3/+3 |
| | | | | Release is imminent! | ||||
* | NEWS: Document new ProteanOS section feeds | Patrick McDermott | 2020-07-02 | 1 | -0/+8 |
| | |||||
* | profile/proteanos: Make constant names uppercase | Patrick McDermott | 2020-07-02 | 1 | -4/+4 |
| | |||||
* | Prefix "static" vars with "_" | Patrick McDermott | 2020-07-02 | 12 | -148/+149 |
| | |||||
* | Revert "profile/proteanos: Don't add src feeds by default" | Patrick McDermott | 2020-07-02 | 1 | -0/+9 |
| | | | | This reverts commit d7e1ed7fa426168479d1be4b146a90d95067639f. | ||||
* | profile/proteanos: Don't add src feeds by default | Patrick McDermott | 2020-07-02 | 1 | -9/+0 |
| | |||||
* | profile/proteanos: Remove useless newline in feeds | Patrick McDermott | 2020-07-02 | 1 | -1/+0 |
| | | | | install_find_pkgs() filters out only "src" and "src/gz" lines. | ||||
* | profile/proteanos: Use feeds found in manifest | Patrick McDermott | 2020-07-02 | 1 | -0/+8 |
| | |||||
* | profile/proteanos: Cache feeds manifest | Patrick McDermott | 2020-07-02 | 1 | -3/+8 |
| | |||||
* | profile/proteanos: Add missing var declaration | Patrick McDermott | 2020-07-01 | 1 | -0/+1 |
| | |||||
* | profile/proteanos: Add base section | Patrick McDermott | 2020-07-01 | 1 | -1/+1 |
| | | | | Missing from commit 18a78f7e70edc6990ae7226e7f9319a57edff89e. | ||||
* | NEWS: Document block unmounting improvement | Patrick McDermott | 2020-06-25 | 1 | -0/+3 |
| | |||||
* | session_begin(): Drop atexit parameter | Patrick McDermott | 2020-06-25 | 5 | -8/+6 |
| | |||||
* | cmd/build: Return exit status | Patrick McDermott | 2020-06-25 | 2 | -6/+13 |
| | | | | And don't run opkbuild after opkg returns an error. | ||||
* | session: Prefix "static" vars with "_" | Patrick McDermott | 2020-06-25 | 1 | -50/+50 |
| | |||||
* | session: Don't end on signal; don't run cb on end | Patrick McDermott | 2020-06-25 | 1 | -11/+0 |
| | | | | Let the caller do all of this. | ||||
* | session: Don't exit on signal | Patrick McDermott | 2020-06-25 | 1 | -2/+10 |
| | | | | Return to caller to allow for more cleanup. | ||||
* | cmd/opkg: Return exit status | Patrick McDermott | 2020-06-25 | 2 | -3/+6 |
| | |||||
* | cmd/install: Drop a TODO comment | Patrick McDermott | 2020-06-25 | 1 | -2/+0 |
| | |||||
* | cmd/shell: Return exit status | Patrick McDermott | 2020-06-25 | 2 | -3/+6 |
| | |||||
* | profile/proteanos: Add "src" section feed | Patrick McDermott | 2020-06-24 | 1 | -1/+2 |
| | |||||
* | profile/proteanos: Add more section feeds | Patrick McDermott | 2020-06-24 | 1 | -1/+10 |
| | |||||
* | cmd/build: Pass -a option to opkg | Patrick McDermott | 2020-06-22 | 2 | -1/+12 |
| | |||||
* | NEWS, configure.ac: Set version to 2.0.1+dev | Patrick McDermott | 2020-06-22 | 2 | -1/+6 |
| | |||||
* | NEWS: Release prokit 2.0.1prokit/2.0.1 | Patrick McDermott | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | NEWS, configure.ac: Set version to 2.0.1 | Patrick McDermott | 2019-09-30 | 2 | -3/+3 |
| | |||||
* | profile/proteanos: Fix multiline wget command | Patrick McDermott | 2019-09-30 | 1 | -1/+1 |
| | | | | | | Fixes: ./prokit: 3551: ./prokit: ftp://files.proteanos.com/pub/proteanos-mirrors-ftp: not found | ||||
* | MD5SUMS, SHA256SUMS: Exclude from Git | Patrick McDermott | 2019-08-05 | 1 | -0/+2 |
| | |||||
* | profile/proteanos: Support FTP mirrors | Patrick McDermott | 2019-08-05 | 2 | -2/+6 |
| |