Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
neoppod
Commits
55eb90c1
Commit
55eb90c1
authored
Feb 26, 2016
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: rename CHANGES/README/UPGRADE for GitLab
parent
cc72e972
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
4 deletions
+4
-4
BUGS.rst
BUGS.rst
+0
-0
CHANGELOG.rst
CHANGELOG.rst
+1
-1
MANIFEST.in
MANIFEST.in
+1
-1
README.rst
README.rst
+0
-0
UPGRADE.rst
UPGRADE.rst
+0
-0
setup.py
setup.py
+2
-2
No files found.
BUGS
→
BUGS
.rst
View file @
55eb90c1
File moved
CHANGE
S
→
CHANGE
LOG.rst
View file @
55eb90c1
...
@@ -93,7 +93,7 @@ in the storage node.
...
@@ -93,7 +93,7 @@ in the storage node.
- Replication & checking of replicas:
- Replication & checking of replicas:
- Fix crash when a corruption is found while checking TIDs.
- Fix crash when a corruption is found while checking TIDs.
2 other issues remain unfixed: see BUGS file.
2 other issues remain unfixed: see BUGS
.rst
file.
- Speed up checking of replicas, at the cost of storage nodes being
- Speed up checking of replicas, at the cost of storage nodes being
less responsive to other events.
less responsive to other events.
...
...
MANIFEST.in
View file @
55eb90c1
graft tools
graft tools
include neo.conf CHANGE
S
TODO TESTS.txt ZODB3.patch
include neo.conf CHANGE
LOG.rst
TODO TESTS.txt ZODB3.patch
README
→
README
.rst
View file @
55eb90c1
File moved
UPGRADE
→
UPGRADE
.rst
View file @
55eb90c1
File moved
setup.py
View file @
55eb90c1
...
@@ -62,8 +62,8 @@ setup(
...
@@ -62,8 +62,8 @@ setup(
license
=
'GPL 2+'
,
license
=
'GPL 2+'
,
platforms
=
[
"any"
],
platforms
=
[
"any"
],
classifiers
=
classifiers
.
splitlines
(),
classifiers
=
classifiers
.
splitlines
(),
long_description
=
".. contents::
\
n
\
n
"
+
open
(
'README'
).
read
()
long_description
=
".. contents::
\
n
\
n
"
+
open
(
'README
.rst
'
).
read
()
+
"
\
n
"
+
open
(
'CHANGE
S
'
).
read
(),
+
"
\
n
"
+
open
(
'CHANGE
LOG.rst
'
).
read
(),
packages
=
find_packages
(),
packages
=
find_packages
(),
py_modules
=
[
'mock'
],
py_modules
=
[
'mock'
],
entry_points
=
{
entry_points
=
{
...
...
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