Skip to content

Commit

Permalink
Remove platform-specific sonic_led plugin package; It has been moved …
Browse files Browse the repository at this point in the history
…to sonic-platform-common repo (sonic-net#11)

- Also increment package version to 1.1
  • Loading branch information
jleveque authored Jan 13, 2018
1 parent d1df471 commit 920f29b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 29 deletions.
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 kasubra@microsoft.com or daloher@microsoft.com. 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: user@dev.null
> Signed-off-by: John Doe user@dev.null

* 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='linuxnetdev@microsoft.com',
url='https://github.com/Azure/sonic-platform-daemons',
maintainer='Joe LeVeque',
maintainer_email='jolevequ@microsoft.com',
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.

0 comments on commit 920f29b

Please sign in to comment.