Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove platform-specific sonic_led plugin package; It has been moved to sonic-platform-common repo #11

Merged
merged 3 commits into from
Jan 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Daemons for controlling platform-specific functionality in SONiC

# Contribution guide

All contributors must sign a contribution license agreement before contributions can be accepted. Contact [email protected] or [email protected]. Later this will be automated.
All contributors must sign a contribution license agreement (CLA) before contributions can be accepted. This process is now automated via a GitHub bot when submitting new pull request. If the contributor has not yet signed a CLA, the bot will create a comment on the pull request containing a link to electronically sign the CLA.

### GitHub Workflow

Expand All @@ -34,7 +34,7 @@ For example:
> * Health-Monitor - The idea of the patch is that if something went wrong with the notification channel,
> we will have the option to know about it (Query the LLEN table length).
>
> Signed-off-by: [email protected]
> Signed-off-by: John Doe [email protected]


* Each developer should fork this repository and [add the team as a Contributor](https://help.github.com/articles/adding-collaborators-to-a-personal-repository)
Expand Down
3 changes: 1 addition & 2 deletions sonic-ledd/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@

setup(
name='sonic-ledd',
version='1.0',
version='1.1',
description='Front-panel LED control daemon for SONiC',
license='Apache 2.0',
author='SONiC Team',
author_email='[email protected]',
url='https://github.com/Azure/sonic-platform-daemons',
maintainer='Joe LeVeque',
maintainer_email='[email protected]',
packages=['sonic_led'],
scripts=[
'scripts/ledd',
],
Expand Down
Empty file removed sonic-ledd/sonic_led/__init__.py
Empty file.
25 changes: 0 additions & 25 deletions sonic-ledd/sonic_led/led_control_base.py

This file was deleted.