summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* cmd/build: List installed pkgs only if loggingPatrick McDermott2021-01-131-1/+1
|
* locale/C: Update header commentPatrick McDermott2021-01-131-1/+1
|
* locale: Add C and POSIX localesPatrick McDermott2021-01-135-146/+152
|
* cmd/build: Don't print build info if not loggingPatrick McDermott2021-01-121-18/+26
|
* cmd/build: Allow logging to be disabledPatrick McDermott2021-01-122-25/+33
|
* cmd/build: Improve option handlingPatrick McDermott2021-01-121-11/+25
|
* cmd/build: List built filesPatrick McDermott2021-01-041-2/+5
| | | | | This makes use of the extra space between the "Build Results" and "*.changes" headers.
* cmd/build: Also filter session ID in logPatrick McDermott2021-01-041-3/+6
|
* cmd/build: Filter session directory in logPatrick McDermott2021-01-041-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 logPatrick McDermott2021-01-042-6/+106
|
* package_get_name_and_version(): Also get distPatrick McDermott2021-01-043-6/+7
|
* cmd/build: Fix redirection syntax errorPatrick McDermott2021-01-042-6/+4
| | | | | | Fixes: src/cmd/build.sh: 199: src/cmd/build.sh: Syntax error: word unexpected (expecting "}")
* cmd/build: Log outputPatrick McDermott2021-01-042-1/+26
|
* fdalloc(): New functionPatrick McDermott2021-01-041-15/+24
|
* cmd/build: Factor out interesting partsPatrick McDermott2021-01-031-19/+32
|
* cmd/build: Save separate build/host arch/plat varsPatrick McDermott2021-01-031-10/+15
|
* package_get_name_and_version(): New functionPatrick McDermott2021-01-032-0/+14
|
* install: Hack around broken gcc-8-dev dependenciesPatrick McDermott2021-01-031-0/+7
|
* cmd/installer-pc: Support foreign installationPatrick McDermott2020-12-123-3/+12
|
* profile/proteanos: Move init script to S00Patrick McDermott2020-12-102-2/+5
|
* profile/proteanos: Install base-files, config-basePatrick McDermott2020-12-102-4/+10
| | | | Not all essential packages.
* resolve_deps(): Solve deps of packages with ":"Patrick McDermott2020-12-092-2/+5
|
* resolve_deps(): Fix infinite loopPatrick McDermott2020-12-092-2/+3
|
* profile/proteanos: Don't run cut link during initPatrick McDermott2020-12-091-1/+1
|
* opkg_install_all(): Don't run cut in the rootPatrick McDermott2020-12-092-2/+9
|
* man: Update example mirror URLPatrick McDermott2020-08-102-2/+2
|
* package: Drop "_" from variable namePatrick McDermott2020-07-101-4/+4
|
* Revert "install: Replace sed "arrays" with eval "arrays""Patrick McDermott2020-07-071-16/+18
| | | | This reverts commit 7f51f0e82f6f808f01f515a8db80fb28be1bac74.
* install: Replace sed "arrays" with eval "arrays"Patrick McDermott2020-07-071-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 arraysPatrick McDermott2020-07-041-0/+7
|
* cmd: Fix non-"static" global variablePatrick McDermott2020-07-032-9/+9
| | | | Broken by commit dcf9e96aa3a3530b6f0e6afba8dc0c102b89dd51.
* time(): Rename to unixtime()Patrick McDermott2020-07-033-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 changesPatrick McDermott2020-07-021-1/+4
|
* NEWS, configure.ac: Set version to 2.1.0Patrick McDermott2020-07-022-3/+3
| | | | Release is imminent!
* NEWS: Document new ProteanOS section feedsPatrick McDermott2020-07-021-0/+8
|
* profile/proteanos: Make constant names uppercasePatrick McDermott2020-07-021-4/+4
|
* Prefix "static" vars with "_"Patrick McDermott2020-07-0212-148/+149
|
* Revert "profile/proteanos: Don't add src feeds by default"Patrick McDermott2020-07-021-0/+9
| | | | This reverts commit d7e1ed7fa426168479d1be4b146a90d95067639f.
* profile/proteanos: Don't add src feeds by defaultPatrick McDermott2020-07-021-9/+0
|
* profile/proteanos: Remove useless newline in feedsPatrick McDermott2020-07-021-1/+0
| | | | install_find_pkgs() filters out only "src" and "src/gz" lines.
* profile/proteanos: Use feeds found in manifestPatrick McDermott2020-07-021-0/+8
|
* profile/proteanos: Cache feeds manifestPatrick McDermott2020-07-021-3/+8
|
* profile/proteanos: Add missing var declarationPatrick McDermott2020-07-011-0/+1
|
* profile/proteanos: Add base sectionPatrick McDermott2020-07-011-1/+1
| | | | Missing from commit 18a78f7e70edc6990ae7226e7f9319a57edff89e.
* NEWS: Document block unmounting improvementPatrick McDermott2020-06-251-0/+3
|
* session_begin(): Drop atexit parameterPatrick McDermott2020-06-255-8/+6
|
* cmd/build: Return exit statusPatrick McDermott2020-06-252-6/+13
| | | | And don't run opkbuild after opkg returns an error.
* session: Prefix "static" vars with "_"Patrick McDermott2020-06-251-50/+50
|
* session: Don't end on signal; don't run cb on endPatrick McDermott2020-06-251-11/+0
| | | | Let the caller do all of this.
* session: Don't exit on signalPatrick McDermott2020-06-251-2/+10
| | | | Return to caller to allow for more cleanup.