From 0df330b494e524b98d0c596120aced4885733823 Mon Sep 17 00:00:00 2001 From: "Praveen (Gnovi)" Date: Fri, 12 Aug 2016 21:58:53 +0530 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf3a892..bc1fae23 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To install PSLab on Debian based Gnu/Linux system, the following dependencies mu #####Now clone both the repositories [pslab-apps](https://github.com/fossasia/pslab-apps) and [pslab](https://github.com/fossasia/pslab). -#####Libraries must be installed in the following order +#####Libraries must be installed in ~~the following~~ any order 1. pslab-apps 2. pslab From 80a60566b95014572a1f15eb8352151e46bd0a83 Mon Sep 17 00:00:00 2001 From: "Praveen (Gnovi)" Date: Fri, 12 Aug 2016 21:59:27 +0530 Subject: [PATCH 2/6] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34c3dbc1..c80dc071 100644 --- a/Makefile +++ b/Makefile @@ -32,4 +32,4 @@ install: mkdir -p $(DESTDIR)/lib/udev/rules.d install -m 644 99-pslab.rules $(DESTDIR)/lib/udev/rules.d/99-pslab # fix a few permissions - find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \; + #find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \; From 30e1b8527d2ca5f024cc9b03ce09311c98fc5666 Mon Sep 17 00:00:00 2001 From: Mario Behling Date: Mon, 15 Aug 2016 14:42:01 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bc1fae23..f2eb63c7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ The Pocket Science Lab from FOSSASIA +[![Build Status](https://travis-ci.org/fossasia/pslab-apps.svg?branch=development)](https://travis-ci.org/fossasia/pslab-apps) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ce4af216571846308f66da4b7f26efc7)](https://www.codacy.com/app/mb/pslab?utm_source=github.com&utm_medium=referral&utm_content=fossasia/pslab&utm_campaign=Badge_Grade) + This repository hosts the python library for communicating with PSLab. This can be installed on a linux pc/raspberry pi. With this, one can communicate with the hardware using simple python code. @@ -9,6 +12,9 @@ This repository hosts the python library for communicating with PSLab. This can * FOSSASIA is supporting development and promotion of ExpEYES project since 2014 mainly through Google Summer of Code * The current work is a part of my GSoC-16 project +##Communication +Chat: [PhimpMe Slack Channel](http://fossasia.slack.com/messages/phimpme/) | [Get a Slack Invite](http://fossasia-slack.herokuapp.com/) + ---------------- Installation From 6765a06dee5d3258ee3b9a3485c192a8178d8e98 Mon Sep 17 00:00:00 2001 From: Mario Behling Date: Mon, 15 Aug 2016 14:47:06 +0200 Subject: [PATCH 4/6] Corrected travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2eb63c7..e88c7d66 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The Pocket Science Lab from FOSSASIA -[![Build Status](https://travis-ci.org/fossasia/pslab-apps.svg?branch=development)](https://travis-ci.org/fossasia/pslab-apps) +[![Build Status](https://travis-ci.org/fossasia/pslab.svg?branch=development)](https://travis-ci.org/fossasia/pslab) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ce4af216571846308f66da4b7f26efc7)](https://www.codacy.com/app/mb/pslab?utm_source=github.com&utm_medium=referral&utm_content=fossasia/pslab&utm_campaign=Badge_Grade) This repository hosts the python library for communicating with PSLab. This can be installed on a linux pc/raspberry pi. With this, one can communicate with the hardware using simple python code. From ebaeb0b31fa5d59ff4af3423f62c967392ddd90c Mon Sep 17 00:00:00 2001 From: Mario Behling Date: Mon, 15 Aug 2016 14:47:50 +0200 Subject: [PATCH 5/6] Added Slack Channel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e88c7d66..1931ee93 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repository hosts the python library for communicating with PSLab. This can * The current work is a part of my GSoC-16 project ##Communication -Chat: [PhimpMe Slack Channel](http://fossasia.slack.com/messages/phimpme/) | [Get a Slack Invite](http://fossasia-slack.herokuapp.com/) +Chat: [Pocket Science Slack Channel](http://fossasia.slack.com/messages/pocketscience/) | [Get an Invite](http://fossasia-slack.herokuapp.com/) ---------------- From 9242f46f3ea46e0041252ec7185e675b9b4828d2 Mon Sep 17 00:00:00 2001 From: Mario Behling Date: Mon, 15 Aug 2016 14:51:59 +0200 Subject: [PATCH 6/6] Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index bf76c3a7..f4be74f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,6 @@ python: #install: "pip install -r requirements.txt" # command to run tests script: nosetests + +notifications: + slack: fossasia:bqOzo4C9y6oI6dTF8kO8zdxp