Skip to content

Commit

Permalink
Merge pull request #1 from tombo315/master
Browse files Browse the repository at this point in the history
github release V2
  • Loading branch information
Tom Booth authored Oct 19, 2016
2 parents 482b202 + e53b907 commit 91f0e30
Show file tree
Hide file tree
Showing 35 changed files with 2,543 additions and 1,148 deletions.
136 changes: 136 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
# Created by .ignore support plugin (hsz.mobi)
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# IPython Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# dotenv
.env

# virtualenv
venv/
ENV/

# Spyder project settings
.spyderproject

# Rope project settings
.ropeproject
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml

# Sensitive or high-churn files:
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml

# Gradle:
.idea/gradle.xml
.idea/libraries

# Mongo Explorer plugin:
.idea/mongoSettings.xml

## File-based project format:
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
6 changes: 3 additions & 3 deletions MAINTAINERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file describes the maintainers for sonic-dbsyncd
# See the SONiC project governance document for more information

Name = "Darren Loher"
Email = "daloher@microsoft.com"
Github = dplore
Name = "Thomas Booth"
Email = "thomasbo@microsoft.com"
Github = tombo315
Mailinglist = sonicproject@googlegroups.com
3 changes: 0 additions & 3 deletions bin/lldpsyncd

This file was deleted.

5 changes: 0 additions & 5 deletions debian/changelog

This file was deleted.

1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

12 changes: 0 additions & 12 deletions debian/control

This file was deleted.

4 changes: 0 additions & 4 deletions debian/install

This file was deleted.

6 changes: 0 additions & 6 deletions debian/rules

This file was deleted.

31 changes: 0 additions & 31 deletions dist-packages/acs/data/lldpsyncd_logging.json

This file was deleted.

92 changes: 0 additions & 92 deletions dist-packages/acs/dbsyncd.py

This file was deleted.

Loading

0 comments on commit 91f0e30

Please sign in to comment.