Opened 17 years ago
Closed 17 years ago
#527 closed Defect (fixed)
tools/upgrade is broken
Reported by: | Nicolas | Owned by: | davea |
---|---|---|---|
Priority: | Major | Milestone: | Undetermined |
Component: | Server - Setup | Version: | |
Keywords: | Cc: |
Description
./tools/upgrade
is now telling me install_boinc_files
requires two arguments and only one is being passed. I tracked this down to [14437], where the argument was added. I modified the upgrade script myself to pass that second argument as False
and it worked (after trial and error, and figuring out Python needs it with capital letter).
Does Python have optional arguments?
(In [14446]) - upgrade script: fix it, and add --web_only option (fixes #527)