ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Validate External Links/validate_external_links.command
(Generate patch)

Comparing Validate External Links/validate_external_links.command (file contents):
Revision 1157 by iritscen, Sun May 9 21:53:48 2021 UTC vs.
Revision 1182 by iritscen, Sun May 7 19:53:19 2023 UTC

# Line 18 | Line 18 | UPLOAD_INFO="/path/to/Validate External
18   CHROME="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
19  
20  
21 < # Run with end URL, record OK codes, and don't upload
22 < #bash "$VALEXTLINKS" --links "$LINKS_ONLINE" --exceptions "$EXCEPT_ONLINE" --output "$REPORT_DIR" --record-ok-links --suggest-snapshots-ng --end-url 70
21 > # Run with start/end URLs, record OK codes, and don't upload
22 > #bash "$VALEXTLINKS" --links "$LINKS_ONLINE" --exceptions "$EXCEPT_ONLINE" --output "$REPORT_DIR" --record-ok-links --suggest-snapshots-ng --timeout 10 --show-https-upgrades --show-added-slashes --show-yt-redirects --start-url 445 --end-url 451
23  
24   # Run with start/end URLs, record OK codes, suggest OK snapshots, and don't upload
25 < #bash "$VALEXTLINKS" --links "$LINKS_ONLINE" --exceptions "$EXCEPT_ONLINE" --output "$REPORT_DIR" --record-ok-links --suggest-snapshots-ng --suggest-snapshots-ok --start-url 2836 --end-url 3300
25 > #bash "$VALEXTLINKS" --links "$LINKS_ONLINE" --exceptions "$EXCEPT_ONLINE" --output "$REPORT_DIR" --record-ok-links --suggest-snapshots-ng --suggest-snapshots-ok --timeout 10 --show-https-upgrades --show-added-slashes --show-yt-redirects --start-url 445 --end-url 451
26  
27   # Run with local extlinks and exceptions, start/end URLs, record OK codes, and don't upload
28   #bash "$VALEXTLINKS" --links "$LINKS_LOCAL" --exceptions "$EXCEPT_LOCAL" --output "$REPORT_DIR" --record-ok-links --suggest-snapshots-ng --start-url 1810 --end-url 1815
# Line 30 | Line 30 | CHROME="/Applications/Google Chrome.app/
30   # Run with unfinished screenshot feature, no upload
31   #bash "$VALEXTLINKS" --links "$LINKS_ONLINE" --exceptions "$EXCEPT_ONLINE" --output "$REPORT_DIR" --record-ok-links --take-screenshots "$CHROME"
32  
33 + # Normal run with no upload, snapshot suggestions, https upgrades or added slashes
34 + #bash "$VALEXTLINKS" --links "$LINKS_ONLINE" --exceptions "$EXCEPT_ONLINE" --output "$REPORT_DIR" --timeout 10
35 +
36   # Normal run with no upload
37   #bash "$VALEXTLINKS" --links "$LINKS_ONLINE" --exceptions "$EXCEPT_ONLINE" --output "$REPORT_DIR" --suggest-snapshots-ng --timeout 10 --show-https-upgrades --show-added-slashes
38  
39   # Normal run
40 < bash "$VALEXTLINKS" --links "$LINKS_ONLINE" --exceptions "$EXCEPT_ONLINE" --output "$REPORT_DIR" --suggest-snapshots-ng --timeout 10 --show-https-upgrades --show-added-slashes --upload "$UPLOAD_INFO"
40 > bash "$VALEXTLINKS" --links "$LINKS_ONLINE" --exceptions "$EXCEPT_ONLINE" --output "$REPORT_DIR" --suggest-snapshots-ng --timeout 10 --show-https-upgrades --show-added-slashes --show-yt-redirects --upload "$UPLOAD_INFO"

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)