summaryrefslogtreecommitdiff
path: root/pkg/scripts/bootstrap_develop.sh
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
2014-08-15Add helpers and dependencies installation.Ivan Alejandro
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