Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-28 | [pkg] bump dependencies0.9.0 | Ivan Alejandro | |
2015-09-18 | [feat] remove taskthread dependency | Ruben Pollan | |
Refactor ivan's code (aa4b684d0682ff9faf1577653fa5ceabbc6e0f20) to remove the time.sleep. - Resolves: #7414 | |||
2015-09-15 | [pkg] require Logbook 0.7.0 or newer | Ivan Alejandro | |
For our logging we need a new logbook feature that was added on 0.7.0. - Resolves: #7449 | |||
2015-08-28 | [pkg] update versions for 0.9.0rc2 | Kali Kaneko | |
2015-08-24 | [pkg] fetch origin before checkout | Kali Kaneko | |
2015-08-24 | [pkg] add new .icns file for mac bundle | Kali Kaneko | |
2015-08-10 | [feat] Add script apply_updates.py for pyinstaller bundle | Ruben Pollan | |
apply_updates.py applies the already downloaded files from the updates folder and removes all the obsolete files from the bundle. It's meant to be use by the pyinstaller bundle. - Resolves: #7342 - Related: #5876 | |||
2015-08-07 | [pkg] remove old files, update README a little | Kali Kaneko | |
2015-08-07 | [pkg] make postmkenv working in osx | Kali Kaneko | |
we won't be using this for packaging though. it can be useful to avoid installing it, although installing from wheel is quite straightforward in osx. | |||
2015-08-06 | [feat] WHEELHOUSE can be a url + --use-leap-wheels | Parménides GV | |
--use-leap-wheels sets --trusted-host (remove it when we have a proper cert) and WHEELHOUSE to https://ftp.lizard.leap.se Until we get ftp.lizard cname, use lizard as the wheels server. - Related: #7339 | |||
2015-08-04 | [tests] add flake8 to testing requirements, flake8 config | Kali Kaneko | |
2015-08-03 | [feat] use wheels to install dependencies | Parménides GV | |
generate_wheels uses $WHEELHOUSE to generate and store the wheels for requirements.pip and requirements-testing.pip (if it exists). pip_install_requirements.sh installs requirements.pip from them if possible (if not, then it fetches them from pypi) or, if passed the --testing flag, it installs requirements-testing.pip. Related: #7327 | |||
2015-07-31 | [pkg] utility targets on makefile, spec changes | Kali Kaneko | |
2015-07-31 | [pkg] add small shell launcher for linux bundle | Kali Kaneko | |
to workaround the incompatibility problem with Qt libs found in ubuntu | |||
2015-07-31 | [pkg] add notes about needed hacks with pyinstaller | Kali Kaneko | |
there are a couple of manual steps needed | |||
2015-07-31 | [feat] initial working bundle with pyinstaller | Kali Kaneko | |
linux only, at the moment, but it's a good start :) | |||
2015-07-27 | [pkg] add AUTHORS file + one-liner to generate it | Kali Kaneko | |
2015-07-27 | [pkg] add script to install base requirements | Kali Kaneko | |
- update pip - install base reqs | |||
2015-07-22 | [pkg] separate leap requirements | Kali Kaneko | |
this is part of a process to make the setup of the development mode less troublesome. from now on, setting up a virtualenv in pure development mode will be as easy as telling pip to just install the external dependencies:: pip install -r pkg/requirements.pip and traversing all the leap repos for the needed leap dependencies doing:: python setup.py develop - Related: #7288 | |||
2015-07-22 | [pkg] bump versions for bitmask 0.9.0rc1 bundles | Kali Kaneko | |
- Releases: 0.9.0 | |||
2015-07-10 | [pkg] bump dependencies0.9.0rc1 | Ivan Alejandro | |
2015-06-22 | [feat] add a zmq based logger, change log window | Ivan Alejandro | |
- Add a new handler for a zmq/thread-safe log send between components. - Update the log window to use this new handler. - Remove old custom handler We have implemented a new handler that uses logbook, so this one is no longer needed. - Adapt log silencer to new handler - Use log file always as default - Related: #6733 | |||
2015-06-08 | [pkg] add missing taskthread dependency | Ivan Alejandro | |
This dependency was previously installed through soledad, but it doesn't use that lib anymore. | |||
2015-05-27 | [feat] adapt to new events api on common | Ivan Alejandro | |
- Related: #6359 | |||
2015-05-08 | [feat] use txzmq in backend | drebs | |
Before this commit, the backend used plain pyzmq bindings for communicating with the frontend. This implements the txzmq twisted-powered bindings instead. Closes: #6360 | |||
2015-05-07 | [bug] change the ip command location to /sbin/ | Ivan Alejandro | |
Change the 'ip' command location to support Fedora/RHEL distros. /bin/ip is pressent on Debian/Ubuntu but not on Fedora. /sbin/ip is a symlink to /bin/ip on Debian/Ubuntu and a binary on Fedora. - Resolves: #6894 | |||
2015-04-24 | [bug] support /usr/lib64 python path for symlinks | Ivan Alejandro | |
On 64bit Fedora/RHEL systems the python path is /usr/lib64 instead of /usr/lib like on Ubuntu systems. This fix allows those users to use the bootstrap_develop.sh script. | |||
2015-02-13 | create sumo tarball with leap dependencies (Closes: #6683) | Kali Kaneko | |
2015-02-13 | add pipdeptree to requirements-dev | Kali Kaneko | |
2015-02-13 | gather bitmask dependency tree | Kali Kaneko | |
2015-01-14 | Pin/unpin dependencies. | Ivan Alejandro | |
Unpin python-dateutil since is no longer a problem. Pin python-daemon since latest version (2.0.3 as today) fails to get installed wich causes problems with the bundle and the bootstrapper script. | |||
2015-01-08 | Support for 'nobody' (used on Arch) group name.0.8.0rc3 | Ivan Alejandro | |
2014-12-15 | Merge branch 'release/0.7.x' into develop | Ivan Alejandro | |
Conflicts: pkg/tuf/release.py relnotes.txt | |||
2014-12-05 | Bump bitmask-root version.0.7.0rc6 | Ivan Alejandro | |
2014-11-25 | fix typo, add license | Kali Kaneko | |
2014-11-24 | Add script to enable ipdb debugging in bundle directories. | drebs | |
2014-11-14 | vpn: support for the server setting custom fragment openvpn option | elijah | |
2014-10-31 | Remove unused TUF helpers. | Ivan Alejandro | |
These files are now in the bitmask_bundler repo. | |||
2014-10-31 | Remove unused scripts | Ivan Alejandro | |
2014-10-28 | Update requirements to use newer Soledad. | Ivan Alejandro | |
2014-10-28 | Handle removals on the updater repo | Ruben Pollan | |
2014-10-02 | Handle removals on the updater repo | Ruben Pollan | |
2014-09-22 | Use python2.7 instead of python2. | Ivan Alejandro | |
The binary `python2` is not present on Debian systems. The common denominator for Ubuntu, Debian, Arch is `python2.7` Related to #6048. | |||
2014-09-19 | bump version | Kali Kaneko | |
because we've updated it with mail fw. | |||
2014-09-19 | Use wheels! yeah! | Kali Kaneko | |
No more infinite time to re-create a virtualenv. | |||
2014-09-11 | Add email firewall | Ruben Pollan | |
2014-09-05 | Use python2 explicitly to run bitmask-root. | Ivan Alejandro | |
Closes #6048. | |||
2014-09-02 | Temporarily removing venv from path, to get system lib folder | Bruno Wagner Goncalves | |
2014-09-02 | Removed hard coded path of python app on mac platform | Bruno Wagner Goncalves | |
2014-08-15 | Add helpers and dependencies installation. | Ivan Alejandro | |