aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version bump; preparing to release0.2_rc1Rafael G. Martins2010-06-102-3/+3
* small doc fixesRafael G. Martins2010-06-102-5/+5
* removed duplicates from the dependencies listsRafael G. Martins2010-06-101-1/+1
* changes to fix the requirements.py script; lots of trailling spacesRafael G. Martins2010-06-102-93/+96
* fixes to the requirements.py scriptRafael G. Martins2010-06-102-10/+15
* finished scripts/requirements.pyRafael G. Martins2010-06-091-3/+48
* initial import of the script to improve the management of dependencies.Rafael G. Martins2010-06-083-6/+72
* Added tag 0.1 for changeset a5a7a2f00a7fRafael G. Martins2010-06-051-0/+1
* __version__ bump0.1Rafael G. Martins2010-06-051-1/+1
* added new ebuild; removed old ebuildRafael G. Martins2010-06-051-2/+6
* fixes in the "build system"Rafael G. Martins2010-06-052-1/+3
* documentation fixesRafael G. Martins2010-06-051-3/+3
* removed shebangs from python modulesRafael G. Martins2010-06-058-8/+0
* changed README.rst; more documentation fixesRafael G. Martins2010-06-053-4/+14
* changed the MANIFEST.in and setup.py, to add the new files to the source tarballRafael G. Martins2010-06-052-1/+7
* fixed tinderbox doc, to allow the user of the source tarball tooRafael G. Martins2010-06-051-5/+13
* small fixes in the python modules. mainly doc changesRafael G. Martins2010-06-054-21/+61
* more work in the documentation. added docs/tinderbox.rstRafael G. Martins2010-06-054-10/+143
* changed the tinderbox script to use portage colorsRafael G. Martins2010-06-042-13/+47
* amended the tinderbox script to use the new trac moduleRafael G. Martins2010-06-043-33/+45
* added some sphinx documentationRafael G. Martins2010-06-044-9/+198
* Fixed .hgignore to ignore the builded docsRafael G. Martins2010-06-041-0/+1
* added the skeleton of the sphinx documentationRafael G. Martins2010-06-046-0/+307
* typo fixRafael G. Martins2010-06-041-1/+1
* changed the file g_octave/tinderbox/trac.py to use pycurl instead of urllib2Rafael G. Martins2010-06-041-89/+95
* added a python module to interact with Trac.Rafael G. Martins2010-06-032-0/+136
* started the automated bug report engine for the tinderbox scriptRafael G. Martins2010-06-031-7/+38
* Initial import of scripts/tinderbox.pyRafael G. Martins2010-06-021-0/+100
* changed the atoms returned by the packages method and added a nodeps argument...Rafael G. Martins2010-06-022-3/+4
* added method g_octave.DescriptionTree,packagesRafael G. Martins2010-06-021-0/+11
* removed deprecated method g_octave._parse_requirementsRafael G. Martins2010-05-301-23/+0
* fixed description.re_depends to allow '-' in the package nameRafael G. Martins2010-05-302-61/+61
* Added src_test() to the live ebuildRafael G. Martins2010-05-301-1/+5
* finished tests/test_ebuild.py; fixed tests/test_description.py and tests/util...Rafael G. Martins2010-05-293-8/+52
* added sample ebuilds to help the tests/test_ebuild.py test suiteRafael G. Martins2010-05-296-0/+177
* fixes in the g_octave.* modules to be able to run the testsRafael G. Martins2010-05-294-24/+45
* fixed tests to g_octave.overlay. added tests to g_octave.ebuild (tests/test_e...Rafael G. Martins2010-05-293-33/+70
* removed the method to create a g_octave.DescriptionTree object from the modul...Rafael G. Martins2010-05-291-18/+0
* fixed tests to the module g_octave.description_tree. tests are now using the ...Rafael G. Martins2010-05-293-38/+75
* added more files to the example tree used by the testsRafael G. Martins2010-05-293-0/+48
* moved auxiliary files from tests/ to tests/files. fixed modules g_octave.conf...Rafael G. Martins2010-05-295-3/+3
* added a fake tree of external files to be used by the tests.Rafael G. Martins2010-05-2815-0/+122
* bumped EAPI from the ebuild template to 3Rafael G. Martins2010-05-281-2/+2
* finished the basic test for the module g_octave.overlay (tests/test_overlay.py)Rafael G. Martins2010-05-282-4/+20
* changes in the config module (g_octave/config.py), added tests to the overlay...Rafael G. Martins2010-05-284-49/+139
* small fix in the script that run the tests (scripts/run_tests.py) to allow th...Rafael G. Martins2010-05-271-1/+1
* Added tests to g_octave/config.py (tests/test_config.py)Rafael G. Martins2010-05-274-3/+68
* moved the snippet of code that creates a "fake" DESCRIPTION tree from tests/t...Rafael G. Martins2010-05-272-14/+36
* Added tests to g_octave/description_tree.py (tests/test_description_tree.py)Rafael G. Martins2010-05-262-6/+142
* small improvements in the tests for g_octave/description.py (tests/test_descr...Rafael G. Martins2010-05-262-3/+8