Olaf Hering
Olaf Hering
Fixes #2883 Signed-off-by: Olaf Hering
Since support for remote_boot_kernel+initrd was added an empty `initrd` and `kernel` string is apparently perfectly valid. The checks added in 6e562ca25056dbf74a12b60f456c638edb92ddbc and 2ac5331159b0502f215393cd567f59f6bc5b222f must be relaxed to deal with `len(initrd)==0`...
As of commit eed8cdca3e970c8aa1d199e80b8c8f19b3f940cc, cobbler/tftpgen.py:copy_single_distro_files fails if `d.kernel` or `d.initrd` is empty. This is valid, `d` may have `remote_boot_kernel/remote_boot_initrd` set.
`git grep -i uucp f6b1940863e94d437a0578e19076a342bc9b5a70` shows the usage of `uucp` in the code, and `uucp` is also listed in the `dune` file. But `uucp` is missing as direct dependency in...
The test suite fails with a bytecode-only configuration in OCaml 4.08: ```` [ 133s] + dune runtest --verbose --for-release-of-packages=ppxlib .... [ 150s] Running[57]: (cd _build/.sandbox/f1fc2b0e9649147d1f46f06a97ca3342/default && /usr/bin/diff -u test/driver/run_as_ppx_rewriter/test.t/run.t test/driver/run_as_ppx_rewriter/test.t/run.t.corrected)...
`make check` with commit bef7d50843868998f68eac2664a5a5f5dd996d39 fails in Tumbleweed, likely caused by newer toolchain/glibc. Full build logs attached. [Leap.log.txt.gz](https://github.com/ocamllabs/ocaml-ctypes/files/7134888/Leap.log.txt.gz) [Factory.log.txt.gz](https://github.com/ocamllabs/ocaml-ctypes/files/7134891/Factory.log.txt.gz) ```` [ 664s] Command [928] exited with code 1: [ 664s]...
```` [ 39s] + make world [ 39s] make -C src world [ 39s] make[1]: Entering directory '/home/abuild/rpmbuild/BUILD/ocaml-lablgtk2-2.18.12/src' [ 39s] ocamlc.opt -w s-3+52 -c varcc.ml [ 39s] File "varcc.ml", line...
```` [ 70s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/unison-2.51.2.26a29f7-62.opt_409.1.x86_64 [ 70s] + cd unison-2.51.2.26a29f7 [ 70s] + dune_release_pkgs=unison [ 70s] + echo 2.51.2.26a29f7 [ 70s] + tee VERSION [ 70s] 2.51.2.26a29f7 [ 70s]...
If a new activity is started via the GNOME3 panel via the "What are you doing?" text entry field the entered text should be sanitized for before usage. This means...
Store unsigned values in uint32 Remove generated files from SCM Signed-off-by: Olaf Hering