Commit 92a430e1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix reST syntax.

parent 5ef57d6f
Changes
=======
=========
Changes
=========
0.15 (2014-11-28)
-----------------
......@@ -21,8 +22,7 @@ Changes
0.12 (2013-09-05)
-----------------
* gitclone: Do not upload to cache by default. 'use-cache' option replaces
'forbid-download-cache' and must be explicitely set in order to use cache.
* gitclone: Do not upload to cache by default. 'use-cache' option replaces 'forbid-download-cache' and must be explicitely set in order to use cache.
* gitclone: Do not cache working copy, which just duplicate `.git` folder.
* gitclone: do not force to use 'master' branch when not specified.
* gitclone: add git 'ignore-ssl-certificate' option.
......
This diff is collapsed.
......@@ -18,6 +18,7 @@ setup(name=name,
],
keywords='slapos recipe',
license='GPLv3',
url='http://git.erp5.org/gitweb/slapos.recipe.build.git',
namespace_packages=['slapos', 'slapos.recipe'],
packages=find_packages(),
include_package_data=True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment