From 99c0875f1c1a2be19ef9f67c9f9b64d2b399ad18 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 2 Dec 2020 14:16:33 +0100 Subject: Change CNAME to old-docs.al.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller Change-Id: I6d7397d72515e56e912bd82c7ebc4a838886ab74 --- jjb/daily-jjb-doc-update/include-doc-upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/daily-jjb-doc-update/include-doc-upload.sh') diff --git a/jjb/daily-jjb-doc-update/include-doc-upload.sh b/jjb/daily-jjb-doc-update/include-doc-upload.sh index c1f6a9c0..c7637fbd 100644 --- a/jjb/daily-jjb-doc-update/include-doc-upload.sh +++ b/jjb/daily-jjb-doc-update/include-doc-upload.sh @@ -19,7 +19,7 @@ rm -rf $TMPDIR/upload-gh-pages/* cp -ar $HTDOCS/* $TMPDIR/upload-gh-pages/ # tell github that we're serving this as docs.automotivelinux.org -echo "docs.automotivelinux.org" > $TMPDIR/upload-gh-pages/CNAME +echo "old-docs.automotivelinux.org" > $TMPDIR/upload-gh-pages/CNAME pushd $TMPDIR/upload-gh-pages git config user.name build.automotivelinux.org -- cgit 1.2.3-korg