[Pkg-mozext-commits] [perspectives-extension] 02/12: Documentation - Mention clean vs test builds in update doc

David Prévot taffit at alioth.debian.org
Sat Nov 9 14:23:53 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch debian
in repository perspectives-extension.

commit 6ea2f9cbc637161ad5949edb0edd01b88208e650
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Tue Oct 15 22:54:20 2013 -0600

    Documentation - Mention clean vs test builds in update doc
---
 update_howto.txt |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/update_howto.txt b/update_howto.txt
index 2e1c3ac..4a4cd92 100644
--- a/update_howto.txt
+++ b/update_howto.txt
@@ -4,7 +4,7 @@ Here are the steps to update Perspectives:
 1. Local changes
 
 - Commit, stash, or revert all of your in-progress changes
-- Build the new version
+- Build a test new version ('make test')
 - Run the in-browser tests (see the README for details)
 - Run the manual tests (see the tests/ directory)
 
@@ -13,6 +13,7 @@ Once you're confident everything works:
 - Check: do you need to/can you increase the version compatibility in plugin/install.rdf ?
 - Increment the version number in plugin/install.rdf
 - Add a tag in git for the new version, to make it easy to find if we ever need to republish, rebuild, or for people who build from source
+- Build a clean version ('make clean; make')
 - Upload your changes to github
 - Create a pull request to bring your changes to the main branch
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list