-
Notifications
You must be signed in to change notification settings - Fork 10
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
Command to export a task to a self-contained tar file #50
Comments
Can you explain what do you mean more precisely? I think I know where this can be useful, but I'd like to know what files should be included in this package. cc: @cairomassimo |
Basically, "whatever is in the list of inputs of the DAG" is at least a reasonable first approximation (assuming those files are sufficient for rebuilding the DAG) |
I guess also |
We are giving up on running problems "from the Git source" on the UI server. (We can still have a pipeline to run a problem from a given Git commit, just it won't be on the UI server.) So, we need a new format to represent a problem on the server. The simplest option is a
|
My 2c: generated files such as statements should not be in that bundle -- so that if the generation process improves, one can re-trigger it without actually importing again the task and/or creating a new version. |
Ok, no problem with that. On the server we can run:
We will need LaTeX installed on the UI server, but I'm assuming that won't be an issue. |
BTW, if we don't want to generate any extra file, then a command like |
No description provided.
The text was updated successfully, but these errors were encountered: