Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerego committed Jun 9, 2017
1 parent b372237 commit f5f04b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ I'm assuming that you are starting with the Raspian Minimal Linux distribution.
1. Make sure your Raspberry Pi is up to date with the latest packages & firmware with `sudo apt-get update; sudo apt-get dist-upgrade`
2. Enable I2C by executing `sudo raspi-config` as described in Adafruit's tutorial: https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c
3. Add the necessary Python and GStreamer dependencies using the command: `sudo apt-get install wiringpi python-bottle python-requests python-oauth2client python-httplib2 python-setuptools python-pip python-dev python-dateutil python-smbus gstreamer0.10-x gstreamer-tools gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly python-gst0.10`
4. Install hack-clock via `wget https://github.com/deckerego/hack-clock/releases/download/2.2.1/python-hackclock_2.2.1-1_all.deb; sudo dpkg -i python-hackclock_2.2.1-1_all.deb`
4. Install hack-clock via `wget https://github.com/deckerego/hack-clock/releases/download/2.2.2/python-hackclock_2.2.2-1_all.deb; sudo dpkg -i python-hackclock_2.2.2-1_all.deb`
5. Tweak `/etc/hack-clock.conf` and `/etc/default/hack-clock` to fit your needs (GPIO pins, correct weather station, etc.). A list of observed weather stations is available at http://forecast.weather.gov/stations.php
6. Reboot your Pi to re-load modules and start the IDE web server

Expand Down
9 changes: 3 additions & 6 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
hackclock (2.2.1-1) stable; urgency=low
hackclock (2.2.2-1) stable; urgency=low

* Provided pretty HTTP 500 and 404 pages
* Better audio upload interface
* Permit deleting of audio files
* Disk space warnings
* Fixed improper escaping of a single-quote

-- DeckerEgo <[email protected]> Thu, 8 Jun 2017 21:15:00 -0500
-- DeckerEgo <[email protected]> Thu, 8 Jun 2017 21:30:00 -0500
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rm home/pi/hack-clock/backups/blocks_clock.*

cd ..
echo "Compressing file..."
tar Jcf hackclock_2.2.1.orig.tar.xz hack-clock/
tar Jcf hackclock_2.2.2.orig.tar.xz hack-clock/

cd hack-clock
dpkg-buildpackage -rfakeroot -uc -us
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def all_files(newroot, oldroot):

setup(
name='HackClock',
version='2.2.1',
version='2.2.2',
description='A hackable alarm clock for the Raspberry Pi',
author='DeckerEgo',
author_email='[email protected]',
Expand Down

0 comments on commit f5f04b5

Please sign in to comment.