Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NEWS, configure.ac: Set version to 3.0.0 | Patrick McDermott | 2021-01-16 | 2 | -2/+2 |
| | | | | | The command-line interface has changed in an incompatible way ("installer-pc" was removed). | ||||
* | cmd/installer-pc: Remove distinct command | Patrick McDermott | 2021-01-16 | 6 | -219/+3 |
| | |||||
* | cmd/install: Use installer backends | Patrick McDermott | 2021-01-16 | 2 | -40/+6 |
| | |||||
* | installer/pc: New installer backend | Patrick McDermott | 2021-01-16 | 2 | -1/+108 |
| | |||||
* | installer/chroot: New installer backend | Patrick McDermott | 2021-01-16 | 3 | -0/+40 |
| | | | | This installer doesn't support installing to a block device. | ||||
* | installer: Add installer backend frontend | Patrick McDermott | 2021-01-16 | 3 | -1/+84 |
| | |||||
* | install_find_pkgs(): Drop unnecessary parameters | Patrick McDermott | 2021-01-16 | 1 | -8/+5 |
| | |||||
* | profile: Simplify function parameters | Patrick McDermott | 2021-01-16 | 2 | -30/+27 |
| | | | | | 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 | 3 | -24/+21 |
| | | | | | | | | | | 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). | ||||
* | profile_installer_type(): New function | Patrick McDermott | 2021-01-16 | 2 | -3/+24 |
| | |||||
* | profile/proteanos: Use archive's Platforms file | Patrick McDermott | 2021-01-16 | 2 | -28/+74 |
| | |||||
* | cmd/build: Fix AND-OR list logic | Patrick McDermott | 2021-01-13 | 1 | -2/+4 |
| | |||||
* | cmd/build: List installed pkgs only if logging | Patrick McDermott | 2021-01-13 | 1 | -1/+1 |
| | |||||
* | locale/C: Update header comment | Patrick McDermott | 2021-01-13 | 1 | -1/+1 |
| | |||||
* | locale: Add C and POSIX locales | Patrick McDermott | 2021-01-13 | 5 | -146/+152 |
| | |||||
* | cmd/build: Don't print build info if not logging | Patrick McDermott | 2021-01-12 | 1 | -18/+26 |
| | |||||
* | cmd/build: Allow logging to be disabled | Patrick McDermott | 2021-01-12 | 2 | -25/+33 |
| | |||||
* | cmd/build: Improve option handling | Patrick McDermott | 2021-01-12 | 1 | -11/+25 |
| | |||||
* | cmd/build: List built files | Patrick McDermott | 2021-01-04 | 1 | -2/+5 |
| | | | | | This makes use of the extra space between the "Build Results" and "*.changes" headers. | ||||
* | cmd/build: Also filter session ID in log | Patrick McDermott | 2021-01-04 | 1 | -3/+6 |
| | |||||
* | cmd/build: Filter session directory in log | Patrick McDermott | 2021-01-04 | 1 | -1/+4 |
| | | | | | As in sbuild (>= 0.62.0-1, Debian bug #605763), filtering makes build logs comparable with diff. | ||||
* | cmd/build: Add more information to build log | Patrick McDermott | 2021-01-04 | 2 | -6/+106 |
| | |||||
* | package_get_name_and_version(): Also get dist | Patrick McDermott | 2021-01-04 | 3 | -6/+7 |
| | |||||
* | cmd/build: Fix redirection syntax error | Patrick McDermott | 2021-01-04 | 2 | -6/+4 |
| | | | | | | Fixes: src/cmd/build.sh: 199: src/cmd/build.sh: Syntax error: word unexpected (expecting "}") | ||||
* | 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. |