]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Update URL from http to https
authorWolfgang Stöggl <c72578@yahoo.de>
Thu, 21 Mar 2019 10:25:39 +0000 (11:25 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Thu, 21 Mar 2019 14:00:30 +0000 (15:00 +0100)
commit267369f9b6c46d9386855c2204850cf7b3f5425e
tree5959579d80bbae6724aed2f7d183b650b0951cd7
parent2e0e5e372db0b2dad4c748d26297c47b33920ec8
Update URL from http to https

- Command used to replace http with https:
  git grep -l 'http://oss.oetiker.ch' -- './*' ':(exclude)CHANGES' | \
  xargs sed -b -i 's|http://oss.oetiker.ch|https://oss.oetiker.ch|g'
- Fixes:
  https://github.com/oetiker/rrdtool-1.x/issues/934
33 files changed:
README.md
WIN32-BUILD-TIPS.txt
bindings/dotnet/rrd_binding_test.cs
bindings/dotnet/rrdlib.cs
bindings/python/README.md
bindings/python/rrdtoolmodule.c
configure
doc/rrdbuild.pod
doc/rrdtool-dump.xsd
m4/acinclude.m4
rrdtool.spec
src/rrd_dump.c
tests/modify-test1.create.dump
tests/modify-test1.mod1.dump
tests/modify-test3.create.dump
tests/modify-test3.mod1.dump
tests/modify2-testa-create.dump
tests/modify2-testb-mod1.dump
tests/modify2-testc-mod1.dump
tests/modify4-testa-create.dump
tests/modify4-testa1-create.dump
tests/modify4-testa2-create.dump
tests/modify5-testa1-create.dump
tests/modify5-testa2-create.dump
tests/tune1-testa-mod1.dump
tests/tune1-testa-mod2.dump
tests/tune1-testorg.dump
tests/tune2-testa-mod1.dump
tests/tune2-testorg.dump
win32/librrd-4.rc
win32/rrdcgi.rc
win32/rrdtool.rc
win32/rrdupdate.rc