From 62a8ab4f043e6725cf37e155ec06002cf1effaca Mon Sep 17 00:00:00 2001 From: jgstew Date: Tue, 12 Dec 2023 17:56:32 -0500 Subject: [PATCH] add comments --- SharedProcessors/GoogleChromeUpdateInfoProvider.py | 1 + Test-Recipes/GoogleChromeUpdateInfoProvider.test.recipe.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/SharedProcessors/GoogleChromeUpdateInfoProvider.py b/SharedProcessors/GoogleChromeUpdateInfoProvider.py index 56e2246..08fe98a 100644 --- a/SharedProcessors/GoogleChromeUpdateInfoProvider.py +++ b/SharedProcessors/GoogleChromeUpdateInfoProvider.py @@ -3,6 +3,7 @@ # based upon a script written by JasonWalker # # Related: +# - https://github.com/jgstew/jgstew-recipes/blob/main/Test-Recipes/GoogleChromeUpdateInfoProvider.test.recipe.yaml # - https://github.com/google/omaha/blob/main/doc/ServerProtocolV3.md # - https://source.chromium.org/chromium/chromium/src/+/main:docs/updater/protocol_3_1.md # - https://github.com/hjuutilainen/adminscripts/blob/master/chrome-enable-autoupdates.py diff --git a/Test-Recipes/GoogleChromeUpdateInfoProvider.test.recipe.yaml b/Test-Recipes/GoogleChromeUpdateInfoProvider.test.recipe.yaml index c9ee0ef..3bc6c1e 100644 --- a/Test-Recipes/GoogleChromeUpdateInfoProvider.test.recipe.yaml +++ b/Test-Recipes/GoogleChromeUpdateInfoProvider.test.recipe.yaml @@ -5,6 +5,7 @@ Input: NAME: GoogleChromeUpdateInfoProviderTest MinimumVersion: "2.3" Process: + # https://github.com/jgstew/jgstew-recipes/blob/main/SharedProcessors/GoogleChromeUpdateInfoProvider.py - Processor: com.github.jgstew.SharedProcessors/GoogleChromeUpdateInfoProvider - Processor: com.github.jgstew.SharedProcessors/AssertInputContainsString