aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-03-27Add logrotate configMike Williamson
2017-03-27Let systemd do the supervisingMike Williamson
Arangod can be launched in supervisor mode, which forks off child processes and then restarts them if they die. This commit removes the `--supervisor` option and relies on systemd to do the supervising.
2017-03-27Update to 3.1.15Mike Williamson
2017-03-27Create /var/tmp/arangodb3 with tmpfiles.dMike Williamson
2017-03-27Remove rm commands from post_removeMike Williamson
2017-03-20Bump to pkgver 5Mike Williamson
2017-03-20Remove chmod from systemd unit fileMike Williamson
2017-03-20Improve messages displayed after upgrade/uninstallMike Williamson
2017-03-20Upgrade to sha512 and trust Frank's signing keyMike Williamson
2017-03-19Create users with sysusers.dMike Williamson
2017-03-19Don't delete /var/lib/arangodb3Mike Williamson
2017-03-19Bump to pkgver 3Mike Williamson
2017-03-19install Arango license fileMike Williamson
2017-03-19Bring our systemd unit file closer to arango'sMike Williamson
More work needs to be done to rationalize the differences but this is a start.
2017-03-19Clean up after ourselves betterMike Williamson
2017-03-19Put all binaries in /usr/binMike Williamson
2017-03-19Remove unused libexec folderMike Williamson
2017-03-19remove unused files in libMike Williamson
2017-03-19Remove unneeded cmake variablesMike Williamson
2017-03-14Update srcinfo as wellMike Williamson
2017-03-14Update to 3.1.14Mike Williamson
2016-12-22Bump to 3.1.6Mike Williamson
2016-12-21Bump to 3.1.5Mike Williamson
2016-12-14Update to 3.1.4Mike Williamson
2016-12-03Update to 3.1.3Mike Williamson
2016-12-02Bump to Arango 3.1.2Mike Williamson
2016-11-24Bump to 3.1.1Mike Williamson
2016-11-04Upgrade to 3.1! W00T!Mike Williamson
2016-10-20Update to 3.0.10Mike Williamson
2016-10-12Update to 3.0.9Mike Williamson
2016-09-21Remove unneeded RuntimeDirectory directivesMike Williamson
We are using tmpfiles.d to do deal with creating directories in /run.
2016-09-16Update to 3.0.8Mike Williamson
2016-09-06Update to 3.0.7Mike Williamson
2016-08-24Bump package version to 2Mike Williamson
2016-08-24Add proper handling of pidfileMike Williamson
arangodb-tmpfile.conf specifies the /run directory that ArangoDB will need to create it's pidfile. We are now using systemd-tmpfiles to create the whatever is specifed in that file in the post_install hook.
2016-08-23Merge pull request #3 from carpinchob/patch-1Mike Williamson
Modify post install message
2016-08-23Modify post install messagecarpinchob
Here is the message arangod gives when using only --upgrade Please note that the specified option '--upgrade' has been renamed to '--database.auto-upgrade' in this ArangoDB version
2016-08-23Update to 3.0.5Mike Williamson
This commit fixes problems with paths by compiling with the proper cmake settings.
2016-08-08Make sure makedepends are captured in srcinfoMike Williamson
2016-08-08Merge pull request #2 from lxndr/masterMike Williamson
Fix makedepends list
2016-08-08Fix makedepends listlxndr
2016-08-03Update to 3.0.4Mike Williamson
2016-07-20Update .SRCINFOMike Williamson
2016-07-20Bump pkgrel to reflect dropping depsMike Williamson
Incrementing the package release number since go and readline have been removed.
2016-07-20Update .SRCINFO to reflect new deps.Mike Williamson
2016-07-20Update ReadmeMike Williamson
2016-07-20remove unneeded directory renaming.Mike Williamson
2016-07-20Drop dependencies that are no longer requiredMike Williamson
2016-07-19Merge branch 'master' of ssh+git://aur.archlinux.org/arangodbMike Williamson
Merge commit to unify the existing history with aur package history
2016-07-19Update to 3.0.3Mike Williamson