From 5fa1da11ce619c8f71e1f71e32671483ae2af513 Mon Sep 17 00:00:00 2001 From: totten <totten@civicrm.org> Date: Thu, 6 Aug 2020 04:16:14 +0000 Subject: [PATCH] Update 5.x-final.md --- doc/5.x-final.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/5.x-final.md b/doc/5.x-final.md index 95082bd..72cf045 100644 --- a/doc/5.x-final.md +++ b/doc/5.x-final.md @@ -89,7 +89,7 @@ check depend on a file named `versions.json`. Update this. ``` ## Find and examine the current list of branches. -cd /var/www/latest.civicrm.org/public/ +pushd /var/www/latest.civicrm.org/public/ ls -la versions.json ./bin/pb branch:list @@ -115,11 +115,14 @@ Finally: ## Make the change persistent. git commit versions.json git push origin master + +## Go back +popd ``` ## 6: Make new versions visible on download sites -Log into ~~https://civicrm.org/user~~ https://d8.civicrm.org/user and clear the page-cache in ~~https://civicrm.org/admin/config/development/performance~~ https://d8.civicrm.org/admin/config/development/performance +Log into https://civicrm.org/user and clear the page-cache in https://civicrm.org/admin/config/development/performance <!-- civicrm.org is in a migration from D7=>D8. These details may be in flux until that settles. --> -- GitLab