Skip to content

Conversation

@theyoyojo
Copy link
Contributor

@theyoyojo theyoyojo commented Oct 6, 2025

Per the configuration provided to students by the containerfile served by orbit, the expected format of the signed-off-by line in student submissions is:

	Signed-off-by: $fullname <$username@$domain>

Not:

	Signed-off-by: $username <$username@$domain>

Pull the fullname from orbit.db in denis' check for the signed off by line and check for the correct format.

Fixes #289

@theyoyojo theyoyojo force-pushed the DCO_fix branch 2 times, most recently from 4984c41 to bf48d27 Compare October 6, 2025 17:14
Per the configuration provided to students by the containerfile served
by orbit, the expected format of the signed-off-by line in student
submissions is:

	Signed-off-by: $fullname <$username@$domain>
Not:

	Signed-off-by: $username <$username@$domain>

Pull the fullname from orbit.db in denis' check for the signed off by
line and check for the correct format.

Fixes #289

Signed-off-by: Joel Savitz <joel@underground.software>
Copy link
Contributor

@charliemirabile charliemirabile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@charliemirabile charliemirabile merged commit 122e3be into master Oct 6, 2025
1 check passed
@charliemirabile charliemirabile deleted the DCO_fix branch October 6, 2025 17:29
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.

"expected" DCO denis checks for does not match what is actually generated by the config from the container

3 participants