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
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
nexedi
slapos.recipe.build
Commits
ce99a675
"arch/sparc/kernel/pci.c" did not exist on "8c2786cfa6d15c474ec7030e8161c88e9b5c597d"
Commit
ce99a675
authored
Nov 07, 2016
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.27
parent
5e991d07
Pipeline
#3321
skipped
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGELOG.rst
CHANGELOG.rst
+5
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.rst
View file @
ce99a675
...
...
@@ -2,6 +2,11 @@
Changes
=========
0.27 (2016-10-30)
-----------------
* vm: change how commands can be easily run with a normal user account on the guest
0.26 (2016-10-29)
-----------------
...
...
setup.py
View file @
ce99a675
from
setuptools
import
setup
,
find_packages
version
=
'0.2
6
'
version
=
'0.2
7
'
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