Skip to content

Commit

Permalink
Merge pull request #2416 from pmeenan/cleanup2
Browse files Browse the repository at this point in the history
Removed statsd, tsview integrations and auto APK updating
  • Loading branch information
jefflembeck authored Oct 4, 2022
2 parents c8f1179 + 3d13ea2 commit a287cbb
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,017 deletions.
1 change: 0 additions & 1 deletion www/common_lib.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3331,7 +3331,6 @@ function PopulateTestInfo(&$test)
'tcpdump',
'timeline',
'trace',
'tsview_id',
'url',
'video',
'web10',
Expand Down
148 changes: 0 additions & 148 deletions www/cron/apkUpdate.php

This file was deleted.

9 changes: 0 additions & 9 deletions www/cron/hourly.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

PruneCruxCache();
PruneVideos();
ApkUpdate();

Unlock($cron_lock);

Expand All @@ -40,14 +39,6 @@

echo "Done\n";

function ApkUpdate()
{
if (GetSetting('apkPackages')) {
echo "Updating APKs from attached device...\n";
include __DIR__ . '/apkUpdate.php';
}
}

function PruneVideos()
{
// Delete any rendered videos that are older than a day (they will re-render automatically on access)
Expand Down
Loading

0 comments on commit a287cbb

Please sign in to comment.