Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
snf-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
snf-image
Commits
35823b07
Commit
35823b07
authored
Oct 03, 2016
by
Nikos Skalkotos
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into develop
parents
ddae5c2f
431970a4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
2 deletions
+17
-2
ChangeLog
ChangeLog
+5
-0
docs/version.py
docs/version.py
+1
-1
snf-image-host/snf-image-update-helper.in
snf-image-host/snf-image-update-helper.in
+10
-0
version.m4
version.m4
+1
-1
No files found.
ChangeLog
View file @
35823b07
2016-10-3, v0.20
* Add support for NetworkManager in CofigureNetwork configuration task
* Add a new Linux configuration task for regenerating the machine ID
* Update the documentation
2016-07-20, v0.19.1
* Add "auto" to the known Linux file systems
...
...
docs/version.py
View file @
35823b07
__version__
=
"0.20
.dev0
"
__version__
=
"0.20"
snf-image-host/snf-image-update-helper.in
View file @
35823b07
...
...
@@ -137,6 +137,16 @@ if [ "x$NO_CHECKSUM" != "xyes" ]; then
exit
1
fi
# The filename listed inside the md5sum file may be different than the one
# of the image we have downloaded. This is due to redirections and the fact
# that we are not using --remote-header-name which would use the
# server-specified Content-Disposition filename instead of extracting a
# filename from the URL. This option is not used because some versions of
# curl will not attempt to decode %-sequences which may lead to unexpected
# filenames. It's better if we just replace the filename inside the md5sum
# file with the one we know.
sed
-i
's/ .\+$/'
"
$IMAGE
"
'/'
"
$IMAGE_DIR
/
$IMAGE
.md5sum"
$MD5SUM
-c
"
$IMAGE_DIR
/
$IMAGE
.md5sum"
fi
...
...
version.m4
View file @
35823b07
m4_define([devflow_version], [0.20
.dev0
])
m4_define([devflow_version], [0.20])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment