From dfbc57f9a3b7036ed3a31ff47082c1331ae3e1a7 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Fri, 27 Nov 2020 17:00:16 -0800 Subject: [PATCH] build: Update ssh url for cairographics.org --- build/Makefile.am.releasing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.am.releasing b/build/Makefile.am.releasing index 329d49c8c..c8fd01a13 100644 --- a/build/Makefile.am.releasing +++ b/build/Makefile.am.releasing @@ -28,7 +28,7 @@ snapshot-dist: dist sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' RELEASE_OR_SNAPSHOT = $$(if test "x$(CAIRO_VERSION_MINOR)" = "x$$(echo "$(CAIRO_VERSION_MINOR)/2*2" | bc)" ; then echo release; else echo snapshot; fi) -RELEASE_UPLOAD_HOST = cairographics.org +RELEASE_UPLOAD_HOST = cairo.freedesktop.org RELEASE_UPLOAD_BASE = /srv/cairo.freedesktop.org/www RELEASE_UPLOAD_DIR = $(RELEASE_UPLOAD_BASE)/$(RELEASE_OR_SNAPSHOT)s RELEASE_URL_BASE = https://cairographics.org/$(RELEASE_OR_SNAPSHOT)s