Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-27 | Pixelated UA debian package depends on libsqlcipher0 and libssl-dev | varac | |
2017-02-07 | Revert "[#918] Adds verbose output for post-install script" | Thais Siqueira | |
This reverts commit 9a8df480a57ad68153b9ac5e2d4017a9cbfb57f9. | |||
2017-02-07 | [#918] Adds exit status to post install script | Thais Siqueira | |
Without `exit X` the scritp gets the exit status from last command. So it was getting the exit status from `systemctl -q is-active pixelated-server.service` when pixelated-server wasn't running. with @deniscostadsc | |||
2017-02-07 | [#918] Adds verbose output for post-install script | Thais Siqueira | |
With @deniscostadsc | |||
2017-02-06 | Revert "[#918] Reverts the postinstall script" | Thais Siqueira | |
This reverts commit 98abd30f1ecf7c8d6ef3d5ecce90396a2868a1fc. | |||
2017-02-02 | [#918] Reverts the postinstall script | Thais Siqueira | |
Related with PR #949: https://github.com/pixelated/pixelated-user-agent/pull/949 | |||
2017-01-27 | Only restart pixelated-server if service is active and systemd exists | Anike Arni | |
2017-01-26 | [#918] Adds scritp to restart pixelated-server | Denis Costa | |
After upgrading Pixelated User Agent package this script will restart the server in order to have the newest code running. | |||
2017-01-16 | Remove python-gnupg debian package as dependency | Tulio Casagrande | |
2016-10-06 | add libsqlcipher-dev as build dependency | varac | |
2016-10-06 | Fix pixpybuild dependency | varac | |
2016-10-06 | add libsqlite3-dev as build dependency | varac | |
2016-05-12 | Change dispather mention in copyright to user agent | Caio Carrara | |
2016-02-11 | bump debian package version | Christoph Kluenter | |
2016-01-04 | Removed stray line from file | Bruno Wagner | |
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-01 | start releasing for jessie | Christoph Kluenter | |
2015-12-01 | Release 0.3 | Christoph Kluenter | |
2015-08-25 | only use another builddir only if $GO_BUILDDIR is set | Christoph Kluenter | |
2015-08-25 | build in /tmp to fix too long path in shebang | Christoph Kluenter | |
the virtualenv files are created in a directory that is too long to be used in a shebang. we need to force a shorter path by hardcoding the builddir to /tmp/build/ | |||
2015-08-20 | Added debian/pixelated-user-agent.links. | Folker Bernitt | |
2015-08-20 | Enable pixpybuild buildsystem. | Folker Bernitt | |
2015-08-20 | Attempt to make user agent package buildable again. | Folker Bernitt | |
- See https://github.com/pixelated/project-issues/issues/133 - Removed pacakge dependencies as they should now be part of the package - Uses pixpybuild to build the debian package | |||
2015-07-23 | the maintainer of the debian package is not thoughtworks but pixelated | Christoph Kluenter | |
2015-05-04 | add dependency to leap-auth for deb package | rafael lisboa | |
2015-02-10 | Also depend on python-requests from wheezy-backports in debian/control #279 | varac | |
2015-02-03 | Upgrading to twisted 13.2.0 | Duda Dornelles | |
2015-01-23 | Adding missing dep on debin/control | Duda Dornelles | |
2015-01-22 | #224 fixing debian dependencies on debian/control | Duda Dornelles | |
2015-01-21 | #224 removing klein and flask deps from debian/control | Duda Dornelles | |
2015-01-16 | Removed service_identity module because it is optional and doesn't exist on ↵ | Bruno Wagner | |
wheezy | |||
2015-01-15 | Added the service identity package as a debian dependency | Bruno Wagner | |
2015-01-13 | removing nacl as #227, its not used anymore | Victor Shyba | |
2015-01-13 | Adding pynacl dependency | Duda Dornelles | |
2015-01-08 | Revert "depend on python-cryptography" | Christoph Kluenter | |
This reverts commit 446e130361b8a35e8775ae066ebe87037a9899cf. See #226 | |||
2015-01-08 | depend on python-cryptography | Christoph Kluenter | |
2014-11-06 | Flask is back because it is still needed by the attachments and tags controllers | Bruno Wagner Goncalves | |
2014-11-05 | grooming our dependencies a bit - flask is out | Duda Dornelles | |
2014-10-23 | fixing some dependencies on debian/control | Duda Dornelles | |
2014-10-10 | adding whoosh dependency to debian package | Duda Dornelles | |
2014-09-17 | depend on python-scanner and python-crochet | Christoph Kluenter | |
both packages are missing in debian. I built them from source and uploaded them to packages.pixelated-project.org | |||
2014-09-11 | add copyright to debian | Christoph Kluenter | |
2014-09-10 | Moved debian package fix to install. | Folker Bernitt | |
2014-09-10 | Added flask debian dependency. | Folker Bernitt | |
- Remove version information from egg for debian as debian manages dependencies. | |||
2014-09-10 | Build and add resources at the right locations. | Folker Bernitt | |
- include package data into build - build resources as part of debian dpkg-buildpackage use: dpkg-buildpackage -rfakeroot -uc -us to build the package | |||
2014-09-09 | add more info to debian/control | Christoph Kluenter | |
2014-09-09 | new version 2.0 | Christoph Kluenter | |
2014-09-09 | fix building the debian packages with ./debian in the root | Christoph Kluenter | |