Closed Bug 1193652 Opened 9 years ago Closed 9 years ago

Check woo_mailer.sh and woo_mailer_test.sh into the repo

Categories

(Tree Management Graveyard :: OrangeFactor, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: emorley)

References

Details

I really really dislike having files outside of version control. [webtools@brasstacks1.dmz.scl3 orangefactor]$ ll total 13256 drwxr-x--- 2 webtools webtools 4096 Jul 2 16:10 bin -rwxr-x--- 1 webtools webtools 110 Jan 30 2012 deploy.sh drwxr-x--- 2 webtools webtools 4096 Jan 23 2012 include drwxr-x--- 3 webtools webtools 4096 Jan 23 2012 lib lrwxrwxrwx 1 webtools 2325 36 Jan 23 2012 lib64 -> /home/webtools/apps/orangefactor/lib -rw-r----- 1 webtools webtools 60 Aug 7 06:27 pip-selfcheck.json drwxr-x--- 5 webtools webtools 4096 Jun 4 2014 src -rw-r----- 1 webtools webtools 13516927 Aug 11 08:01 woo_mailer.log -rwxr-x--x 1 webtools webtools 202 Aug 7 07:22 woo_mailer.sh -rwxr-x--- 1 webtools webtools 104 Aug 7 07:22 woo_mailer_test.sh [webtools@brasstacks1.dmz.scl3 orangefactor]$ cat woo_mailer.sh OFHOME=/home/webtools/apps/orangefactor cd $OFHOME/src/orangefactor echo "Running in test mode." $OFHOME/bin/python woo_mailer.py -t echo "Running in production mode." $OFHOME/bin/python woo_mailer.py [webtools@brasstacks1.dmz.scl3 orangefactor]$ cat woo_mailer_test.sh OFHOME=/home/webtools/apps/orangefactor cd $OFHOME/src/orangefactor $OFHOME/bin/python woo_mailer.py -t
https://hg.mozilla.org/automation/orangefactor/rev/0fd4e01b93cd [webtools@brasstacks1.dmz.scl3 orangefactor]$ hg pull -u -v pulling from http://hg.mozilla.org/automation/orangefactor/ searching for changes all local heads known remotely adding changesets adding manifests adding file changes added 2 changesets with 3 changes to 3 files resolving manifests ... 3 files updated, 0 files merged, 8 files removed, 0 files unresolved [webtools@brasstacks1.dmz.scl3 orangefactor]$ crontab -l 0 0 * * * /home/webtools/apps/gofaster_dashboard/bin/fetch-and-process-builddata.sh 0 0,4,8,12,16,18,20 * * * /home/webtools/apps/orangefactor/bin/python /home/webtools/apps/orangefactor/src/bzcache/bzcache/bz_cache_refresh.py 0 8 * * tue (/home/webtools/apps/orangefactor/woo_mailer.sh 2>&1) >> /home/webtools/apps/orangefactor/woo_mailer.log [webtools@brasstacks1.dmz.scl3 orangefactor]$ crontab -e crontab: installing new crontab [webtools@brasstacks1.dmz.scl3 orangefactor]$ crontab -l 0 0 * * * /home/webtools/apps/gofaster_dashboard/bin/fetch-and-process-builddata.sh 0 0,4,8,12,16,18,20 * * * /home/webtools/apps/orangefactor/bin/python /home/webtools/apps/orangefactor/src/bzcache/bzcache/bz_cache_refresh.py 0 8 * * tue (/home/webtools/apps/orangefactor/src/orangefactor/woo_mailer.sh 2>&1) >> /home/webtools/apps/orangefactor/woo_mailer.log [webtools@brasstacks1.dmz.scl3 orangefactor]$ cd ~/apps/orangefactor/ [webtools@brasstacks1.dmz.scl3 orangefactor]$ ll total 13256 drwxr-x--- 2 webtools webtools 4096 Jul 2 16:10 bin -rwxr-x--- 1 webtools webtools 110 Jan 30 2012 deploy.sh drwxr-x--- 2 webtools webtools 4096 Jan 23 2012 include drwxr-x--- 3 webtools webtools 4096 Jan 23 2012 lib lrwxrwxrwx 1 webtools 2325 36 Jan 23 2012 lib64 -> /home/webtools/apps/orangefactor/lib -rw-r----- 1 webtools webtools 60 Aug 7 06:27 pip-selfcheck.json drwxr-x--- 5 webtools webtools 4096 Jun 4 2014 src -rw-r----- 1 webtools webtools 13516927 Aug 11 08:01 woo_mailer.log -rwxr-x--x 1 webtools webtools 202 Aug 7 07:22 woo_mailer.sh -rwxr-x--- 1 webtools webtools 104 Aug 7 07:22 woo_mailer_test.sh [webtools@brasstacks1.dmz.scl3 orangefactor]$ rm woo_mailer.sh woo_mailer_test.sh
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Product: Tree Management → Tree Management Graveyard
You need to log in before you can comment on or make changes to this bug.