Hi,
just wanted to let you guys know that stage/prod is now running on
master-ball and slave-ball.
I took the extensive downtime last night to migrate over.
Changes:
- l10n-master is now in site/master-ball/l10n-master
- slave is now in site/slave-ball/slave
- get-pushes is now run as
PYTHONPATH=/home/dashboard/site/master-ball/l10n-master/ twistd
--umask=0022 get-pushes -l 201 -t 0.5 -s settings_master && tail -f
twistd.log
in site/master-ball.
- build logs are now stored in /mnt/space/build-data
I didn't remove the old data and old master and slave yet.
I had to tweak the vendor.pth of both master- and slave-ball to make the
vendor-local stuff show up in sys.path first, copied what easy_install
does. Those are on github, no local changes.
Left to do for real production:
Liberate slave from depending on a shared repo tree,
https://bugzilla.mozilla.org/show_bug.cgi?id=710593.
Axel