From 559c9e20d0dd1c0c8b944a94d9fea82791d49e46 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 10 Jan 2010 01:47:26 -0500 Subject: [PATCH] Fix typos in upgrade docs. Signed-off-by: Edward Z. Yang --- doc/upgrade.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/upgrade.rst b/doc/upgrade.rst index 85f9f80..0cb405b 100644 --- a/doc/upgrade.rst +++ b/doc/upgrade.rst @@ -175,9 +175,9 @@ to these tags:: git checkout -b tpristine git reset --hard 1.0 -Find the committer time associated with the commit using ``git show`` +Find the committer time associated with the ``tmaster`` commit using ``git show tmaster`` and note it somewhere (we will refer to it in the environment variable -``$TIME``.) +``$DATE``.) Next, begin performing ordinary procedure for preparing the pristine copy. There are two caveats: you will need to use ``--force`` @@ -212,7 +212,7 @@ to refer to this non-HEAD tag. On a scripts server with Wizard pointed at the latest version, run:: cd tests - env WIZARD_NO_COMMIT=1 ./test-install-$APP.sh $VERSION + env WIZARD_NO_COMMIT=1 ./$APP-install-test.sh $VERSION cd testdir_install_$APP_$VERSION wizard prepare-config -- 2.45.2