Create new user profile upon upgrading machine instance

This defines a new configuration type: 'user', for the user profile.

Contributes to issue CURA-844.
This commit is contained in:
Ghostkeeper 2016-09-21 17:07:37 +02:00
parent 9501f9b17c
commit c1a593c3d8
No known key found for this signature in database
GPG key ID: 701948C5954A7385
3 changed files with 29 additions and 2 deletions

View file

@ -35,6 +35,10 @@ def getMetaData():
"preferences": {
"get_version": upgrade.getCfgVersion,
"location": {"."}
},
"user": {
"get_version": upgrade.getCfgVersion,
"location": {"./user"}
}
}
}