Gentoo Archives: gentoo-user

From: galiza.ceive@gmail.com (=?utf-8?B?Sm9ow6FtLUx1w61zIE1pZ3XDqW5z?= Vila)
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can emerge play a sound on either a successful/unsuccessful build?
Date: Wed, 16 Jul 2014 16:48:56
Message-Id: 874myhuu93.fsf@galiza_ceive.gnu-linux.org
In Reply to: Re: [gentoo-user] Can emerge play a sound on either a successful/unsuccessful build? by "J. Roeleveld"
1 "J. Roeleveld" <joost@××××××××.org> writes:
2
3 > On Monday, July 14, 2014 12:46:48 PM Neil Bothwick wrote:
4 >
5 >> I actually have it send an alert to my phone with Posterous but you
6 > can
7 >
8 >> do whatever you want.
9 >
10 >
11 >
12 > Which "Posterous" is this?
13 >
14 > When I google it, I only get information that it actually got shut
15 > down after being bought by Twitter.
16 >
17 >
18 >
19 > I am looking for a cheap method to get notifications to my mobile
20 > phone. I used to use a free SMS service via a company in SA.
21 >
22
23 Maybe Telegram[1] fits your needs. You'd need:
24
25 - The appropriate client on the phone side.
26 - Telegram CLI [2] on the computer.
27 - A little shell script, such as (usage: script USER MESSAGE)
28 #!/bin/sh
29 /path/to/telegram -B -k /path/to/tg.pub <<AAA
30
31 msg $1 $2
32 safe_quit
33 AAA
34 You could also send logfiles (^msg^send_text, $2 being the path to text
35 file)
36
37 HTH
38
39 [1] http://www.telegram.org
40 [2] https://github.com/vysheng/tg
41
42
43 > --
44 >
45 > JOOST
46 >
47 >
48 >
49
50 --
51 Do you know Montana?
52 - This message may be digitally signed: GPG KeyID:0x9D2FD6C8 || FNMT SSL cert

Replies

Subject Author
Re: [gentoo-user] Can emerge play a sound on either a successful/unsuccessful build? "J. Roeleveld" <joost@××××××××.org>