ReleaseEngineering/Applications/Tegra Dashboard

From MozillaWiki
< ReleaseEngineering‎ | Applications
Revision as of 17:19, 14 February 2012 by Bear (talk | contribs) (Created page with "packages installed after VM setup: rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm yum install hg yum install python26 Required crontab:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

packages installed after VM setup:

rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm

yum install hg yum install python26

Required crontab:

  • /5 * * * * python2.6 /var/www/tegras/dashboard.py

Setting up of the tegra dashboard:

cd /var/www/ mkdir tegras cd html ln -s /var/www/tegras . cd ../tegras hg clone http://hg.mozilla.org/build/tools ln -s tools/buildfarm/mobile/tegras.json . ln -s tools/buildfarm/maintenance/production-masters.json .