From fba93cb494f456a61e99463621a98096b39f3524 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 25 Aug 2016 09:11:31 -0700 Subject: [PATCH] scripts: rename deploy-zulip-from-git to reference upgrading. --- docs/changelog.md | 2 +- docs/prod-maintain-secure-upgrade.md | 2 +- scripts/{deploy-zulip-from-git => upgrade-zulip-from-git} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename scripts/{deploy-zulip-from-git => upgrade-zulip-from-git} (100%) diff --git a/docs/changelog.md b/docs/changelog.md index ef51db0eeb..e18629f3a8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -37,7 +37,7 @@ All notable changes to the Zulip server are documented in this file. manifests (setting a redis password, etc.). - Added automatic configuration of postgres/memcached settings based on the server's available RAM. -- Added scripts/deploy-zulip-from-git for upgrading Zulip from a Git repo. +- Added scripts/upgrade-zulip-from-git for upgrading Zulip from a Git repo. - Added preliminary support for Python 3. All of Zulip's test suites now pass using Python 3.4. - Added support for `Name ` format when inviting users. diff --git a/docs/prod-maintain-secure-upgrade.md b/docs/prod-maintain-secure-upgrade.md index ede7dcf0a9..387bb40c8f 100644 --- a/docs/prod-maintain-secure-upgrade.md +++ b/docs/prod-maintain-secure-upgrade.md @@ -149,7 +149,7 @@ Zulip is new enough that this script exists), you can do deployments by running as root: ``` -/home/zulip/deployments/current/scripts/deploy-zulip-from-git +/home/zulip/deployments/current/scripts/upgrade-zulip-from-git ``` and Zulip will automatically fetch the relevant branch from the diff --git a/scripts/deploy-zulip-from-git b/scripts/upgrade-zulip-from-git similarity index 100% rename from scripts/deploy-zulip-from-git rename to scripts/upgrade-zulip-from-git