12693 Commits

Author SHA1 Message Date
Daniel Hofstetter f95f363096 Merge pull request #6274 from cre4ture/feature/android_incremental_install_for_retries
android CI: incremental install when retry
0.0.26
2024-04-26 16:16:59 +02:00
Ulrich Hornung 5d763358fa android CI: incremental install when retry 2024-04-26 12:07:35 +02:00
Sylvestre Ledru 4090d468c0 Merge pull request #6162 from BenWiederhake/dev-undo-custom-exit-codes
all: Undo custom exit codes
2024-04-25 08:11:41 +02:00
Sylvestre Ledru 9a6e0b7bef Merge pull request #6198 from BenWiederhake/dev-better-test-coverage
tests: test multi-call logic
2024-04-25 08:11:00 +02:00
Daniel Hofstetter 8e99a2f595 Merge pull request #6271 from uutils/renovate/winapi-util-0.x
chore(deps): update rust crate winapi-util to 0.1.8
2024-04-25 07:06:32 +02:00
renovate[bot] 798435c825 chore(deps): update rust crate winapi-util to 0.1.8 2024-04-25 03:25:44 +00:00
Sylvestre Ledru 04b6b7fe48 Merge pull request #6270 from rivy/fix.CICD
fix/CI ~ re-enable artifact deployment for version tagged commits
2024-04-24 22:06:50 +02:00
Roy Ivy III df3c3f31e1 fix/CI ~ re-enable artifact deployment for version tagged commits 2024-04-24 14:06:02 -05:00
Roy Ivy III 8db76c900c Revert "CI: change publish step condition"
This reverts commit da0b580504.
2024-04-24 14:06:02 -05:00
Sylvestre Ledru 72b4a0888d Merge pull request #6268 from jadijadi/fix-netbsd-build
Fixing the build issue on NetBSD
2024-04-24 18:26:26 +02:00
Daniel Hofstetter 7cee2c5a2b Merge pull request #6226 from mvo5/du-h-precision
du: give `-h` output the same precision as GNU coreutils
2024-04-24 17:42:02 +02:00
Jadi ac87b73244 Fixing the build issue on NetBSD.
The NetBSD was missing for target-os checks on fsext.rs

Fixed #6261
2024-04-24 15:26:02 +00:00
Daniel Hofstetter 91b4ce6426 ls: add uucore/format feature 2024-04-24 17:06:13 +02:00
Daniel Hofstetter 89af8b9769 du,uucore: add words to spell-checker:ignore 2024-04-24 16:54:32 +02:00
Michael Vogt 61e0450c66 du: give -h output the same precision as GNU coreutils
When printing the `du -h` output GNU coreutils does autoscale
the size, e.g.
```
$ truncate -s12M a
$ truncate -s8500 b
$ truncate -s133456345 c
$ truncate -s56990456345 d
$ du -h --apparent-size a b c d
12M	a
8,4K	b
128M	c
54G	d
```
Align our version to do the same by sharing the code with `ls`.

Closes: #6159
2024-04-24 16:53:08 +02:00
Michael Vogt d07fb73630 ls,uucore: extract display human_readable() helper from ls
This commit extract the `display_size()` helper from `ls` into
`uucore` as `human_readable` to be similar to the gnulib helper
so that the human readable display of sizes can be shared between
ls, du, df.
2024-04-24 16:53:08 +02:00
Daniel Hofstetter eacf53d010 Merge pull request #6264 from uutils/renovate/winapi-util-0.x
chore(deps): update rust crate winapi-util to 0.1.7
2024-04-23 17:22:29 +02:00
renovate[bot] b42f7e0940 chore(deps): update rust crate winapi-util to 0.1.7 2024-04-23 14:49:52 +00:00
Anton Patrushev 423494421b more: use dev tty instead of mio to avoid panics (#6262)
* more: use dev tty instead of mio to avoid panics

* move more specific dependecy to more package
2024-04-23 16:48:21 +02:00
Sylvestre Ledru 7a2314cf4e Merge pull request #6263 from cakebaker/cp_remove_unnecessary_touch
cp: remove unnecessary calls of `touch()` in tests
2024-04-23 16:32:18 +02:00
Daniel Hofstetter fabe9ac128 cp: remove unnecessary calls of touch() in tests 2024-04-23 15:28:22 +02:00
Anirban Halder 421b820ec2 Fix the debug results in cp --debug (#6220) 2024-04-22 17:02:21 +02:00
Sylvestre Ledru 366af1c056 Merge pull request #6260 from cakebaker/env_missing_space
env: add missing space to help output
2024-04-22 17:01:55 +02:00
Daniel Hofstetter d8792d7b69 env: add missing space to help output 2024-04-22 16:56:21 +02:00
Sylvestre Ledru a1cdab3d60 Merge pull request #6259 from cakebaker/env_remove_gnu_env_dependency
env: remove dependency on GNU env in tests
2024-04-22 15:35:49 +02:00