From 67b72ab628d86e70a6808ba900d2dc167dc27335 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Fri, 20 Jan 2023 22:10:19 -0500 Subject: [PATCH 1/5] Updated D is for DISTRACTION (markdown) --- D-is-for-DISTRACTION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/D-is-for-DISTRACTION.md b/D-is-for-DISTRACTION.md index ed4860dd..dcfa76f6 100644 --- a/D-is-for-DISTRACTION.md +++ b/D-is-for-DISTRACTION.md @@ -1,3 +1,5 @@ +``there is a fine line between distraction and help`` + # D is for... **DISTRACTION** One of the major things rusEFI struggles with is the developers and contributors getting sidetracked by interesting shiny things. From 7aea2dd680cabee5b3c8842885c18835d7581371 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Fri, 20 Jan 2023 22:19:54 -0600 Subject: [PATCH 2/5] Brokenlinks fix (#399) * store status * add check to prevent error message --- wiki-tools/brokenlinks.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wiki-tools/brokenlinks.sh b/wiki-tools/brokenlinks.sh index a8296781..5cfc0ec1 100644 --- a/wiki-tools/brokenlinks.sh +++ b/wiki-tools/brokenlinks.sh @@ -50,7 +50,7 @@ checkurl() { echo "Type a number, then hit return to select an alternative, or just hit return to skip fixing:" >&2 # Read the user input read -r PICK - if [ "$PICK" -eq 1 ]; then + if [[ $PICK =~ ^[0-9]+$ ]] && [ "$PICK" -eq 1 ]; then # Replace the old link with the new one. # Parentheses are placed around both the old link and new one in order to ensure we replace the link, # and not some other place in the file that happens to use the same words. @@ -205,11 +205,15 @@ done export LIST=$(find . -iname "*.md" ! -name '_*') if [ "${#FILES[@]}" -gt 0 ]; then + STATUS=0 # Only run `searchfile` on passed-in file names. for f in "${FILES[@]}"; do searchfile "$f" - exit $? + if [ "$?" -ne 0 ]; then + STATUS=1 + fi done + exit $STATUS else # run `searchfile` on every .md file in the repo xargs -0 -P $(nproc --all) -a <(echo "$LIST" | tr '\n' '\0') -I {} bash -c 'searchfile "$@"' _ {} From bf9e4d090230327fd187489c95b61326af89cb52 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Sat, 21 Jan 2023 00:24:02 -0500 Subject: [PATCH 3/5] Updated Proteus Honda125 (markdown) --- Proteus-Honda125.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Proteus-Honda125.md b/Proteus-Honda125.md index 9fc6c970..5109a10f 100644 --- a/Proteus-Honda125.md +++ b/Proteus-Honda125.md @@ -8,4 +8,6 @@ [Proteus Manual](Proteus-Manual) +[see also Hellen](https://github.com/rusefi/rusefi/wiki/Hellen-125-Honda-K) + ![x](https://rusefi.com/forum/download/file.php?id=8391) From c2f174be6fd7108d22d3eaa4febcbb145ca98884 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Sat, 21 Jan 2023 00:24:15 -0500 Subject: [PATCH 4/5] Updated Proteus Honda125 (markdown) --- Proteus-Honda125.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proteus-Honda125.md b/Proteus-Honda125.md index 5109a10f..e657e47e 100644 --- a/Proteus-Honda125.md +++ b/Proteus-Honda125.md @@ -8,6 +8,6 @@ [Proteus Manual](Proteus-Manual) -[see also Hellen](https://github.com/rusefi/rusefi/wiki/Hellen-125-Honda-K) +[see also Hellen-125-Honda-K](https://github.com/rusefi/rusefi/wiki/Hellen-125-Honda-K) ![x](https://rusefi.com/forum/download/file.php?id=8391) From 322bd5a1fe71d327f1103b7bb16a241ac95f7aa8 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Sat, 21 Jan 2023 03:15:02 -0500 Subject: [PATCH 5/5] Updated Hellen 125 Honda K (markdown) --- Hellen-125-Honda-K.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Hellen-125-Honda-K.md b/Hellen-125-Honda-K.md index 358c234d..31695514 100644 --- a/Hellen-125-Honda-K.md +++ b/Hellen-125-Honda-K.md @@ -4,6 +4,8 @@ Designed for 2002 RSX wiring [Pinout](https://rusefi.com/docs/pinouts/hellen/hellen-honda-k/) +[Snapshot Bundle](https://rusefi.com/build_server/rusefi_bundle_hellen-honda-k.zip) + [Schematics rev a](https://github.com/rusefi/rusefi_documentation/raw/master/Hardware/Hellen/hellen125honda-a-schematic.pdf)