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
d235e498
Commit
d235e498
authored
10 years ago
by
Constantinos Venetsanopoulos
Browse files
Options
Downloads
Plain Diff
Merge pull request #27 from skalkoto/hotfix-0.7.2
Hotfix 0.7.2
parents
6f75b4fc
bb9a2b2e
No related branches found
Branches containing commit
Tags
0.7.2
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/os_type/ubuntu.py
+1
-1
1 addition, 1 deletion
image_creator/os_type/ubuntu.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 @
d235e498
2014-10-14, v0.7.2
* Fix an exception triggered when collecting Ubuntu metadata
2014-10-06, v0.7.1
* Fix a bug in host bundling operation where the file system UUIDs and
Labels where not preserved
...
...
This diff is collapsed.
Click to expand it.
image_creator/os_type/ubuntu.py
+
1
−
1
View file @
d235e498
...
...
@@ -30,7 +30,7 @@ class Ubuntu(Linux):
super
(
Ubuntu
,
self
).
_do_collect_metadata
()
regexp
=
re
.
compile
(
'
^(k|l|x)
?
ubuntu-desktop$
'
)
regexp
=
re
.
compile
(
'
^(k|l|x)ubuntu-desktop$
'
)
variant
=
""
for
app
in
self
.
image
.
g
.
inspect_list_applications
(
self
.
root
):
match
=
regexp
.
match
(
app
[
'
app_name
'
])
...
...
This diff is collapsed.
Click to expand it.
image_creator/version.py
+
4
−
4
View file @
d235e498
__version__
=
"
0.7.
1
"
__version__
=
"
0.7.
2
"
__version_vcs_info__
=
{
'
branch
'
:
'
hotfix-0.7.
1
'
,
'
revid
'
:
'
080bf9c
'
,
'
revno
'
:
5
7
8
}
'
branch
'
:
'
hotfix-0.7.
2
'
,
'
revid
'
:
'
7b0713f
'
,
'
revno
'
:
58
2
}
__version_user_email__
=
"
skalkoto@grnet.gr
"
__version_user_name__
=
"
Nikos Skalkotos
"
This diff is collapsed.
Click to expand it.
version
+
1
−
1
View file @
d235e498
0.7.
1
0.7.
2
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