Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-08 | also use httpredir.debian.org for jessie-backports | varac | |
2016-02-04 | fix installation of useragent deb package | varac | |
2016-02-04 | update LEAP archive signing key | varac | |
2016-01-04 | Changed wheezy backports to jessie | Bruno Wagner | |
Changed to jessie backports as we are using that now. Also adapted the nodejs_legacy package calls to nodejs, that's the name of the package on jessie | |||
2015-10-29 | update key used for downloading our packages | Christoph Kluenter | |
it had expired and was renewed | |||
2015-08-20 | Upgrade pip and setuptools when logging into the dev box | kaeff | |
Doing the upgrade while ssh'ing into the box because 1) The virtualenv is loaded already 2) Happends right before pip is used the first time See https://github.com/pixelated/pixelated-user-agent/pull/436 | |||
2015-04-28 | Activate custom modules now uses the correct setup | Bruno Wagner | |
2015-02-12 | Bower always uses node_modules and added LC_ALL for the compass compile to work | Bruno Wagner | |
2015-02-11 | (Re-)added auto setup of vagrant ssh. | Folker Bernitt | |
- Issues #282, #252 | |||
2015-02-10 | for #282 not running ./go setup as part of activate_custom_node_modules | Duda Dornelles | |
Withot this fix we would run ./go setup everytime the user does vagrant ssh. Running that should be a user option and not enforced like that. | |||
2015-02-10 | Depend on python-requests from wheezy-backports #279 | varac | |
2015-02-10 | moved wheezy-backports sources to dedicated file, see #278 | varac | |
2015-02-09 | #278 adding wheezy-backports repo to deb vagrant sources list | Duda Dornelles | |
2015-02-09 | Fix debian package dependencies in Vagrant deb box when using wheezy #278 | Patrick Maia | |
2015-02-04 | updated leap_archive_key | varac | |
2015-02-04 | Fixing setupjs | Neissi Torres Lima | |
2015-01-29 | source correct virtualenv | Christoph Kluenter | |
this was a cut'n'paste error | |||
2015-01-29 | run some more stuff on first login | Christoph Kluenter | |
we need to build the css,js bower packages on login because its not contained in the image | |||
2015-01-29 | run setup py on login | Christoph Kluenter | |
we need to create some egg files for the user-agent before everything works | |||
2015-01-28 | Issue #252: Node modules are now installed in the box. | Folker Bernitt | |
- They are symlinked into /vagrant/web-ui/node_modules | |||
2015-01-19 | added Vagrantfile and provision scripts | varac | |
- use leap jessie boxes for now - remove rng-tools hack that speeded up key generation from Vagrant provisioning we don't want to generate weak keys, even when it takes longer - set source box as default for 'vagrant up' - properly override vm.box_url for different providers |