# HG changeset patch # User drewp # Date 1556238893 25200 # Node ID 6a985d5d233d838adc33c5c165359ee30964a9c3 # Parent c813d8228a25d9ff3ab2528694b53e4c2c7bca21 start homeauto_anynode for files shared between arduino and pi Ignore-this: 607e3e6e8d43f339caf6758f14619576 darcs-hash:a5b1333b2bdb27d8eba2c2009108edebe61098ed diff -r c813d8228a25 -r 6a985d5d233d lib/homeauto_anynode/MANIFEST.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/homeauto_anynode/MANIFEST.in Thu Apr 25 17:34:53 2019 -0700 @@ -0,0 +1,1 @@ +recursive-include static * diff -r c813d8228a25 -r 6a985d5d233d lib/homeauto_anynode/setup.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/homeauto_anynode/setup.py Thu Apr 25 17:34:53 2019 -0700 @@ -0,0 +1,11 @@ +from distutils.core import setup + +setup( + name='homeauto_anynode', + version='0.0.0', + packages=['homeauto_anynode'], + package_dir={'homeauto_anynode': ''}, + url='https://projects.bigasterisk.com/homeauto_anynode/homeauto_anynode-0.0.0.tar.gz', + author='Drew Perttula', + author_email='drewp@bigasterisk.com', +) diff -r c813d8228a25 -r 6a985d5d233d lib/homeauto_anynode/static/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/homeauto_anynode/static/index.html Thu Apr 25 17:34:53 2019 -0700 @@ -0,0 +1,201 @@ + + + + ha - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r c813d8228a25 -r 6a985d5d233d lib/homeauto_anynode/static/output-widgets.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/homeauto_anynode/static/output-widgets.html Thu Apr 25 17:34:53 2019 -0700 @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r c813d8228a25 -r 6a985d5d233d lib/homeauto_anynode/tasks.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/homeauto_anynode/tasks.py Thu Apr 25 17:34:53 2019 -0700 @@ -0,0 +1,9 @@ +from invoke import task + +import sys +sys.path.append('/my/proj/release') +from release import local_release + +@task +def release(ctx): + local_release(ctx) diff -r c813d8228a25 -r 6a985d5d233d service/arduinoNode/static/index.html --- a/service/arduinoNode/static/index.html Thu Apr 25 17:23:29 2019 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,201 +0,0 @@ - - - - ha - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r c813d8228a25 -r 6a985d5d233d service/arduinoNode/static/output-widgets.html --- a/service/arduinoNode/static/output-widgets.html Thu Apr 25 17:23:29 2019 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,199 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -