Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-image-creator
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
snf-image-creator
Commits
6f4e3780
Commit
6f4e3780
authored
10 years ago
by
Nikos Skalkotos
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into debian-precise
parents
494bf115
cf739306
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+3
-0
3 additions, 0 deletions
ChangeLog
image_creator/dialog_wizard.py
+1
-1
1 addition, 1 deletion
image_creator/dialog_wizard.py
image_creator/version.py
+4
-4
4 additions, 4 deletions
image_creator/version.py
version
+1
-1
1 addition, 1 deletion
version
with
9 additions
and
6 deletions
ChangeLog
+
3
−
0
View file @
6f4e3780
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
...
...
This diff is collapsed.
Click to expand it.
image_creator/dialog_wizard.py
+
1
−
1
View file @
6f4e3780
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
image_creator/version.py
+
4
−
4
View file @
6f4e3780
__version__
=
"
0.8
_653_c89703e
"
__version__
=
"
0.8
.1
"
__version_vcs_info__
=
{
'
branch
'
:
'
master
'
,
'
revid
'
:
'
c89703
e
'
,
'
revno
'
:
65
3
}
'
branch
'
:
'
hotfix-0.8.1
'
,
'
revid
'
:
'
27ddd5
e
'
,
'
revno
'
:
65
7
}
__version_user_email__
=
"
skalkoto@grnet.gr
"
__version_user_name__
=
"
Nikos Skalkotos
"
This diff is collapsed.
Click to expand it.
version
+
1
−
1
View file @
6f4e3780
0.8
0.8
.1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment