update speedtest plugin

This commit is contained in:
Derek Macias 2016-02-24 12:28:36 -07:00
parent 3b4a3683e4
commit 4c285821de
2 changed files with 12 additions and 15 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "speedtest"> <!ENTITY name "speedtest">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2016.02.23"> <!ENTITY version "2016.02.24">
<!ENTITY launch "Tools/Speedtest"> <!ENTITY launch "Tools/Speedtest">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -21,6 +21,11 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
--> -->
<CHANGES> <CHANGES>
###2016.02.24
- add modified speedtest.py script
- remove obsolete dependencies from plugin install
- fix share image function hopefully for Safari
- add scheduler and history button to settings page
###2016.02.23 ###2016.02.23
- update packages to NerdPack versions - update packages to NerdPack versions
###2016.02.21 ###2016.02.21
@ -105,14 +110,6 @@ The 'tablesorter' package file.
<URL>&pkgURL;/pyOpenSSL-0.15.1-x86_64-1_slack.txz</URL> <URL>&pkgURL;/pyOpenSSL-0.15.1-x86_64-1_slack.txz</URL>
<MD5>b422874df919df6baa10774bd2ddc2cc</MD5> <MD5>b422874df919df6baa10774bd2ddc2cc</MD5>
</FILE> </FILE>
<FILE Name="/boot/config/plugins/NerdPack/packages/pysetuptools-18.2-x86_64-3_slack.txz" Run="/sbin/upgradepkg --install-new">
<URL>&gitURL;/packages/pysetuptools-18.2-x86_64-3_slack.txz</URL>
<MD5>13702bce864bcac184786020d3c61d71</MD5>
</FILE>
<FILE Name="/boot/config/plugins/NerdPack/packages/pip-7.1.2-x86_64-1_slack.txz" Run="/sbin/upgradepkg --install-new">
<URL>&gitURL;/packages/pip-7.1.2-x86_64-1_slack.txz</URL>
<MD5>1e0a8d9e281cd075c175eca86aea2130</MD5>
</FILE>
<FILE Name="&plgpath;/&name;.cfg"> <FILE Name="&plgpath;/&name;.cfg">
<INLINE> <INLINE>
@ -167,11 +164,6 @@ else
upgradepkg --install-new &plgpath;/&plgname;.txz upgradepkg --install-new &plgpath;/&plgname;.txz
fi fi
#upgrade pip and install speedtest-cli
pip install --upgrade pip
pip install speedtest-cli
pip install --upgrade &name;-cli
# Cleaning old source files # Cleaning old source files
find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
find &plgpath;/ -type f -iname "&name;*.md5" ! -iname "*&version;*" -delete find &plgpath;/ -type f -iname "&name;*.md5" ! -iname "*&version;*" -delete

View File

@ -11,8 +11,13 @@ This plugin interacts with the command line interface for testing internet bandw
</Description> </Description>
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support> <Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
<Date>2016-02-23</Date> <Date>2016-02-24</Date>
<Changes> <Changes>
###2016.02.24
- add modified speedtest.py script
- remove obsolete dependencies from plugin install
- fix share image function hopefully for Safari
- add scheduler and history button to settings page
###2016.02.23 ###2016.02.23
- update packages to NerdPack versions - update packages to NerdPack versions
###2016.02.21 ###2016.02.21