aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* encoding fixesRafael G. Martins2010-12-101-1/+1
|
* fixed stuff to use the new config objectRafael G. Martins2010-12-091-1/+2
|
* added checksum support to package database fetchRafael G. Martins2010-11-301-2/+10
|
* fixed docs and issue tracker urlRafael G. Martins2010-10-231-57/+57
|
* updated README and manpageRafael G. Martins2010-08-041-9/+9
|
* moved scripts/requirements.py to contrib/manage_info.pyRafael G. Martins2010-08-021-159/+0
|
* added licenses support to the script requirements.pyRafael G. Martins2010-08-021-4/+41
|
* removed the old tinderbox.pyRafael G. Martins2010-08-021-177/+0
|
* added the option --list-raw to help the tinderbox scriptRafael G. Martins2010-08-021-2/+16
|
* added the option --oneshot to the main scriptRafael G. Martins2010-08-011-4/+12
|
* removed some scripts that are no more usedRafael G. Martins2010-07-313-167/+0
|
* rewrote the --list optionRafael G. Martins2010-07-311-5/+18
|
* fixed the main script to work with the new package databases and modulesRafael G. Martins2010-07-311-18/+12
|
* working on the new handling of the live ebuilds. the command line options ↵Rafael G. Martins2010-07-261-1/+14
| | | | '--scm' and '--no-scm' works, and the configuration option 'use_scm' as well
* more small fixes to the tinderbox, that's broken with the new trac instance. ↵Rafael G. Martins2010-07-261-1/+4
| | | | need some work.
* using empty KEYWORDS for live versionsRafael G. Martins2010-07-221-0/+16
|
* added the search of packagesRafael G. Martins2010-07-201-1/+33
|
* added a test to verify if the selected package manager is currentlyRafael G. Martins2010-07-151-0/+6
| | | | installed.
* added a security test, to check if the current user belongs to the userRafael G. Martins2010-07-151-1/+15
| | | | group allowed to build packages of the current package manager.
* removed a poor debug from the main scriptRafael G. Martins2010-07-141-4/+3
|
* run_tests.py now clean the environment vars before run the testsRafael G. Martins2010-07-141-0/+8
|
* ported a bunch of scripts to py3kRafael G. Martins2010-07-144-32/+44
|
* fixed all the modules that deal with files, to work properly with py3kRafael G. Martins2010-07-141-3/+4
|
* added a module for compatibility with py3k and started porting the main scriptRafael G. Martins2010-07-141-25/+27
|
* final fixes to the release.0.3Rafael G. Martins2010-07-131-6/+15
|
* disabled the logging for the tests. updated all the doc for the next releaseRafael G. Martins2010-07-131-1/+1
|
* fixed testsRafael G. Martins2010-07-131-0/+3
|
* added new options to the config file. started adding logging calls to the ↵Rafael G. Martins2010-07-121-2/+35
| | | | source code
* bunch of fixes. added support to paludisRafael G. Martins2010-07-121-5/+11
|
* added support to package updatesRafael G. Martins2010-07-111-20/+36
|
* added modular support to portage/pkgcoreRafael G. Martins2010-07-111-21/+19
|
* small fixes and preparation to a new release0.2.1Rafael G. Martins2010-07-021-1/+5
|
* a bunch of documentation changes and fixes to the release0.2Rafael G. Martins2010-07-021-15/+12
|
* added a helper option to g-octave script to return values from the config fileRafael G. Martins2010-07-011-1/+16
|
* changes to make g-octave able to work with a local database installed by portageRafael G. Martins2010-07-011-22/+28
|
* added g-octave eclass to the source tree. small fixes at ↵Rafael G. Martins2010-06-271-0/+4
| | | | scripts/package_database.py
* splited scripts/create_database.py. package database and soruce tarballs are ↵Rafael G. Martins2010-06-253-71/+129
| | | | ok now
* more work on the SVN stuff. previously done. commit delayed :(Rafael G. Martins2010-06-241-7/+9
|
* more work in the SVN stuff. not works properly yetRafael G. Martins2010-06-181-20/+39
|
* initial import of stuff to deal with the SVN repo. Don't use it yethg diffRafael G. Martins2010-06-141-0/+50
|
* changes to fix the requirements.py script; lots of trailling spacesRafael G. Martins2010-06-101-32/+36
| | | | removed.
* fixes to the requirements.py scriptRafael G. Martins2010-06-101-10/+12
|
* 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-081-0/+61
|
* changed README.rst; more documentation fixesRafael G. Martins2010-06-051-1/+11
|
* changed the tinderbox script to use portage colorsRafael G. Martins2010-06-041-12/+47
|
* amended the tinderbox script to use the new trac moduleRafael G. Martins2010-06-041-31/+40
|
* 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
|
* small fix in the script that run the tests (scripts/run_tests.py) to allow ↵Rafael G. Martins2010-05-271-1/+1
| | | | | | the use of auxiliary python files.