Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-11 | don't update venv on every login shell | varac | |
2016-02-09 | Refactor vagrant provisioning scripts | varac | |
so we can use the 'debian.pp' manifest to install the requirements for setting up the useragent in a non-vagrant env. | |||
2016-02-08 | Install npm from debian package archive | varac | |
we don't need to install npm from source anymore since jessie | |||
2016-02-08 | install bzip2 before installing phantomjs | varac | |
- Resolves: #597 | |||
2016-02-08 | also use httpredir.debian.org for jessie-backports | varac | |
2016-02-08 | Install virtualenv, install compass as .deb | varac | |
2016-02-04 | fix installation of useragent deb package | varac | |
2016-02-04 | update LEAP archive signing key | varac | |
2016-01-06 | Add nodejs_legacy package for required node symlink | Felix Hammerl | |
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-12-28 | Dev requirements now use u1db and dirspec from launchpad, vagrant needs ↵ | Bruno Wagner | |
bazaar for that to work | |||
2015-12-01 | create jessie Docker containers | Christoph Kluenter | |
use the new jessie packages for creating containers based on debian:jessie | |||
2015-10-29 | update key used for downloading our packages | Christoph Kluenter | |
it had expired and was renewed | |||
2015-08-26 | create /.config in advance | Christoph Kluenter | |
zmq tries to create ~/.config, but $HOME is empty. So we create a symlink from /.config to /mnt/user/ because the user-agent is allowed to write to /mnt/user but not to / | |||
2015-08-26 | clean up Dockerfile | Christoph Kluenter | |
we don't need most of the packages because we provide everything inside pixelated-user-agent now. | |||
2015-08-26 | also install gpg-key for the leap/experimental repo | Christoph Kluenter | |
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-06-09 | pin python-sqlcipher to our version | Christoph Kluenter | |
Problem is, that the debian version is linked against a broken sqlcipher. Our version is statically linked against a version of sqlcipher that comes with python-sqlcipher. See https://github.com/pixelated-project/project-issues/issues/110 | |||
2015-06-03 | use debian jessie instead of testing on dockerfile | rafael lisboa | |
we were using debian:testing, which apparently was causing "invalid header value" for the SRP token (see https://github.com/pixelated-project/pixelated-dispatcher/issues/102). i'm reverting this back to debian:jessie since that's the version we intend to run the user-agent on for now anyway. | |||
2015-05-07 | added build-essential package to source provisioning | varac | |
2015-04-28 | Updated user agent vagrant to run on Jessie | Bruno Wagner | |
2015-04-28 | Activate custom modules now uses the correct setup | Bruno Wagner | |
2015-04-28 | Removed hackday vagrant while cleaning up the vagrantfile | Bruno Wagner | |
2015-03-13 | Removed commented out lines from Dockerfile. | Folker Bernitt | |
- Issue #322 | |||
2015-03-13 | Enable utf-8 locale in user agent. | Folker Bernitt | |
- Fix missing imports - Issues #322, #319, #313 | |||
2015-03-13 | Ensure locales package is installed. | Folker Bernitt | |
- Issue #322 | |||
2015-03-13 | Set locale to UTF-8 in docker context. | Folker Bernitt | |
- Issue #322 | |||
2015-02-12 | Bower always uses node_modules and added LC_ALL for the compass compile to work | Bruno Wagner | |
2015-02-12 | Use wheezy for vagrant source box #272 | varac | |
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 | Rephrased some things on the README and removed the provision README as its ↵ | Bruno Wagner | |
contents are already on the main README now | |||
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-05 | #270 Added the debian backport for use the last version of python-sqlcipher | Jefferson | |
2015-02-04 | updated leap_archive_key | varac | |
2015-02-04 | Fixing setupjs | Neissi Torres Lima | |
2015-01-30 | #258 no need to install pysqlcipher from pip to build docker anymore | Duda Dornelles | |
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-29 | don't timeout if download of phantomjs is slow | Christoph Kluenter | |
2015-01-29 | Issue #252: Now correct node_modules gets deleted and phantomjs is installed. | Folker Bernitt | |
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-28 | make the vagrant box smaller | Christoph Kluenter | |
we dd everything with zeroes. Then the disk can be made sparse. The image is 100M smaller now. Fixes #253 | |||
2015-01-26 | install haveged to have more entropy | Christoph Kluenter | |
the internet hasn't decided if its a good idea to use haveged on a virtual machine. But since this is for testing purposes anyway, its okay. First part of #244 | |||
2015-01-26 | Don't pin soledad versions. | Christoph Kluenter | |
2015-01-23 | Changed package command because it was breaking | Bruno Wagner | |