Martin Kunkel
Martin Kunkel
This adds a test for issue #350 Depends on fix https://github.com/nestybox/sysbox-runc/pull/95 Before applying the fix ``` # docker exec aa4f7bb11871 bash -c echo 'int main(){return 0;}' | gcc -m32 -o...
We sometimes use the obs_scm on the same repo twice and only extract part of the sources. Minimal example _service file: ```` https://github.com/openSUSE/obs-service-tar_scm.git git master _none_ debian debian https://github.com/openSUSE/obs-service-tar_scm.git git...
I used the obs_scm service on a git repo that contained a (non-newline) control character in a commit message. This control character was copied to the my-package.changes file. Building the...
(test system: WSL2, Ubuntu 24.04 - also reproducible in github codespaces) gnu coreutils behavior is that child process is terminated when receiving TERM signal: ``` $ timeout 42 sleep 42...
gnu coreutils will show end of device for block devices. In current implementation this is skipped as a block devices are recognized as untailable. The change ensures that we first...
With gnu coreutils, tail is able to output the end of a device, in my case '/dev/sdc' ``` sudo tail -c 16 /dev/sdc | hexdump 0000000 d566 3260 cee2 32e5...
So far cp only checked if the metadata of the destination file indicates read-only permissions. In order to handle the case where the destination file is in use, we try...
Use case is that two files are piped into comm, i.e. in bash ``` comm