-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Adopt new layout for files/, env/, hooks/ #302
base: master
Are you sure you want to change the base?
Conversation
f83fff0
to
1091d24
Compare
1091d24
to
359f688
Compare
files/<path>/<CLASS> becomes files/<CLASS>/<path>. class/<CLASS>.var becomes env/<CLASS>. hooks/<hookname>.<CLASS> becomes hooks/<CLASS>/<hookname>.
359f688
to
5e2e9a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's just me, but I find the fcopy logic hard to follow without comments. The function and variable names aren't really intuitive for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You used my migration script from #301, right?
Basically LGTM, if we're all fine with switching to this approach.
We should probably provide proper documentation and debian/NEWS information regarding this change?
ACK, good idea!
Indeed, that sounds like a good idea as well! |
Implements @akorn's "alternate layout" from #267