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
Thomas Leymonerie
slapos.recipe.build
Commits
7c2259d3
Commit
7c2259d3
authored
9 years ago
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.22.
parent
4ba4dda9
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
CHANGES.txt
CHANGES.txt
+9
-4
setup.py
setup.py
+1
-1
No files found.
CHANGES.txt
View file @
7c2259d3
...
@@ -2,6 +2,11 @@
...
@@ -2,6 +2,11 @@
Changes
Changes
=========
=========
0.22 (2015-10-19)
-----------------
* Support zc.buildout 2.
0.21 (2015-04-10)
0.21 (2015-04-10)
-----------------
-----------------
* Restore support for build scripts
* Restore support for build scripts
...
@@ -24,13 +29,13 @@
...
@@ -24,13 +29,13 @@
* gitclone: don't raise when uninstall if location does not exist.
* gitclone: don't raise when uninstall if location does not exist.
* gitclone: when update(), if repository has local changes, don't do anything but warn user.
* gitclone: when update(), if repository has local changes, don't do anything but warn user.
0.17 (2015-
1
2-02)
0.17 (2015-
0
2-02)
----------------
----------------
-
* gitclone: keep local changes when there is an error during update
* gitclone: keep local changes when there is an error during update
0.16 (2015-
12-01
)
0.16 (2015-
01-12
)
----------------
----------------
-
* gitclone: fix option name for git-executable
* gitclone: fix option name for git-executable
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
7c2259d3
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
version
=
'0.2
1
'
version
=
'0.2
2
'
name
=
'slapos.recipe.build'
name
=
'slapos.recipe.build'
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
\
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGES.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