This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new a03083e3 puppeteer scan is not working; disable for now
a03083e3 is described below

commit a03083e3786f20ac0a82e251e396edf0d25410f2
Author: Sebb <sebb...@users.noreply.github.com>
AuthorDate: Thu Jan 4 02:41:46 2024 +0000

    puppeteer scan is not working; disable for now
---
 tools/site-scan.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/site-scan.rb b/tools/site-scan.rb
index e45a1aa0..c9b58718 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -272,6 +272,7 @@ podlings = {}
 $cache = Cache.new(dir: 'site-scan')
 $verbose = ARGV.delete '--verbose'
 $skipresourcecheck = ARGV.delete '--noresource'
+$skipresourcecheck = true # TEMP until can get it working
 
 puts "Started: #{Time.now}"  # must agree with site-scan monitor
 

Reply via email to