The etcd rpms
Find a file
2021-08-21 17:54:27 +02:00
tests Removed https_proxy: squid.redhat.com:3128 2017-11-29 13:43:12 +02:00
.gitignore Update to 3.5.0 Close: rhbz#1932657 2021-08-09 17:47:03 +02:00
changelog Convert to rpmautospec 2021-08-05 15:16:40 +02:00
etcd.conf Update to v3.0.9 2016-09-16 16:36:04 +02:00
etcd.service etcd.service: do not pass command line flags already defined in environment 2019-04-16 15:51:58 +02:00
etcd.spec Add symlink for alternate import paths 2021-08-21 17:54:27 +02:00
README.md generate man-pages for etcd and etcdctl 2017-11-07 15:09:13 +01:00
sources Update to 3.5.0 Close: rhbz#1932657 2021-08-09 17:47:03 +02: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