[sagenb] 151/157: Add info on 'sage -f' when needed
felix salfelder
felix-guest at moszumanska.debian.org
Mon Dec 22 16:52:02 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 e20b02f41b48fdd36fa0d209f447ff730aea1e28
Author: Karl-Dieter Crisman <kcrisman at gmail.com>
Date: Mon Nov 10 11:05:34 2014 -0500
Add info on 'sage -f' when needed
---
ReleaseInstr.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/ReleaseInstr.md b/ReleaseInstr.md
index d27554d..c9cf461 100644
--- a/ReleaseInstr.md
+++ b/ReleaseInstr.md
@@ -86,6 +86,14 @@ in your local `SAGENB_ROOT`.
make ptestlong # test sage
```
+ If you are not using your sagenb repository directly inside
+ Sage as described in the file HACKING.rst, you may need to
+ use the following command before actually testing it out.
+
+ ```sh
+ ./sage -f sagenb # if necessary to install the new sagenb
+ ```
+
1. (Optional) If you encounter errors or realize there was a mistake,
you can try to fix them back in sagenb, after reverting the last
change (the updated sagenb version).
--
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