-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fix typo in GridFTP server response type #7
Conversation
Signed-off-by: Frank Scheiner <scheiner@hlrs.de>
@matyasselmeci @bbockelm
|
What would be the purpose of preventing external collaborators from triggering a CI build? I think we would want all contributions to undergo the CI tests. |
I'm not sure if discriminating between pull requesters is even possible. What are we guarding against? Updating the copyright is going to be a pain; even the Globus folks didn't do it consistently -- notice that the files you edited are "Copyright 1999-2006" even though they're newer than that. The GCF isn't a legal entity so I don't know if we can assign copyright to it. We might just have to have a bunch of "Portions copyright " statements. Or maybe not; per-file copyright statements aren't really necessary. Git itself doesn't use them (consistently), nor does it have a Contributor License Agreement. If there's ever a dispute over who owns what code, we can use Finally, I don't think an explicit git sign-off is necessary; since pretty much all changes will be applied by pull request, approving and merging the PR should already be considered a sign of approval. |
@brianhlin, @matyasselmeci : @matyasselmeci : About the sign-offs - I'm partly with you here, but I always assumed a sign-off is more used to state that the provided code is from the contributor originally and not grabbed from someone/somewhere else. |
For open-source projects, we can have 5 concurrent builds at a time. That being said, if for some reason we're being blocked by PR CI, we should be able to cancel and later restart interfering builds. I'm not sure who this is limited to but it looks like as a member of the GitHub organization, I'm able to cancel/restart Travis builds. |
You got me curious about sign-offs so I looked up their history. I don't think that's going to be an issue for us in this project; the Linux kernel is special in that patches can often pass through many hands before being merged, plus they don't use GitHub and PRs, but submit patches via email instead. If we're committing on behalf of someone else, we can give them credit by specifying them as the author ( |
@matyasselmeci : |
Hi, |
Any objection to me merging this as-is? At this point it's purely a code change, and as @msalle suggested, we can discuss this on the mailing list if we need to. |
Hearing none. Merging. |
I spotted these typos by chance. As all uses of
GLOBUS_GRIDFTP_SERVER_CONTROL_RESPONSE_ACCESS_DENIED
originally had the same typo, there is no functional difference with the patches applied.