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

Construct ZIP files while uploading executables. #2139

Merged
merged 2 commits into from
Sep 3, 2023

Conversation

meisterT
Copy link
Member

@meisterT meisterT commented Sep 3, 2023

This is an improvement on top of #2129, since you do not need to check in ZIP files into a ccsconfig repository, but directories which are zipped up on the fly.
This makes changing and reviewing changes much easier.

This is an improvement on top of DOMjudge#2129, since you do not need to check
in ZIP files into a ccsconfig repository, but directories which are
zipped up on the fly.
This makes changing and reviewing changes much easier.
Copy link
Member

@vmcj vmcj left a comment

Choose a reason for hiding this comment

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

I like this more, but if someone with the old FS layout would now use this, they would lose the original zips?

Why can't we have the check for .zip -> pick the old logic, elseif its a dir -> zip, upload, remove zip?

@meisterT
Copy link
Member Author

meisterT commented Sep 3, 2023

I thought about it, but the old thing has been around for a week, so the number of users is probably just me :-)

@vmcj
Copy link
Member

vmcj commented Sep 3, 2023

I thought about it, but the old thing has been around for a week, so the number of users is probably just me :-)

Ok, I thought this was also in a released version. Than ripping it out is preferred.

@meisterT meisterT merged commit 99bc2c3 into DOMjudge:main Sep 3, 2023
18 checks passed
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.

3 participants