The etcd rpms
Find a file
Fedora Release Engineering 76b2195cd9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 08:59:59 +00:00
tests Removed https_proxy: squid.redhat.com:3128 2017-11-29 13:43:12 +02:00
.gitignore generate man-pages for etcd and etcdctl 2017-11-07 15:09:13 +01:00
0001-hack-etcdmain-to-generate-etcd.1.patch generate man-pages for etcd and etcdctl 2017-11-07 15:09:13 +01:00
0001-hack-to-generate-man-pages.patch generate man-pages for etcd and etcdctl 2017-11-07 15:09:13 +01:00
etcd.conf Update to v3.0.9 2016-09-16 16:36:04 +02:00
etcd.service add missing options to etcd help (thanks to Joy Pu ypu@redhat.com) 2015-12-29 21:43:39 +01:00
etcd.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild 2018-02-07 08:59:59 +00:00
etcdmain-Add-max-snapshots-and-max-wals-to-help.patch add missing options to etcd help (thanks to Joy Pu ypu@redhat.com) 2015-12-29 21:43:39 +01:00
hack-test.patch Hack test to provide ability to run unit-tests and integration tests 2016-08-16 12:45:13 +02:00
README.md generate man-pages for etcd and etcdctl 2017-11-07 15:09:13 +01:00
run-etcd-on-ppc64le-by-default.patch Remove ppc64le architecture restriction 2016-11-26 13:47:24 +01:00
sources generate man-pages for etcd and etcdctl 2017-11-07 15:09:13 +01:00

etcdctl*.1 to etcdctl3*.1

for line in $(ls *.1); do mv $line $(echo $line | sed "s/etcdctl/etcdctl3/"); done

rename refs in man pages

sed -i "s/\\fBetcdctl\-/\\fBetcdctl3\-/g" *.1

sed -i s"/^etcdctl/ETCDCTL=3 etcdctl/" etcdctl3*.1

etcdctl*.1 to etcdctl2*.1

for line in $(ls *.1); do mv $line $(echo $line | sed "s/etcdctl/etcdctl3/"); done

rename refs in man pages

sed -i "s/\\fBetcdctl-/\\fBetcdctl2-/g" *.1