[go: up one dir, main page]

Skip to content

Commit

Permalink
Fix lingering issues from directory move
Browse files Browse the repository at this point in the history
Expunge unsupported installers
  • Loading branch information
alexyao2015 committed Nov 10, 2020
1 parent bbf50ba commit 1ba5c39
Show file tree
Hide file tree
Showing 27 changed files with 10 additions and 621 deletions.
2 changes: 1 addition & 1 deletion .build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN chmod +x ./select.sh && \

# ============================ Actual image from here ====================
FROM debian:stable-slim
WORKDIR /opt/hue-emulator
WORKDIR /diyhue
ARG TARGETPLATFORM

COPY requirements.txt ./
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stable-slim as prod
WORKDIR /opt/hue-emulator
WORKDIR /diyhue

COPY requirements.txt /tmp/pip-tmp/

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
volumes:
# Update this to wherever you want VS Code to mount the folder of your project
- ..:/workspace
- ../BridgeEmulator:/opt/hue-emulator
- ../../src/core:/diyhue

# Uncomment the next line to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker-compose for details.
# - /var/run/docker.sock:/var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Run docker image
if: success()
run: |
docker run -d --name diyhue --network=host -v /mnt/hue-emulator/config:/opt/hue-emulator/config -e MAC=b8:27:eb:d4:dc:11 -e IP=192.168.1.123 -e DECONZ=192.168.1.111 -e IP_RANGE=5,6 -e DEBUG=true diyhue/diyhue:ci
docker run -d --name diyhue --network=host -v /mnt/hue-emulator/config:/config -e MAC=b8:27:eb:d4:dc:11 -e IP=192.168.1.123 -e DECONZ=192.168.1.111 -e IP_RANGE=5,6 -e DEBUG=true diyhue/diyhue:ci
sleep 15
docker logs diyhue
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run docker image
run: |
docker run -d --name diyHue --network=host -v /mnt/hue-emulator/config:/opt/hue-emulator/config -e MAC=b8:27:eb:d4:dc:11 -e IP=192.168.1.123 -e DECONZ=192.168.1.111 -e IP_RANGE=5,6 -e DEBUG=true diyhue/core:ci
docker run -d --name diyHue --network=host -v /mnt/hue-emulator/config:/config -e MAC=b8:27:eb:d4:dc:11 -e IP=192.168.1.123 -e DECONZ=192.168.1.111 -e IP_RANGE=5,6 -e DEBUG=true diyhue/core:ci
sleep 15
docker logs diyHue
Expand Down
2 changes: 1 addition & 1 deletion .idea/docker/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/docker/docker-compose.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "Launch diyHue",
"type": "python",
"request": "launch",
"program": "/opt/hue-emulator/HueEmulator3.py",
"program": "/diyhue/main.py",
"args" : [],
"pythonPath": "/usr/bin/python3",
"console": "integratedTerminal"
Expand Down
4 changes: 0 additions & 4 deletions Installers/OpenWrt/Readme_OpenWrt.md

This file was deleted.

46 changes: 0 additions & 46 deletions Installers/OpenWrt/compiler-entertainment-openwrt.sh

This file was deleted.

85 changes: 0 additions & 85 deletions Installers/OpenWrt/easy_openwrt.sh

This file was deleted.

Binary file removed Installers/OpenWrt/entertainment-openwrt-aarch64
Binary file not shown.
Binary file removed Installers/OpenWrt/entertainment-openwrt-armv7l
Binary file not shown.
Binary file removed Installers/OpenWrt/entertainment-openwrt-i686
Binary file not shown.
Binary file removed Installers/OpenWrt/entertainment-openwrt-mips
Binary file not shown.
Binary file removed Installers/OpenWrt/entertainment-openwrt-x86_64
Binary file not shown.
35 changes: 0 additions & 35 deletions Installers/OpenWrt/hueemulatorWrt-service

This file was deleted.

102 changes: 0 additions & 102 deletions Installers/OpenWrt/install_openwrt.sh

This file was deleted.

41 changes: 0 additions & 41 deletions Installers/OpenWrt/network_OpenWrt.py

This file was deleted.

Loading

0 comments on commit 1ba5c39

Please sign in to comment.