Skip to content

Commit

Permalink
Update the OS to the latest springboard and python libs
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Aug 24, 2016
1 parent 24a8796 commit d3348f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BASE_IMG_URL := http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_l
BASE_IMG_NAME := $(basename $(notdir $(BASE_IMG_URL))).img

SPRINGBOARD := build/root/usr/share/tingbot/springboard.tingapp
SPRINGBOARD_COMMIT := 9c8d47
SPRINGBOARD_COMMIT := a4ab4f6f503db64bc976b4db696e916efc6935bb
SPRINGBOARD_TARBALL := dl/springboard-$(SPRINGBOARD_COMMIT).tgz

build/tingbot-os.deb: build/root
Expand Down
2 changes: 1 addition & 1 deletion root/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pip install requests==2.7.0 evdev==0.5.0
pip install pyasn1==0.1.8

pip install git+https://github.com/tingbot/[email protected]
pip install git+https://github.com/tingbot/tingbot-python.git@v0.7.2
pip install git+https://github.com/tingbot/tingbot-python.git@v0.8.0

tbtool build /usr/share/tingbot/expand-rootfs.tingapp
tbtool build /usr/share/tingbot/springboard.tingapp
Expand Down

0 comments on commit d3348f1

Please sign in to comment.