Jon Ringle

Results 9 issues of Jon Ringle

likewise-open user id's contain a backslash: domain\user The backslash needs to be escaped when colorized Signed-off-by: Jon Ringle [email protected]

Provide several modes for displaying list of added/mod/untrack files ``` file_list_mode=fileonly Displays just the filename only regardless of which directory a changed file is at. file_list_mode=fullpath Displays the path and...

In the README.md, you mention LCA: > LCA calculation is done (mostly) compile time. I've been trying to figure out what is meant by LCA... Do you mean LCCA (Least...

![image](https://github.com/nerves-project/nerves_examples/assets/100756/b85b66e2-8cf9-4d47-b522-0e2d66743889)

This adds support to build using [meson build](https://mesonbuild.com) Porting over all of the autotools to meson including unit tests

cla-signed

There is duplication of a set of defined variables between the fwup.conf and fwup-ops.conf. This PR eliminate this duplication by putting the common variable definitions into a file: `fwup_include/fwup-common.conf` and...

Building on a mac will result in this failure: ``` docker: Error response from daemon: error while creating mount source path '/host_mnt/private/tmp/com.apple.launchd.lINaqsIhwG/Listeners': mkdir /host_mnt/private/tmp/com.apple.launchd.lINaqsIhwG/Listeners: operation not supported. ``` This is...

We are building at91bootstrap3 via buildroot using tag v4.0.8: ``` BR2_TARGET_AT91BOOTSTRAP3=y BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git" BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v4.0.8" ``` But the buildroot build fails when it gets to building at91bootstrap when it tries to...