diff options
| author | Irssi Scripts Helper | 2015-08-20 13:42:52 +0000 | 
|---|---|---|
| committer | Irssi Scripts Helper | 2015-08-20 13:42:52 +0000 | 
| commit | 98fdfb3cc880f08786ce3c0a679ef6360c59911d (patch) | |
| tree | 358641ea9d1ca1ba62638779a75a1421b7ecd363 | |
| parent | b04a26f8cbc0d74e8dcfcd568b3f68b1dbaf532f (diff) | |
| download | scripts.irssi.org-98fdfb3cc880f08786ce3c0a679ef6360c59911d.tar.bz2 | |
ci artefacts for be2fc89cd33d57ac8fef7cd693b27b4017e5169d
[skip ci]
| -rw-r--r-- | README.markdown | 5 | ||||
| -rw-r--r-- | Test/mqtt-notify/info.yml | 11 | ||||
| -rw-r--r-- | Test/mqtt-notify/irssi.log | 2 | ||||
| -rw-r--r-- | Test/mqtt-notify/perlcritic.log | 1 | ||||
| -rw-r--r-- | Test/screen_away/info.yml | 2 | ||||
| -rw-r--r-- | Test/screen_away/irssi.log | 2 | ||||
| -rw-r--r-- | changed-info | 3 | 
7 files changed, 21 insertions, 5 deletions
| diff --git a/README.markdown b/README.markdown index a382d71..cf270ed 100644 --- a/README.markdown +++ b/README.markdown @@ -252,6 +252,7 @@ See [the testing read-me](../gh-pages/_testing/) for details.  [                           mouse ](Test/mouse/)|  ✔   |  ✔   |  ✔   |  5   |  ✔   | (c)  [                             mpd ](Test/mpd/)|  ✔   |  ✔   |  ✔   |  7   |  ✔   | (c)  [                          mpg123 ](Test/mpg123/)|  ✔   |  ✔   |  ✔   |  4   |  ✔   | (c) +[                     mqtt-notify ](Test/mqtt-notify/)|  ✔   |  ✔   |  ✔   |  3   |  ✔     [                      msg2notice ](Test/msg2notice/)|  ✔   |  ✔   |  ✔   |  5   |  ✔   | (c)  [                      multipaste ](Test/multipaste/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                         my_beep ](Test/my_beep/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) @@ -338,7 +339,7 @@ See [the testing read-me](../gh-pages/_testing/) for details.  [                         rotator ](Test/rotator/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                        sana_cmd ](Test/sana_cmd/)|  ✔   |  ✔   |  ✔   |  0   |  ✔   | (c)  [                     schwaebisch ](Test/schwaebisch/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) -[                     screen_away ](Test/screen_away/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) +[                     screen_away ](Test/screen_away/)|  ✔   |  ✔   |  ✔   |  3   |  ✔     [                    scriptassist ](Test/scriptassist/)|  ✔   |  ✔   |  ✘   | 61   |  ☡   | (c)  [                      scripthelp ](Test/scripthelp/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                      scriptinfo ](Test/scriptinfo/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) @@ -445,4 +446,4 @@ See [the testing read-me](../gh-pages/_testing/) for details.  [                     xmpp-notify ](Test/xmpp-notify/)|  ✔   |  ✔   |  ✔   | 21   |  ✔   | (c)  [                             xqf ](Test/xqf/)|  ✔   |  ✔   |  ✔   |  6   |  ✔   | (c) -f0cec202d8ba147524ca7061045f4c6819f719cb | 313 +be2fc89cd33d57ac8fef7cd693b27b4017e5169d | 318 diff --git a/Test/mqtt-notify/info.yml b/Test/mqtt-notify/info.yml new file mode 100644 index 0000000..d37b9b6 --- /dev/null +++ b/Test/mqtt-notify/info.yml @@ -0,0 +1,11 @@ +--- +- +  authors: 'Thomas B. Ruecker' +  contact: 'thomas@ruecker.fi, tbr on irc.freenode.net' +  default_package: mqtt_notify +  description: 'Sends out notifications via MQTT' +  license: BSD-3-Clause +  modified: '2015-06-30 12:01:33' +  name: MQTT-notify +  url: http://github.com/dm8tbr/irssi-mqtt-notify/ +  version: '1.0' diff --git a/Test/mqtt-notify/irssi.log b/Test/mqtt-notify/irssi.log new file mode 100644 index 0000000..c8eac59 --- /dev/null +++ b/Test/mqtt-notify/irssi.log @@ -0,0 +1,2 @@ +* -!- Irssi: >> MQTT-notify 1.0 loaded (/mqtt-notify for help. /mqtt-test to test.) +* -!- Irssi: Loaded script mqtt_notify diff --git a/Test/mqtt-notify/perlcritic.log b/Test/mqtt-notify/perlcritic.log new file mode 100644 index 0000000..9548814 --- /dev/null +++ b/Test/mqtt-notify/perlcritic.log @@ -0,0 +1 @@ +Code before warnings are enabled at line 49, column 1.  See page 431 of PBP.  (Severity: 4) diff --git a/Test/screen_away/info.yml b/Test/screen_away/info.yml index 15a6282..61e7c5e 100644 --- a/Test/screen_away/info.yml +++ b/Test/screen_away/info.yml @@ -4,7 +4,7 @@    default_package: screen_away    description: 'set (un)away, if screen is attached/detached'    license: 'GPL v2' -  modified: '2014-12-20 20:38:24' +  modified: '2015-08-20 10:46:58'    name: screen_away    url: none    version: 0.9.8.1 diff --git a/Test/screen_away/irssi.log b/Test/screen_away/irssi.log index b6bda0e..f3350f1 100644 --- a/Test/screen_away/irssi.log +++ b/Test/screen_away/irssi.log @@ -1,2 +1,2 @@ -* -!- screen_away: could not open status file for parent process (pid: 16214):  +* -!- screen_away: could not open status file for parent process (pid: 31028):   * -!- Irssi: Loaded script screen_away diff --git a/changed-info b/changed-info index 47a694c..327498b 100644 --- a/changed-info +++ b/changed-info @@ -248,6 +248,7 @@ d60e01a87b99ad66e8e7fa6ed7420e075560a986 morse.pl  828e2fca7dd299ae85275dc9808744d84ce8cda6 mouse.pl  035aba1864f55578a3f00c3d0c9e8cf0ae87ca1c mpd.pl  f0d4d21d4cddf8b0ce7d97e7168afcb13f585aa2 mpg123.pl +f389f453bed7b570ef93e719b8f13b28feba8654 mqtt-notify.pl  f8febad5ba7261ef810557a9810101c841e250fb msg2notice.pl  a4a6e5a4005f1ef8d3eb1e6bb76aae55f649101a multipaste.pl  6f6e52e60d02ae6d83173fc893449e23507092c0 my_beep.pl @@ -334,7 +335,7 @@ ec31cc701018fd4a0c88bc495c70f096c1f71df8 rhythmbox.pl  71a0522456ea5a2ec39a49e1293a03b5a692d409 rotator.pl  5278871111e1341a08354c6f3ea5a4d389caa150 sana_cmd.pl  a8f2832c0e8f2a56434d356c2f20680e810365ab schwaebisch.pl -722ceed5149599961b1c48876fecedf91064bef5 screen_away.pl +639d8ebc870613ffcf930a3fa59ec63efb16e14f screen_away.pl  dd6d37376be242c2e766995d8a0c11c797405d37 scriptassist.pl  0bdca016a725e1b0cb37e68f154f682d2930eea2 scripthelp.pl  7de21f2caf58ef8c6d252fb756543d82c43b8bb3 scriptinfo.pl | 
