Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Steven Gueguen
slapos
Commits
c7de94a1
Commit
c7de94a1
authored
10 years ago
by
Alain Takoudjou
Browse files
Options
Download
Email Patches
Plain Diff
Release slapos.cookbook 0.96.
parent
aa45f492
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
CHANGES.txt
CHANGES.txt
+7
-0
setup.py
setup.py
+1
-1
No files found.
CHANGES.txt
View file @
c7de94a1
Changes
=======
0.96 (2015-03-20)
-----------------
* slap configuration: recipe can read from master network information releated to a tap interface
* slap configuration: recipe will setup data folder in DATA directory of computer partition if disk is mounted
* switch softwaretype recipe: also generate tap network information when they exist
* switch softwaretype recipe: generate configuration for DATA directory when disk is mounted
0.95 (2015-02-14)
-----------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
c7de94a1
...
...
@@ -28,7 +28,7 @@ from setuptools import setup, find_packages
import
glob
import
os
version
=
'0.96
.dev0
'
version
=
'0.96'
name
=
'slapos.cookbook'
long_description
=
open
(
"README.txt"
).
read
()
+
"
\n
"
+
\
open
(
"CHANGES.txt"
).
read
()
+
"
\n
"
...
...
This diff is collapsed.
Click to expand it.
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