Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates and bug fixes for project creation #5432

Merged
merged 8 commits into from
Nov 22, 2023
Merged

Conversation

davidpanderson
Copy link
Contributor

Various changes to make project creation work better.

Also fix bug in boinc::fscanf() that would affect existing projects.

- Instructions for Apache: copy config file to sites_enabled/
    rather than appending it to the main config file
- default job replication is 1
- fix format of items on op pages
- update tools/demo_query:
    show errors as text
    if in progress, show status and exit
- tools/demo_submit: exit after submit
- admin web: don't show plan class twice in app version page
- python scripts: if get XML parse error, show name of file it's in
- make_project: fix apache instructions
This was reading a line with fgets(),
then removing the last character from it
(usually but not necessarily a newline).
This is incorrect.
It broke the logic for checking .md5 files
(which look for the newline)
@AenBleidd AenBleidd added this to the Server Release 1.6.0 milestone Nov 22, 2023
@AenBleidd AenBleidd merged commit b978d5c into master Nov 22, 2023
49 checks passed
@AenBleidd AenBleidd deleted the dpa_server_demo branch November 22, 2023 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants