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
nexedi
slapos.recipe.build
Commits
3e4cd352
Commit
3e4cd352
authored
8 years ago
by
Julien Muchembled
Browse files
Options
Download
Email Patches
Plain Diff
Release 0.25
parent
1ba5377b
master
add_mkdirectory
alain-link
feat/integrity
0.57
0.56
0.55
0.54
0.53
0.52
0.51
0.50
0.49
0.48
0.47
0.46
0.45
0.44
0.43
0.42
0.41
0.40
0.39
0.38
0.37
0.36
0.35
0.34
0.33
0.32
0.31
0.30
0.29
0.28
0.27
0.26
0.25
No related merge requests found
Pipeline
#2983
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
CHANGELOG.rst
CHANGELOG.rst
+6
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.rst
View file @
3e4cd352
...
...
@@ -2,6 +2,12 @@
Changes
=========
0.25 (2016-10-23)
-----------------
* gitclone: new 'sparse-checkout' option.
* New vm.* recipes to build VM images and execute commands inside them.
0.24 (2016-10-10)
-----------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
3e4cd352
from
setuptools
import
setup
,
find_packages
version
=
'0.2
4
'
version
=
'0.2
5
'
name
=
'slapos.recipe.build'
long_description
=
open
(
"README.rst"
).
read
()
+
"
\n
"
+
\
open
(
"CHANGELOG.rst"
).
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