From: David Bremner Date: Sun, 3 Jul 2011 18:18:30 +0000 (-0300) Subject: build-system: replace use of ssh with wget for checking the website X-Git-Tag: 0.6.1~8 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=2e136988129507a6a8cbac62014122051f156072;hp=2e136988129507a6a8cbac62014122051f156072 build-system: replace use of ssh with wget for checking the website The idea is to see if the version we are already releasing exists on the notmuch website. Using wget allows more people to run this target, and also allows people with ssh access to run it without access to their keys. ---