mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-21 16:18:41 +00:00
make wget quite
This commit is contained in:
parent
12ad795c55
commit
55debef716
28
setup.sh
28
setup.sh
|
|
@ -107,20 +107,20 @@ echo "Setup tools"
|
|||
echo "#################################################"
|
||||
|
||||
# Downloading tools
|
||||
wget --tries=2 -nc https://getcomposer.org/composer.phar >/dev/null
|
||||
wget --tries=2 -nc https://phar.phpunit.de/phploc.phar >/dev/null
|
||||
wget --tries=2 -nc https://phar.phpunit.de/phpunit.phar >/dev/null
|
||||
wget --tries=2 -nc https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.0/phpcs.phar >/dev/null
|
||||
#wget --tries=2 -nc http://static.phpmd.org/php/latest/phpmd.phar no longer available >/dev/null
|
||||
wget --tries=2 -nc https://github.com/Halleck45/PhpMetrics/raw/master/build/phpmetrics.phar >/dev/null
|
||||
#wget --tries=2 -nc http://static.pdepend.org/php/latest/pdepend.phar >/dev/null
|
||||
wget --tries=2 -nc http://dl.google.com/closure-compiler/compiler-latest.tar.gz >/dev/null
|
||||
wget --tries=2 -nc https://github.com/phpstan/phpstan/releases/download/0.11.16/phpstan.phar >/dev/null
|
||||
wget --tries=2 -nc https://github.com/phan/phan/releases/download/0.12.5/phan.phar >/dev/null
|
||||
wget --tries=2 -nc https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.13.1/php-cs-fixer.phar >/dev/null
|
||||
wget --tries=2 -nc https://github.com/jasmine/jasmine/releases/download/v3.1.0/jasmine-standalone-3.1.0.zip >/dev/null
|
||||
wget --tries=2 -nc https://github.com/Orange-Management/Documentor/releases/download/v1.1.1/documentor.phar >/dev/null
|
||||
wget --tries=2 -nc https://github.com/Orange-Management/TestReportGenerator/releases/download/1.1.0-rc3/ testreportgenerator.phar >/dev/null
|
||||
wget -q --tries=2 -nc https://getcomposer.org/composer.phar
|
||||
wget -q --tries=2 -nc https://phar.phpunit.de/phploc.phar
|
||||
wget -q --tries=2 -nc https://phar.phpunit.de/phpunit.phar
|
||||
wget -q --tries=2 -nc https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.0/phpcs.phar
|
||||
#wget -q --tries=2 -nc http://static.phpmd.org/php/latest/phpmd.phar no longer available
|
||||
wget -q --tries=2 -nc https://github.com/Halleck45/PhpMetrics/raw/master/build/phpmetrics.phar
|
||||
#wget -q --tries=2 -nc http://static.pdepend.org/php/latest/pdepend.phar
|
||||
wget -q --tries=2 -nc http://dl.google.com/closure-compiler/compiler-latest.tar.gz
|
||||
wget -q --tries=2 -nc https://github.com/phpstan/phpstan/releases/download/0.11.16/phpstan.phar
|
||||
wget -q --tries=2 -nc https://github.com/phan/phan/releases/download/0.12.5/phan.phar
|
||||
wget -q --tries=2 -nc https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.13.1/php-cs-fixer.phar
|
||||
wget -q --tries=2 -nc https://github.com/jasmine/jasmine/releases/download/v3.1.0/jasmine-standalone-3.1.0.zip
|
||||
wget -q --tries=2 -nc https://github.com/Orange-Management/Documentor/releases/download/v1.1.1/documentor.phar
|
||||
wget -q --tries=2 -nc https://github.com/Orange-Management/TestReportGenerator/releases/download/1.1.0-rc3/ testreportgenerator.phar
|
||||
|
||||
mkdir ${ROOT_PATH}/jsOMS/tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user