I think it doesn't need go for build anymore.
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)
visit commented on 2015-04-17 22:20 (UTC)
korjjj commented on 2014-06-09 09:19 (UTC)
Updated to 0.4.3.
Switched to github archive tarball.
Split with etcdctl.
xeross commented on 2014-06-06 11:46 (UTC)
Updated to 0.4.2 and disowned.
xeross commented on 2014-05-31 05:59 (UTC)
Fixed the package not installing the .service and .conf file. Thanks for letting me know Codekoala.
codekoala commented on 2014-05-27 13:41 (UTC)
Looks like the current PKGBUILD doesn't actually install the .service or .conf file, but I'm probably the only consumer of that bit.
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
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.