From 8e689c7434abbf20d4e3ca49cf78a21d33d6fe3b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 21 Oct 2011 20:14:54 +0000 Subject: [PATCH] - update_versions: touch trigger file so that feeder rereads DB svn path=/trunk/boinc/; revision=24458 --- checkin_notes | 6 ++++++ tools/update_versions | 1 + 2 files changed, 7 insertions(+) diff --git a/checkin_notes b/checkin_notes index 1849a14837..5e0691d31b 100644 --- a/checkin_notes +++ b/checkin_notes @@ -7651,3 +7651,9 @@ David 21 Oct 2011 lib/ coproc.cpp + +David 21 Oct 2011 + - update_versions: touch trigger file so that feeder rereads DB + + tools/ + update_versions diff --git a/tools/update_versions b/tools/update_versions index 378047a329..ae7cd47c4c 100755 --- a/tools/update_versions +++ b/tools/update_versions @@ -445,5 +445,6 @@ function scan_apps() { } scan_apps(); +touch("reread_db"); // if feeder is running, tell it to reread DB ?>