aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-12-02 14:16:33 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-12-02 14:16:33 +0100
commit99c0875f1c1a2be19ef9f67c9f9b64d2b399ad18 (patch)
tree7daac8c3b0dac45fad576f278d6509b55ff2cbbf
parent18082ed8d3bfa3efb816250581a647b3c7c1e944 (diff)
Change CNAME to old-docs.al.org
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I6d7397d72515e56e912bd82c7ebc4a838886ab74
-rw-r--r--jjb/daily-jjb-doc-update/include-doc-upload.sh2
1 files changed, 1 insertions, 1 deletions
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