diff options
| -rw-r--r-- | README.markdown | 4 | ||||
| -rw-r--r-- | Test/findbot/findbot.log | 4 | ||||
| -rw-r--r-- | Test/hddtemp/failed.yml | 4 | ||||
| -rw-r--r-- | Test/hddtemp/info.yml | 6 | ||||
| -rw-r--r-- | Test/hddtemp/irssi.log | 16 | ||||
| -rw-r--r-- | Test/hddtemp/perlcritic.log | 14 | ||||
| -rw-r--r-- | Test/logcompress_perl/info.yml | 1 | ||||
| -rw-r--r-- | Test/screen_away/irssi.log | 2 | ||||
| -rw-r--r-- | changed-info | 4 | 
9 files changed, 28 insertions, 27 deletions
| diff --git a/README.markdown b/README.markdown index 05839ee..c0b5597 100644 --- a/README.markdown +++ b/README.markdown @@ -190,7 +190,7 @@ See [the testing read-me](../master/_testing/) for details.  [                             gsi ](Test/gsi/)|  ✔   |  ✔   |  ✔   |  7   |  ✔     [                          gtrans ](Test/gtrans/)|  ✔   |  ✔   |  ✔   | 10   |  ✔     [                            guts ](Test/guts/)|  ✔   |  ✔   |  ✔   |  3   |  ✔    -[                         hddtemp ](Test/hddtemp/)|  ✘   |  ✔   |  ✔   |  9   |  ☡    +[                         hddtemp ](Test/hddtemp/)|  ✔   |  ✔   |  ✔   |  9   |  ✔     [                           hello ](Test/hello/)|  ✔   |  ✔   |  ✔   |  3   |  ✔     [                        hideauth ](Test/hideauth/)|  ✔   |  ✔   |  ✔   |  3   |  ✔     [                            hide ](Test/hide/)|  ✔   |  ✔   |  ✔   |  3   |  ✔    @@ -518,4 +518,4 @@ See [the testing read-me](../master/_testing/) for details.  [                     xmpp-notify ](Test/xmpp-notify/)|  ✔   |  ✔   |  ✔   | 21   |  ✔     [                             xqf ](Test/xqf/)|  ✔   |  ✔   |  ✔   |  6   |  ✔    -011c7e0ba2c943ab0e73b4ad90599c735a4f1e4f | 810 +0949ff4df513d38d40f7895bf1bbddbbbbd3316c | 812 diff --git a/Test/findbot/findbot.log b/Test/findbot/findbot.log index 67a7d81..f3735fe 100644 --- a/Test/findbot/findbot.log +++ b/Test/findbot/findbot.log @@ -1,2 +1,2 @@ -Thu Mar 16 20:00:22 2017: The Summaryfile cannot be read. Please check if the path is correct and the file is accually there. -Thu Mar 16 20:00:22 2017: [ADMIN] Findbot fileserver has been loaded! +Fri Mar 17 11:51:32 2017: The Summaryfile cannot be read. Please check if the path is correct and the file is accually there. +Fri Mar 17 11:51:32 2017: [ADMIN] Findbot fileserver has been loaded! diff --git a/Test/hddtemp/failed.yml b/Test/hddtemp/failed.yml deleted file mode 100644 index 949b930..0000000 --- a/Test/hddtemp/failed.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -- -  failed: 1 -  name: hddtemp diff --git a/Test/hddtemp/info.yml b/Test/hddtemp/info.yml index 8a119d8..b307624 100644 --- a/Test/hddtemp/info.yml +++ b/Test/hddtemp/info.yml @@ -1,11 +1,13 @@  ---  -    authors: 'Valentin Batz' -  changed: 2004-06-21 +  changed: 2017-03-16    contact: vb@g-23.org +  default_package: hddtemp    description: 'adds a statusbar item which shows temperatures of harddisks (with multiple hddtemp-hosts support)'    license: GPLv2 +  modified: '2017-03-17 11:54:11'    name: hddtemp    sbitems: hddtemp    url: http://hurzelgnom.bei.t-online.de/irssi/scripts/hddtemp.pl -  version: '0.14' +  version: '0.15' diff --git a/Test/hddtemp/irssi.log b/Test/hddtemp/irssi.log index 5d801e5..802feb3 100644 --- a/Test/hddtemp/irssi.log +++ b/Test/hddtemp/irssi.log @@ -1,10 +1,14 @@ -* Scalar value @ports[0] better written as $ports[0] at hddtemp.pl line 77. +* Scalar value @ports[0] better written as $ports[0] at hddtemp.pl line 78.  *  -* Scalar value @hosts[$i] better written as $hosts[$i] at hddtemp.pl line 81. +* Scalar value @hosts[$i] better written as $hosts[$i] at hddtemp.pl line 82.  *  -* Scalar value @ports[$i] better written as $ports[$i] at hddtemp.pl line 82. +* Scalar value @ports[$i] better written as $ports[$i] at hddtemp.pl line 83.  *  -* Useless use of private variable in void context at hddtemp.pl line 90. +* Useless use of private variable in void context at hddtemp.pl line 91. +*  +* Use of uninitialized value in subroutine entry at hddtemp.pl line 176. +*  +* hi +* -!- Irssi: Loaded script hddtemp +* Use of uninitialized value $lines in print at hddtemp.pl line 119.  *  -* -!- Irssi: Error in script hddtemp: -* Undefined subroutine &Irssi::statusbar_item_register called at hddtemp.pl line 175. diff --git a/Test/hddtemp/perlcritic.log b/Test/hddtemp/perlcritic.log index a378d4d..b765a87 100644 --- a/Test/hddtemp/perlcritic.log +++ b/Test/hddtemp/perlcritic.log @@ -1,7 +1,7 @@ -Code before warnings are enabled at line 55, column 1.  See page 431 of PBP.  (Severity: 4) -Return value of "close" ignored at line 101, column 6.  Check the return value of "close" for success.  (Severity: 2) -Return value of "close" ignored at line 101, column 18.  Check the return value of "close" for success.  (Severity: 2) -Return value of "close" ignored at line 107, column 3.  Check the return value of "close" for success.  (Severity: 2) -Return value of "close" ignored at line 119, column 3.  Check the return value of "close" for success.  (Severity: 2) -Return value of "close" ignored at line 127, column 2.  Check the return value of "close" for success.  (Severity: 2) -String delimiter used with "split" at line 139, column 21.  Express it as a regex instead.  (Severity: 2) +Code before warnings are enabled at line 56, column 1.  See page 431 of PBP.  (Severity: 4) +Return value of "close" ignored at line 102, column 6.  Check the return value of "close" for success.  (Severity: 2) +Return value of "close" ignored at line 102, column 18.  Check the return value of "close" for success.  (Severity: 2) +Return value of "close" ignored at line 108, column 3.  Check the return value of "close" for success.  (Severity: 2) +Return value of "close" ignored at line 120, column 3.  Check the return value of "close" for success.  (Severity: 2) +Return value of "close" ignored at line 128, column 2.  Check the return value of "close" for success.  (Severity: 2) +String delimiter used with "split" at line 140, column 21.  Express it as a regex instead.  (Severity: 2) diff --git a/Test/logcompress_perl/info.yml b/Test/logcompress_perl/info.yml index e1f41e0..38b9a97 100644 --- a/Test/logcompress_perl/info.yml +++ b/Test/logcompress_perl/info.yml @@ -6,7 +6,6 @@    default_package: logcompress_perl    description: "compress logfiles then they're rotated, modified from original logcompress.pl to use perl modules instead"    license: 'Public Domain' -  modified: '2017-01-07 11:52:46'    name: logcompress_perl    url: http://irssi.org/    version: '0.02' diff --git a/Test/screen_away/irssi.log b/Test/screen_away/irssi.log index 711f4f3..d495811 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: 13111):  +* -!- screen_away: could not open status file for parent process (pid: 13078):   * -!- Irssi: Loaded script screen_away diff --git a/changed-info b/changed-info index 8079626..e9b9675 100644 --- a/changed-info +++ b/changed-info @@ -1,4 +1,4 @@ -011c7e0ba2c943ab0e73b4ad90599c735a4f1e4f __ARTEFACTS_CI__ +974f18cf3566bdbd14dca40d006b86eabb5d60a1 __ARTEFACTS_CI__  ddc6b8eff140c3fa20f3f36f2f59a585f07c57d0 8-ball.pl  3fe0ffa8719d0c3033fbf37592094ec5379dc6dd accent.pl  e439eeb9c80324e301e70f1fe169f7bec1570b76 accountname.pl @@ -186,7 +186,7 @@ eb4c5c73cf31aef92b6a478671faee84932e3300 gpgvalidator.pl  c61a247f991a924919db2208fe36340169143c49 gsi.pl  33b7e8a855a71d1d0e06008a9bcde79e3798042d gtrans.pl  a1288c00dd6a05115744b1fa33422a95889527ca guts.pl -2690ba43a95be20b93450fe32eacea34b9e32758 hddtemp.pl +8563e973b3022615e826d7e3354e368d98fcbe00 hddtemp.pl  e1dcd199fcda49ea07ef32e0471a1963be337faa hello.pl  8e8a60f60ce7e050fb57001d81a660e288673c34 hideauth.pl  9697df1e0baaf1377cbc3c76ad7b8c04da285e39 hide.pl | 
