summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
* cmd/install: Make suite argument optionalPatrick McDermott2021-01-171-5/+10
|
* cmd/mkinitramfs: Remove commandPatrick McDermott2021-01-162-90/+1
| | | | | | | | Will be replaced by an installer backend. Also, the name "mkINITramfs" (emphasis added) never really made sense here. In ProteanOS, the RAM-based file system is the final file system, not an initial one.
* cmd/installer-pc: Remove distinct commandPatrick McDermott2021-01-162-158/+0
|
* cmd/install: Use installer backendsPatrick McDermott2021-01-161-13/+1
|
* profile/proteanos: Use archive's Platforms filePatrick McDermott2021-01-161-1/+1
|
* cmd/build: Fix AND-OR list logicPatrick McDermott2021-01-131-2/+4
|
* cmd/build: List installed pkgs only if loggingPatrick McDermott2021-01-131-1/+1
|
* cmd/build: Don't print build info if not loggingPatrick McDermott2021-01-121-18/+26
|
* cmd/build: Allow logging to be disabledPatrick McDermott2021-01-121-24/+32
|
* 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-041-5/+104
|
* package_get_name_and_version(): Also get distPatrick McDermott2021-01-041-2/+3
|
* cmd/build: Fix redirection syntax errorPatrick McDermott2021-01-041-5/+2
| | | | | | Fixes: src/cmd/build.sh: 199: src/cmd/build.sh: Syntax error: word unexpected (expecting "}")
* cmd/build: Log outputPatrick McDermott2021-01-041-1/+25
|
* 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
|
* cmd/installer-pc: Support foreign installationPatrick McDermott2020-12-121-2/+9
|
* Prefix "static" vars with "_"Patrick McDermott2020-07-022-27/+27
|
* session_begin(): Drop atexit parameterPatrick McDermott2020-06-253-4/+3
|
* cmd/build: Return exit statusPatrick McDermott2020-06-251-4/+10
| | | | And don't run opkbuild after opkg returns an error.
* cmd/opkg: Return exit statusPatrick McDermott2020-06-251-2/+4
|
* cmd/install: Drop a TODO commentPatrick McDermott2020-06-251-2/+0
|
* cmd/shell: Return exit statusPatrick McDermott2020-06-251-3/+5
|
* cmd/build: Pass -a option to opkgPatrick McDermott2020-06-221-1/+6
|
* src/cmd/*.sh: Shift consistentlyPatrick McDermott2019-04-273-0/+6
|
* src/cmd/opkg.sh: Delimit command operandsPatrick McDermott2019-04-261-2/+2
|
* src/cmd/opkg.sh: Make a function "static"Patrick McDermott2019-04-261-4/+4
|
* src/cmd/opkg.sh: Define functions before referencesPatrick McDermott2019-04-261-12/+12
|
* src/cmd/mkinitramfs.sh: Delimit command operandsPatrick McDermott2019-04-261-4/+4
|
* src/cmd/installer-pc.sh: Delimit command operandsPatrick McDermott2019-04-261-3/+4
|
* src/cmd/installer-pc.sh: Make some functions "static"Patrick McDermott2019-04-261-7/+7
|
* src/cmd/installer-pc.sh: Define functions before referencesPatrick McDermott2019-04-261-51/+51
|
* src/cmd/build.sh: Make some functions "static"Patrick McDermott2019-04-261-7/+7
|
* src/cmd/build.sh: Delimit command operandsPatrick McDermott2019-04-261-9/+9
|
* src/cmd/build.sh: Define functions before referencesPatrick McDermott2019-04-261-46/+46
|
* cmd/version: Update copyright yearsPatrick McDermott2019-04-251-1/+1
|
* Update remaining copyright noticesPatrick McDermott2019-04-258-9/+9
|
* Add braces to param exps in arith substsPatrick McDermott2019-04-193-3/+3
|
* 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-231-1/+1
|
* cmd/install*: Fix return valuesP. J. McDermott2016-01-232-2/+2
|
* cmd/installer-pc: Check exit status of dd, (s)fdisk, and mke2fsP. J. McDermott2016-01-231-5/+20
|
* cmd/help, cmd/version: Add explicit returns to main functionsP. J. McDermott2016-01-232-0/+4
|
* cmd/installer-pc: Fix syntax errorP. J. McDermott2016-01-171-1/+1
|