Age | Commit message (Collapse) | Author |
|
They are useful in both VirtualBox and VMware. VDI is horrible and
should die and also it is fat.
|
|
Include computer name in filename for each disk and use a shorter hash
placed immediately after task name. The hash is now based only on
student ID and class_name, so it is always the same for each student.
This should make images easier to locate in a large directory.
|
|
Exactly the same as vmdk.
|
|
Refactor some code in create_disk_images.oy into a »prepare_disks«
function that creates disk images in the given format for one task.
Store paths to images in multiple formats in the database and update
the front-end.
|
|
Using defaultdict for all_disks resulted in diskless computers missing
from DB. By iterating over keys in computers instead of all_disks
computers with no disk are also added (and later shown on task page).
|
|
|
|
Could not get pymongo to work otherwise.
|
|
Python 3 source is utf-8 by default.
|
|
|
|
|
|
|
|
Some stuff is broken now.
|
|
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@424 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
|
|
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@423 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
|
|
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@369 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
|
|
username and task_url are pre-entered on the arbiters
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@351 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
|
|
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@350 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
|
|
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@294 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
|
|
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@251 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
|
|
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@250 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
|
|
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@182 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
|
|
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@1 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
|