Skip to content
Snippets Groups Projects
Commit ae3dd109 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch 'Hotfix' into 'development'

Hotfix



See merge request !135
parents 9d0ed8e6 e04ea95b
No related branches found
No related tags found
2 merge requests!140Development,!135Hotfix
......@@ -16,8 +16,7 @@ update(144.76.113.134):
- if [ -d MetaGer_neu ]; then rm -rf MetaGer_neu;fi
- git clone "$path" MetaGer_neu
- cd MetaGer_neu
- composer update
- php artisan queue:restart
- composer install
- scp metager@metager3.de:~/.env .
- scp metager@metager3.de:~/sumas.xml config/
- scp metager@metager3.de:~/sumasEn.xml config/
......@@ -25,13 +24,16 @@ update(144.76.113.134):
- scp metager@metager3.de:~/blacklistDomains.txt config/
- touch storage/logs/laravel.log
- touch storage/logs/worker.log
- chmod 777 config/sumas.xml config/sumasEn.xml
- chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite
- chmod -R 777 storage
- chmod -R 777 bootstrap/cache
- php artisan migrate
- php ~/MetaGer/artisan down
- cd ~/
- rm -rf MetaGer
- mv MetaGer_neu MetaGer
- php ~/MetaGer/artisan queue:restart
- php ~/MetaGer/artisan migrate --force
- php ~/MetaGer/artisan up
update(metager3.de):
tags:
......@@ -51,8 +53,7 @@ update(metager3.de):
- if [ -d MetaGer_neu ]; then rm -rf MetaGer_neu;fi
- git clone "$path" MetaGer_neu
- cd MetaGer_neu
- composer update
- php artisan queue:restart
- composer install
- scp metager@metager3.de:~/.env .
- scp metager@metager3.de:~/sumas.xml config/
- scp metager@metager3.de:~/sumasEn.xml config/
......@@ -60,10 +61,13 @@ update(metager3.de):
- scp metager@metager3.de:~/blacklistDomains.txt config/
- touch storage/logs/laravel.log
- touch storage/logs/worker.log
- chmod 777 config/sumas.xml config/sumasEn.xml
- chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite
- chmod -R 777 storage
- chmod -R 777 bootstrap/cache
- php artisan migrate
- php ~/MetaGer/artisan down
- cd ~/
- rm -rf MetaGer
- mv MetaGer_neu MetaGer
\ No newline at end of file
- mv MetaGer_neu MetaGer
- php ~/MetaGer/artisan queue:restart
- php ~/MetaGer/artisan migrate --force
- php ~/MetaGer/artisan up
\ No newline at end of file
......@@ -41,10 +41,7 @@ class Search extends Job implements ShouldQueue
{
$this->fp = $this->getFreeSocket();
if(!$this->fp)
{
$this->disable($this->sumaFile, "Die Suchmaschine " . $this->name . " wurde für 1h deaktiviert, weil keine Verbindung aufgebaut werden konnte");
}else
if($this->fp)
{
if($this->writeRequest())
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment