Skip to content
Snippets Groups Projects
Commit bac902f8 authored by Noe Eric De Santo's avatar Noe Eric De Santo
Browse files

Add submission instructions regarding archive format

parent 84bdd414
No related branches found
No related tags found
No related merge requests found
...@@ -181,3 +181,11 @@ You are given **2 weeks** for this assignment. ...@@ -181,3 +181,11 @@ You are given **2 weeks** for this assignment.
Deadline: **Friday November 5 at 11 pm**. Deadline: **Friday November 5 at 11 pm**.
Submission: one team member submits a zip file submission-groupNumber.zip to the [moodle submission page](https://moodle.epfl.ch/mod/assign/view.php?id=1174431). Submission: one team member submits a zip file submission-groupNumber.zip to the [moodle submission page](https://moodle.epfl.ch/mod/assign/view.php?id=1174431).
Your submission only needs to contain your `src` directory.
You can use the following command (from the root of your repository) to generate the archive:
```
zip -r submission-<groupNumber>.zip src/
```
You can then verify the content of the archive using `unzip -l submission-<groupNumber>.zip`
\ No newline at end of file
...@@ -147,3 +147,11 @@ You are given **3 weeks** for this assignment. ...@@ -147,3 +147,11 @@ You are given **3 weeks** for this assignment.
Deadline: **TBD**. Deadline: **TBD**.
Submission: one team member submits a zip file submission-groupNumber.zip to the [moodle submission page](). Submission: one team member submits a zip file submission-groupNumber.zip to the [moodle submission page]().
Your submission only needs to contain your `src` directory.
You can use the following command (from the root of your repository) to generate the archive:
```
zip -r submission-<groupNumber>.zip src/
```
You can then verify the content of the archive using `unzip -l submission-<groupNumber>.zip`
\ No newline at end of file
...@@ -168,3 +168,11 @@ You are given **4 weeks** for this assignment. ...@@ -168,3 +168,11 @@ You are given **4 weeks** for this assignment.
Deadline: **TBD**. Deadline: **TBD**.
Submission: one team member submits a zip file submission-groupNumber.zip to the [moodle submission page](). Submission: one team member submits a zip file submission-groupNumber.zip to the [moodle submission page]().
Your submission only needs to contain your `src` directory.
You can use the following command (from the root of your repository) to generate the archive:
```
zip -r submission-<groupNumber>.zip src/
```
You can then verify the content of the archive using `unzip -l submission-<groupNumber>.zip`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment