Package Details: etcd 3.6.0-1

Git Clone URL: https://aur.archlinux.org/etcd.git (read-only, click to copy)
Package Base: etcd
Description: A distributed, reliable key-value store for the most critical data of a distributed system.
Upstream URL: https://github.com/etcd-io/etcd
Licenses: Apache-2.0
Submitter: xeross
Maintainer: andrewSC
Last Packager: andrewSC
Votes: 45
Popularity: 0.161761
First Submitted: 2013-10-02 12:54 (UTC)
Last Updated: 2025-05-17 14:50 (UTC)

Dependencies (2)

Required by (4)

Sources (5)

Pinned Comments

galaux commented on 2018-02-25 17:41 (UTC)

Adding keyserver-options auto-key-retrieve to ~/.gnupg/gpg.conf enables makepkg to use the validpgpkeys provided in the PKGBUILD so that it can check the signature is the valid regarding the key specified by the packager.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

codekoala commented on 2014-05-27 13:38 (UTC)

Thanks!

xeross commented on 2014-05-24 08:19 (UTC)

Updated to 0.4.1 and added changes made by Codekoala

codekoala commented on 2014-04-26 02:43 (UTC)

Turns out there's a little bit more to my request than just including a service file. I've updated the PKGBUILD a bit with the service file and an install script that creates a new user for the service. I also rearranged some stuff in the PKGBUILD to meet packaging standards a bit more closely. https://github.com/codekoala/pkgbuilds/tree/master/etcd

codekoala commented on 2014-04-26 01:53 (UTC)

Would it be a possibility/good idea to add a service file for etcd? I snagged this straight from the CoreOS: [Unit] Description=etcd [Service] User=etcd PermissionsStartOnly=true Environment=ETCD_DATA_DIR=/var/lib/etcd ETCD_NAME=default ExecStart=/usr/bin/etcd Restart=always RestartSec=10s

xeross commented on 2014-02-20 09:54 (UTC)

Updated to 0.3.0, also compiles from source from now on.

xeross commented on 2014-01-27 19:30 (UTC)

Updated to 0,2.0

xeross commented on 2014-01-27 19:30 (UTC)

Updated to 0,2.0

dmp1ce commented on 2014-01-27 16:44 (UTC)

Would it be possible to get etcdctl updated to version 0.2?