summaryrefslogtreecommitdiffstats
path: root/yum-presto
Commit message (Collapse)AuthorAgeFilesLines
* Fix traceback on package remove bugJonathan Dieter2008-04-102-1/+4
| | | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Use setuptools for installationJonathan Dieter2008-04-074-25/+51
| | | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Show information on savings and put together aJonathan Dieter2008-04-071-2/+72
| | | | | | (not yet functioning) daemon to generate deltarpms Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Fix README so it is now accurate for 0.4.x and update Changelog.Jonathan Dieter2007-11-172-18/+14
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Make sure we don't leave open file descriptors when we call applydeltarpm.Jonathan Dieter2007-11-141-2/+2
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Fix a couple of typos that caused yum to hang if certainJonathan Dieter2007-09-282-3/+6
| | | | | error paths were hit. Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Fix for situation where repository may be removed and then added againJonathan Dieter2007-08-052-2/+3
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Applied small patch by Luke Macken to fix problems when not run directly ↵Jonathan Dieter2007-07-302-6/+11
| | | | | from yum. Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Complete rewrite of yum-presto. New xml format.Jonathan Dieter2007-07-1111-1475/+355
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Fixes to make yum-presto work completely correctly on multi-arch systems.Jonathan Dieter2007-05-015-10/+12
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Make compatible with Rawhide. Many bugfixes.Jonathan Dieter2007-04-156-42/+52
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Small typo fix (seq should be sequence)Jonathan Dieter2007-04-062-1/+8
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Some house-keeping work in preparation for release to Extras.Jonathan Dieter2007-04-053-13/+18
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Add improved logging. Many bug fixes.Jonathan Dieter2007-04-046-63/+155
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Add Ahmed's patch to rebuild rpms in separate thread.Jonathan Dieter2007-04-034-43/+121
| | | | | Complete rebuild of createprestorepo Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Change how sequence is stored in presto.xml.gz to enhance accuracy.Jonathan Dieter2007-03-302-6/+11
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Split server and clientJonathan Dieter2007-03-2912-0/+1778
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>