summaryrefslogtreecommitdiff
path: root/pkg/scripts
AgeCommit message (Collapse)Author
2016-04-04[bug] fail gracefully if no pixelated modules presentKali Kaneko
currently, we're distributing the wheels for the pixelated modules under downloads.leap.se. bootstrap script tried to download the pixelated modules, but it fails on python versions < 2.7.9, apparently. as a workaround, I make the import of the pixelated modules a non-fatal error by setting a flag, and doing the launching of the pix UA conditional on a successful import. - Related: #8009
2016-04-04[bug] update bootstrap script so that it installs pixelated reqs tooKali Kaneko
2015-08-24[pkg] fetch origin before checkoutKali Kaneko
2015-02-13create sumo tarball with leap dependencies (Closes: #6683)Kali Kaneko
2015-02-13gather bitmask dependency treeKali Kaneko
2014-10-31Remove unused scriptsIvan Alejandro
2014-08-15Add helpers and dependencies installation.Ivan Alejandro
2014-04-05Support stats between tags.Ivan Alejandro
Also: - Show tags that are being compared for each repo - Add License - Add explanation for the script - Add sample output
2014-04-04Add script to sum changes status.Ivan Alejandro
2014-03-26Add script to quickly verify some code rules.Ivan Alejandro
2014-03-05script to graph cpu/mem usage. Related: #5259Kali Kaneko
Use as: RESOURCE_TIME=5 make resource_graph where RESOURCE_TIME are the minutes to run for.
2014-01-14bootstrap script -- make run passthrough args work, allow init to be re-run.elijah
2014-01-13Install all dependencies unzipped.Ivan Alejandro
Otherwise scrypt gets installed as an egg resulting in an error trying to import it. [Closes #4948]
2013-11-06Support read-only remotes.Ivan Alejandro
2013-10-31Add script to bootstrap a develop environment.Ivan Alejandro
2013-10-16add make step to bootstrap scriptKali Kaneko
2013-09-19Url change of downloadKwadroNaut
Actually there should still be a test if it fails!
2013-09-06add x bitKali Kaneko
2013-09-05Update docs for testers and bootstrap script.Ivan Alejandro
2013-05-30adapt test suite to latest client codekali
* fix run_tests * add tox.ini * cleanup/update requirements * fix coverage reports * add pypi badge
2013-05-24add script for installing virtualenvkali
2013-05-11fix pyqt referenceskali
2013-05-11updated documentationkali
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc
2013-03-06Remove everything to start from scratchTomás Touceda
2012-12-28add bootstrap script to repokali
2012-09-06pkg.utils.parse_requirements used in setupkali
renamed setup-->pkg because name collision