aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* iter_read_bash moved to bash module.Alec Warner2014-03-171-1/+1
* Fix schema check for MySQLChristian Ruppert2014-01-251-3/+2
* Bump schema to add the arm64 archChristian Ruppert2014-01-251-1/+1
* Remove unused code.Brian Harring2013-04-141-5/+0
* Fix typo.Robin H. Johnson2011-07-081-1/+1
* Improve version detection code.Robin H. Johnson2011-07-081-8/+12
* Fix fetch bug.Robin H. Johnson2010-03-081-1/+1
* Bug #283077: start on using Manifests to detect changes.Robin H. Johnson2010-03-083-11/+56
* Migration for Python 2.5.Robin H. Johnson2009-09-081-2/+2
* Return the correct contents.Robin H. Johnson2009-08-241-1/+2
* Skip causing the dupe warning.Robin H. Johnson2009-08-241-4/+4
* Missing arg.Robin H. Johnson2009-08-181-1/+1
* Allow forcing of updates to propogate down.Robin H. Johnson2009-08-182-5/+5
* Enable forcing of updates.Robin H. Johnson2009-08-181-3/+6
* Missed one arches item.Robin H. Johnson2009-06-281-1/+1
* Reload the config later.Robin H. Johnson2008-11-302-0/+6
* Add a bit of debug for later.Robin H. Johnson2008-11-271-1/+4
* Process pmask entries.Robin H. Johnson2007-11-101-0/+10
* Allow access to the pmask entry data.Robin H. Johnson2007-11-101-0/+5
* Add stats in update output.Robin H. Johnson2007-11-071-0/+1
* Hook up deletion code.Robin H. Johnson2007-11-071-4/+47
* Make add_versions return the IDs of the new items, for deletion work.Robin H. Johnson2007-11-071-6/+9
* Provide DELETE functions for database cleanups.Robin H. Johnson2007-11-071-4/+34
* Add functions to select CP/CPV ids for deletion detection.Robin H. Johnson2007-11-071-0/+46
* Behave correctly if Changelog is missing.Robin H. Johnson2007-11-071-4/+11
* Fix slight bug with replacement stuff.Robin H. Johnson2007-11-041-2/+2
* SQLite should not use INDEX in table creation.Robin H. Johnson2007-11-051-0/+9
* Use the changelog sha1 then the ebuild sha1 for detecting changes.Robin H. Johnson2007-10-241-21/+32
* Backend accessor functions for changelog metadata.Robin H. Johnson2007-10-241-4/+10
* Accessor function for the changelog metadata.Robin H. Johnson2007-10-241-0/+17
* Store the SHA1 and mtime for each ebuild and the package ChangeLog. ebuild mt...Robin H. Johnson2007-10-243-37/+54
* ignore -* in db generatorMarkus Ullmann2007-10-231-0/+2
* Ignore blocks in changelog starting with #.Robin H. Johnson2007-10-231-3/+12
* Whitespace fixesMarkus Ullmann2007-10-233-9/+9
* Make pylint happy.Robin H. Johnson2007-10-221-0/+0
* Pylintian cleanup again, adds some more error checking.Robin H. Johnson2007-10-211-14/+31
* Factor out core.py and clean up.Robin H. Johnson2007-10-211-13/+17
* Add indexes on tables for key columns. find_or_create_foo functions now retur...Robin H. Johnson2007-10-211-22/+47
* Pylint fix.Robin H. Johnson2007-10-211-1/+1
* Add /verbump/ feature. Need to document limitations later.Robin H. Johnson2007-10-201-3/+20
* Pylint cleanup.Robin H. Johnson2007-10-201-3/+7
* find_cpv returns both columns now. refactor find_cpv_mtime to use find_cpv. a...Robin H. Johnson2007-10-201-23/+39
* Fix whitespace.Robin H. Johnson2007-10-201-36/+36
* The timestamp variable is actually the mtime from previous passes, use a bett...Robin H. Johnson2007-10-201-6/+8
* Massive backend SQL cleanup, pass #1, proper prepared statements, to avoid al...Robin H. Johnson2007-10-191-109/+291
* Handle -arch keywords properly and a slight cleanup of code for style.Robin H. Johnson2007-10-191-4/+8
* Avoid duplicating the arches list.Robin H. Johnson2007-10-181-1/+2
* Split out changelog code for better parsing changelog entries.Robin H. Johnson2007-10-181-1/+2
* add_version/add_keywords must come after find_cpv_mtime!Robin H. Johnson2007-10-181-2/+2
* Remove debug statements.Robin H. Johnson2007-10-182-6/+2