commit e77fa85ead12344b3c6fdce94f4e221caec2de81 Author: Colin Childs colin@torproject.org Date: Tue Oct 28 13:09:16 2014 -0500
Remove tsum resource from config file, and cronjob --- config | 2 +- crontab | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/config b/config index 501e818..d768684 100644 --- a/config +++ b/config @@ -8,7 +8,7 @@ TRANSLATION_REPO=/srv/translation.torproject.org/translations/ TX=/usr/bin/tx
PROJECTS="bridgedb bridgedb_completed gettor gettor_completed -tsum tsum_completed torcheck torcheck_completed whisperback +torcheck torcheck_completed whisperback whisperback_completed https_everywhere https_everywhere_completed liveusb-creator liveusb-creator_completed tails-persistence-setup tails-persistence-setup_completed tails-greeter tails-greeter_completed diff --git a/crontab b/crontab index f87549f..c8f4d46 100644 --- a/crontab +++ b/crontab @@ -1,6 +1,3 @@ MAILTO=sebastian@torproject.org 15,45 * * * * /srv/translation.torproject.org/tools/update_translations -#MAILTO=runa@torproject.org -MAILTO=colin@torproject.org -10,40 * * * * /srv/translation.torproject.org/tools/mail_tsum_completed
tor-commits@lists.torproject.org