Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
16bfabb9
Commit
16bfabb9
authored
10 years ago
by
Mark Haines
Browse files
Options
Downloads
Patches
Plain Diff
Fix manifest. Ignore contrib and docs directories when checking manifest against source control.
parent
d00cca11
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MANIFEST.in
+1
-0
1 addition, 0 deletions
MANIFEST.in
setup.cfg
+8
-0
8 additions, 0 deletions
setup.cfg
tests/storage/TESTS_NEEDED_FOR
+0
-5
0 additions, 5 deletions
tests/storage/TESTS_NEEDED_FOR
with
9 additions
and
5 deletions
MANIFEST.in
+
1
−
0
View file @
16bfabb9
...
...
@@ -2,6 +2,7 @@ include synctl
include LICENSE
include VERSION
include *.rst
include demo/README
recursive-include synapse/storage/schema *.sql
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
8
−
0
View file @
16bfabb9
...
...
@@ -8,3 +8,11 @@ test = trial
[trial]
test_suite
=
tests
[check-manifest]
ignore
=
contrib
contrib/*
docs/*
pylint.cfg
tox.ini
This diff is collapsed.
Click to expand it.
tests/storage/TESTS_NEEDED_FOR
deleted
100644 → 0
+
0
−
5
View file @
d00cca11
synapse/storage/feedback.py
synapse/storage/keys.py
synapse/storage/pdu.py
synapse/storage/stream.py
synapse/storage/transactions.py
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment