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

Move a level of nesting from all student yaml #421

Merged
merged 11 commits into from
Aug 12, 2014
Merged

Move a level of nesting from all student yaml #421

merged 11 commits into from
Aug 12, 2014

Conversation

ryansb
Copy link
Collaborator

@ryansb ryansb commented Aug 12, 2014

Used: find ./scripts/people -type f -name '*yaml' -exec sed -i -e 's/^- //' -e 's/^ //' -e 's/\s\+$//' {} \; to remove a nesting level.

Don't merge this until I've fixed uses of student yaml not to expect nesting.

@ryansb
Copy link
Collaborator Author

ryansb commented Aug 12, 2014

Review protip: use https://github.com/decause/hflossk/pull/421/files?w=1 to look at nonwhitespace changes.

@liam-middlebrook
Copy link
Contributor

Should there be a change in site.py?

https://github.com/decause/hflossk/blob/develop/hflossk/site.py#L100

I believe that this line would cause issues with the new YAML standard

liam-middlebrook and others added 5 commits August 12, 2014 17:18
Conflicts:
	scripts/people/2014/spring/loothelion.yaml
who are in the current term of HFOSS

Legacy students will have all of their assignments listed
Updated site.py and participants.py to use new YAML format
ryansb added a commit that referenced this pull request Aug 12, 2014
Move a level of nesting from all student yaml
@ryansb ryansb merged commit aa64ed9 into develop Aug 12, 2014
@ryansb ryansb deleted the fixYaml branch August 12, 2014 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants