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

Examples in the docs for configuration options are out of date #269

Closed
SeanBryan51 opened this issue Mar 19, 2024 · 0 comments · Fixed by #290
Closed

Examples in the docs for configuration options are out of date #269

SeanBryan51 opened this issue Mar 19, 2024 · 0 comments · Fixed by #290
Assignees
Labels
priority:high High priority issues that should be included in the next release.

Comments

@SeanBryan51
Copy link
Collaborator

The path key was deprecated in #208. This should be updated to use the latest schema.

```yaml
realisations:
# head of the trunk
- path: trunk
# some development branch
- path: branches/Users/foo/my_branch
build_script: offline/build.sh
```

```yaml
realisations:
# head of the trunk
- path: trunk
# some development branch
- path: branches/Users/foo/my_branch
patch: # (1)
cable:
cable_user:
FWSOIL_SWITCH: "Lai and Ktaul 2000"
```

```yaml
realisations:
# head of the trunk
- path: trunk
# some development branch
- path: branches/Users/foo/my_branch
patch_remove:
cable:
soilparmnew: nil # (1)
```

@ccarouge ccarouge added the priority:high High priority issues that should be included in the next release. label May 2, 2024
@SeanBryan51 SeanBryan51 self-assigned this May 6, 2024
@SeanBryan51 SeanBryan51 linked a pull request May 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:high High priority issues that should be included in the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants