Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.recipe.build
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eric Zheng
slapos.recipe.build
Commits
e6b9fc64
Commit
e6b9fc64
authored
Nov 08, 2016
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.28
parent
0f910594
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
CHANGELOG.rst
CHANGELOG.rst
+18
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.rst
View file @
e6b9fc64
...
...
@@ -2,6 +2,23 @@
Changes
=========
0.28 (2016-11-08)
-----------------
* vm.run: workaround for old versions of mount
* vm.install-debian:
- No more limit on the number of preseed parameters, by placing a preseed.cfg
file inside the initrd, instead of passing them all via the command line.
The kernel is usually limited to 32 parameters and it panics when there are
too many.
- Dist-specific options.
- Recognize preseed aliases.
- late-command is run with '/bin/sh -e' and it must exit with EX_OK (0),
otherwise the installer stops.
0.27 (2016-10-30)
-----------------
...
...
@@ -11,7 +28,7 @@
-----------------
* gitclone: new 'shared' option.
* vm.install-
*
: workaround for spurious "No network interfaces detected"
* vm.install-
debian
: workaround for spurious "No network interfaces detected"
* vm: use a normal user account by default
0.25 (2016-10-23)
...
...
setup.py
View file @
e6b9fc64
from
setuptools
import
setup
,
find_packages
version
=
'0.2
7
'
version
=
'0.2
8
'
name
=
'slapos.recipe.build'
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGELOG.rst"
).
read
()
+
"
\
n
"
...
...
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