Skip to content

Commit 87b0451

Browse files
authored
Merge pull request #589 from machawk1/update-heritrix-3.7
Update to Heritrix 3.7 (mitigate remote hanging up on bulk push)
2 parents 0ba2984 + f15ef9c commit 87b0451

File tree

191 files changed

+6
-241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+6
-241
lines changed

.codeclimate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ exclude_paths:
77
- "build/*"
88
- "support/*"
99
- "WAIL.spec"
10-
- "bundledApps/heritrix-3.4.0-20240909/*"
10+
- "bundledApps/heritrix-3.7.0/*"
1111
- "bundledApps/html/*"
1212
- "bundledApps/tomcat/*"

README.md

Lines changed: 1 addition & 1 deletion

bundledApps/WAILConfig.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
if "darwin" in sys.platform: # macOS-specific code
233233
# This should be dynamic but doesn't work with WAIL binary
234234
wail_path = '/Applications/WAIL.app'
235-
heritrix_path = f'{wail_path}/bundledApps/heritrix-3.4.0-20240909/'
235+
heritrix_path = f'{wail_path}/bundledApps/heritrix-3.7.0/'
236236
heritrix_bin_path = f'sh {heritrix_path}bin/heritrix'
237237
heritrix_job_path = f'{heritrix_path}jobs/'
238238
font_size = 10
@@ -275,7 +275,7 @@
275275
elif sys.platform.startswith("linux"):
276276
# Should be more dynamics but suitable for Docker-Linux testing
277277
wail_path = '/wail'
278-
heritrix_path = f'{wail_path}/bundledApps/heritrix-3.2.0/'
278+
heritrix_path = f'{wail_path}/bundledApps/heritrix-3.7.0/'
279279
heritrix_bin_path = f'sh {heritrix_path}bin/heritrix'
280280
heritrix_job_path = f'{heritrix_path}jobs/'
281281
font_size = 10
@@ -317,7 +317,7 @@
317317
jre_home = jdk_path
318318
java_home = jdk_path
319319

320-
heritrix_path = wail_path + "\\bundledApps\\heritrix-3.2.0\\"
320+
heritrix_path = wail_path + "\\bundledApps\\heritrix-3.7.0\\"
321321
heritrix_bin_path = f'{heritrix_path}bin\\heritrix.cmd'
322322
heritrix_job_path = f'{heritrix_path}\\jobs\\'
323323
tomcat_path = f'{wail_path}\\bundledApps\\tomcat'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)