aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-13 20:21:48 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-13 20:21:48 -0300
commit033737b22d2a70442aa8a7969fee2df460dc47fa (patch)
tree40b1cbc3a41ec43704fa1d61955354b00020355d /docs/development.rst
parentstarted updating the documentation (diff)
downloadg-octave-033737b22d2a70442aa8a7969fee2df460dc47fa.tar.gz
g-octave-033737b22d2a70442aa8a7969fee2df460dc47fa.tar.bz2
g-octave-033737b22d2a70442aa8a7969fee2df460dc47fa.zip
disabled the logging for the tests. updated all the doc for the next release
Diffstat (limited to 'docs/development.rst')
-rw-r--r--docs/development.rst21
1 files changed, 9 insertions, 12 deletions
diff --git a/docs/development.rst b/docs/development.rst
index b9077df..8e3feb5 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -1,27 +1,25 @@
Development
===========
-:Source code: http://g-octave.rafaelmartins.eng.br/hg/
-:Bug tracker: http://g-octave.rafaelmartins.eng.br/
-
-.. _`bug tracker`: http://g-octave.rafaelmartins.eng.br/
+:Source code: http://git.overlays.gentoo.org/gitweb/?p=proj/g-octave.git
+:Bugs to: rafael [at] rafaelmartins [dot] eng [dot] br
Running the test suites
-----------------------
You can run the tests suites using the script ``run_tests.py`` that can be
-found in the directory ``scripts`` in the `source tarballs`_ (since 0.1) or
-in the `Mercurial repository`_
+found in the directory ``scripts`` in the recent `source tarballs`_ or
+in the `Git repository`_
-.. _`source tarballs`: http://g-octave.rafaelmartins.eng.br/distfiles/releases/
-.. _`Mercurial repository`: http://g-octave.rafaelmartins.eng.br/hg/
+.. _`source tarballs`: http://soc.dev.gentoo.org/~rafaelmartins/g-octave/
+.. _`Git repository`: http://git.overlays.gentoo.org/gitweb/?p=proj/g-octave.git
::
$ scripts/run_tests.py
-If some test is broken, please create a ticket in the `bug tracker`_.
-A quick registration is needed.
+If some test is broken, report me a bug by email. The bug tracker is
+temporary disabled.
Creating source tarballs from the octave-forge SVN repository
@@ -51,7 +49,6 @@ with your source tarballs and run from the root of the source tree::
Sending patches
---------------
-You can send mercurial/git formated patches, attaching the patch to a new
-bug in the `bug tracker`_.
+You can send git formated patches to me via email.
More information will be available soon.