diff --git a/Changelog b/Changelog index 7ac8cdeb7..2274874fc 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2017-11-06 DariusIII + * Chg: Remove windows scripts * Chg: Update Forking class * Chg: Update ProcessReleases class 2017-11-03 DariusIII diff --git a/misc/update/win/README.txt b/misc/update/win/README.txt deleted file mode 100644 index e9bcea334..000000000 --- a/misc/update/win/README.txt +++ /dev/null @@ -1,11 +0,0 @@ -Inlcuded in this folder are batch files for windows users. -You MUST set your system path to include the PHP path. - -Otherwise at the top of each batch file add the line -set Path=�C:\yourpathtoPHP\� - -updatebinaries.bat will execute the updatebinaries.php script. -updatereleases.bat will execute the updatereleases.php script. -updatebackill.bat will execute the backfill.php script. -Runme.bat will run a continous loop of update binaries and update releases and will optimise your db every 300 cycles. -Runme_with_scrape.bat is the same thing as Runme, however it will scrape every fifth time, if you are utilizing reqscraper. diff --git a/misc/update/win/Sleep.exe b/misc/update/win/Sleep.exe deleted file mode 100644 index aebb998c1..000000000 Binary files a/misc/update/win/Sleep.exe and /dev/null differ diff --git a/misc/update/win/optimisedb.bat b/misc/update/win/optimisedb.bat deleted file mode 100644 index 5725fe2f3..000000000 --- a/misc/update/win/optimisedb.bat +++ /dev/null @@ -1,3 +0,0 @@ -CD.. -php.exe optimise_db.php true -quit \ No newline at end of file diff --git a/misc/update/win/runme.bat b/misc/update/win/runme.bat deleted file mode 100644 index e6d0566c2..000000000 --- a/misc/update/win/runme.bat +++ /dev/null @@ -1,48 +0,0 @@ -set optimise=1 - - -set limit=111111111111111111111111 - -:Top - -CD.. -php.exe update_database_version.php -php.exe update_binaries.php -php.exe update_releases.php -CD win - -set /a optimise=%optimise%+1 -if %optimise%==300 goto optimise -:OptimiseDone - -set /a tv=%tv%+1 -if %tv%==20 goto tv -:TVDone - -set /a Movies=%Movies%+1 -if %Movies%==20 goto Movies -:moviesDone - -Sleep 120 - -GOTO TOP - -:Optimise -CD.. -php.exe optimise_db.php -set optimise=0 -CD win -GOTO OptimiseDone - -:TV -CD.. -php.exe update_tvschedule.php -set tv=0 -CD win -GOTO tvdone - -:Movies -CD.. -set Movies=0 -CD win -GOTO Moviesdone diff --git a/misc/update/win/runme_with_scrape.bat b/misc/update/win/runme_with_scrape.bat deleted file mode 100644 index 3ff0ea0e1..000000000 --- a/misc/update/win/runme_with_scrape.bat +++ /dev/null @@ -1,63 +0,0 @@ -set optimise=1 -set scrape=1 - -set limit=111111111111111111111111 - -:Top - -CD.. -php.exe update_database_version.php -php.exe update_binaries.php -php.exe update_releases.php -CD win - -set /a scrape=%scrape%+1 -if %scrape%==5 goto scrape -:ScrapeDone - -set /a optimise=%optimise%+1 -if %optimise%==300 goto optimise -:OptimiseDone - -set /a tv=%tv%+1 -if %tv%==20 goto tv -:TVDone - -set /a Movies=%Movies%+1 -if %Movies%==20 goto Movies -:moviesDone - -Sleep 120 - -GOTO TOP - -:Optimise -CD.. -php.exe optimise_db.php -set optimise=0 -CD win -GOTO OptimiseDone - -:Scrape -CD.. -CD.. -CD reqscraper -php scrape.php -set scrape=0 -CD.. -CD update -CD win -GOTO ScrapeDone - -:TV -CD.. -php.exe update_tvschedule.php -set tv=0 -CD win -GOTO tvdone - -:Movies -CD.. -set Movies=0 -CD win -GOTO Moviesdone diff --git a/misc/update/win/updatebackfill.bat b/misc/update/win/updatebackfill.bat deleted file mode 100644 index 9f9efee60..000000000 --- a/misc/update/win/updatebackfill.bat +++ /dev/null @@ -1,16 +0,0 @@ -:Top -echo off -cls -:MAINMENU choose option from menu -set /p userinp=Enter the full group name you would like to backfill, or to default to all groups, simply press enter: -set userinp=%userinp% -if "%userinp%"=="" goto All - -:SINGLE -CD.. -php.exe backfill.php "%userinp%" - -:ALL -CD.. -php.exe backfill.php - diff --git a/misc/update/win/updatebinaries.bat b/misc/update/win/updatebinaries.bat deleted file mode 100644 index 250ea61ca..000000000 --- a/misc/update/win/updatebinaries.bat +++ /dev/null @@ -1,3 +0,0 @@ -CD.. -php.exe update_binaries.php -quit \ No newline at end of file diff --git a/misc/update/win/updatereleases.bat b/misc/update/win/updatereleases.bat deleted file mode 100644 index 9a0990e6f..000000000 --- a/misc/update/win/updatereleases.bat +++ /dev/null @@ -1,3 +0,0 @@ -CD.. -php.exe update_releases.php -quit \ No newline at end of file