Skip to content
Snippets Groups Projects
Commit 6f4e3780 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Merge branch 'master' into debian-precise

parents 494bf115 cf739306
No related branches found
No related tags found
No related merge requests found
2015-02-05, v0.8.1
* Fix a bug in the wizard that terminated the program unexpectedly
2015-01-05, v0.8
* Support locally mounting the image on the host system
* Add option for running user defined scripts in the image's root after
......
......@@ -444,7 +444,7 @@ def create_image(session, answers):
"""Create an image using the information collected by the wizard"""
image = session['image']
with_progress = OutputWthProgress(True)
with_progress = OutputWthProgress()
image.out.append(with_progress)
try:
image.out.clear()
......
__version__ = "0.8_653_c89703e"
__version__ = "0.8.1"
__version_vcs_info__ = {
'branch': 'master',
'revid': 'c89703e',
'revno': 653}
'branch': 'hotfix-0.8.1',
'revid': '27ddd5e',
'revno': 657}
__version_user_email__ = "skalkoto@grnet.gr"
__version_user_name__ = "Nikos Skalkotos"
0.8
0.8.1
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