Sorry for the delay. I realize me asking you to co-maintain this package while I haven't had much time lately isn't very clever. I will try to work on this package.
Search Criteria
Package Details: etcd 3.5.17-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/etcd.git (read-only, click to copy) |
---|---|
Package Base: | etcd |
Description: | A highly-available key value store for shared configuration and service discovery. |
Upstream URL: | https://github.com/etcd-io/etcd |
Licenses: | Apache |
Submitter: | xeross |
Maintainer: | andrewSC |
Last Packager: | andrewSC |
Votes: | 44 |
Popularity: | 0.43 |
First Submitted: | 2013-10-02 12:54 (UTC) |
Last Updated: | 2024-11-12 16:50 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (4)
- cilium-git (optional)
- cronsun-bin
- kubedee (optional)
- kubedee-git (optional)
Sources (3)
galaux commented on 2017-01-27 12:35 (UTC)
galaux commented on 2016-11-06 14:44 (UTC)
Hi Korjjj. Thanks for this package!
Would you please mind updating it?
Also here are some details I think would be worth considering:
- data dir is created at install time, it thus does not belong to the package (see output of `pacman -Qo /var/lib/etcd` → `error: No package owns /var/lib/etcd`). Not a big deal but still should belong to the package.
- file `10-EnvironmentFile` should belong to `/usr/lib/systemd/system/etcd.service.d`. Systemd files in `etc` are user customization.
- user `etcd` could be created by systemd
If you do not have time, I would gladly adopt or co-maintain this package.
Cheers…
mikroskeem commented on 2016-08-07 20:30 (UTC)
3.0.4 PKGBUILD is here:
https://git.mikroskeem.eu/RedPowder/PKGBUILDs/raw/master/etcd/PKGBUILD
wzyboy commented on 2016-08-04 07:50 (UTC)
Anyone who does not want to compile from source could check out this AUR-packaged official binary version of etcd: https://aur.archlinux.org/packages/etcd-bin/ .
It is for amd64 arch only, though.
brnv commented on 2016-07-18 12:09 (UTC) (edited on 2016-07-18 12:12 (UTC) by brnv)
Was confused with building process when got non-git-repository errors. Please,
add informational message when building process is start running.
k2s commented on 2015-12-08 12:56 (UTC)
can't build this package if gcc-go is installed.
it works if I replace makedepends=('go') to makedepends=('gcc-go')
matiwinnetou commented on 2015-11-26 21:51 (UTC)
latest ver:
pkgver=2.2.2
matiwinnetou commented on 2015-11-26 21:45 (UTC) (edited on 2015-11-26 21:46 (UTC) by matiwinnetou)
Please add armv6 and armv7 for rasberry PI 1 and 2 to list of architectures:
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
kseistrup commented on 2015-08-24 15:57 (UTC)
V2.1.2 became available ~3 days ago.
renttek commented on 2015-04-20 12:41 (UTC)
I'd say that we need go for build.
The PKGBUILD downloads the package from github and executes "./build".
The Build-File contains several calls to "go".
(https://github.com/coreos/etcd/blob/master/build)
Pinned Comments
galaux commented on 2018-02-25 17:41 (UTC)
Adding
keyserver-options auto-key-retrieve
to~/.gnupg/gpg.conf
enablesmakepkg
to use thevalidpgpkeys
provided in the PKGBUILD so that it can check the signature is the valid regarding the key specified by the packager.