[sagenb] 152/157: Even more minor release instruction fixes
felix salfelder
felix-guest at moszumanska.debian.org
Mon Dec 22 16:52:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch master
in repository sagenb.
commit b573592c152823439f8e7ae1e116c4d4fe0530e7
Author: Karl-Dieter Crisman <kcrisman at gmail.com>
Date: Mon Nov 10 11:09:12 2014 -0500
Even more minor release instruction fixes
---
ReleaseInstr.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ReleaseInstr.md b/ReleaseInstr.md
index c9cf461..95ae88e 100644
--- a/ReleaseInstr.md
+++ b/ReleaseInstr.md
@@ -103,6 +103,7 @@ in your local `SAGENB_ROOT`.
git reset --mixed HEAD^
<fix whatever needs fixing>
<perhaps run tests again, from SAGE_ROOT>
+ <set up changes with git add>
git commit -m 'Fix doctests' # or whatever is appropriate
<edit Changes and setup.py again if necessary>
git add Changes
@@ -110,8 +111,8 @@ in your local `SAGENB_ROOT`.
git commit
```
- Now return to the previous step (in `SAGE_ROOT`) as needed,
- and then proceed.
+ Now return to the previous steps for creating the distribution and
+ new tar files, update checksums etc. as needed, and then proceed.
1. Now we can create a branch for the ticket `<ticket>`, commit our changes,
and push to Trac. Warning: do not use `git commit -a`
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git
More information about the debian-science-commits
mailing list