summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Uninstall and reinstall targets for MakefileHEADmasterCasey Dahlin2008-07-081-0/+10
|
* Better argument error checking in gendeltarpms.pyCasey Dahlin2008-07-081-1/+1
|
* Modulize presto-utilsCasey Dahlin2008-07-0811-13/+14
|
* 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-073-2/+747
| | | | | | (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 small bug that didn't allow certain deltarpms to be generatedroot2007-08-142-1/+4
| | | 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>
* Fix typo in XML generationJonathan Dieter2007-07-113-2/+5
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Complete rewrite of yum-presto. New xml format.Jonathan Dieter2007-07-1133-176/+1018
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Many bugfixes and a few enhancementsJonathan Dieter2007-06-1911-65/+229
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Small changesJonathan Dieter2007-06-192-30/+80
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* First release of createprestorepo, prunerepo and prunedrpmsJonathan Dieter2007-05-0720-158/+1813
| | | 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>
* createprestorepo - full sourceJonathan Dieter2007-04-233-1/+225
| | | 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-039-416/+206
| | | | | 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-2917-33/+43
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* New serverJonathan Dieter2007-03-293-336/+507
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Revert "Fix autodownload of public gpg keys. Fix README."Jonathan Dieter2007-03-293-27/+21
| | | | This reverts commit 29e8480de3b168ecfef72d99eb8ada465ba31f6d.
* Fix autodownload of public gpg keys. Fix README.Jonathan Dieter2007-03-293-21/+27
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Bump to 0.3.0. Start downloading deltarpms ourselves.Jonathan Dieter2007-03-288-80/+244
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Do full (slow) MD5 check when checking to see if deltarpm can be applied ↵Jonathan Dieter2007-03-263-3/+6
| | | | | against disk contents Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Properly exit when unable to apply deltarpmJonathan Dieter2007-03-262-2/+3
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Fix bug where we sometimes die if delta repository doesn't exist (Second try)Jonathan Dieter2007-03-263-8/+10
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Fix bug where we sometimes die if delta repository doesn't existJonathan Dieter2007-03-262-6/+12
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Fixed another mirrorlist bugJonathan Dieter2007-03-262-3/+4
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Added logging to /var/log/presto.logJonathan Dieter2007-03-264-1/+87
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Fixed bug that breaks yum installJonathan Dieter2007-03-243-40/+54
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* A number of bug-fixes and added --disablepresto command-line optionJonathan Dieter2007-03-245-92/+146
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* - Fixed bug in handling mirrorlists in original repositoriesJonathan Dieter2007-03-232-1/+11
| | | | | - Added Changelog Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Version 0.2Jonathan Dieter2007-03-222-9/+348
| | | | | * Makefile modified for use in rpms Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Fixed miscellaneous bugsJonathan Dieter2007-03-227-7/+37
| | | | | Created Makefile Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Massive rewrite of whole system. Now uses yum-like XML data so we don't ↵Jonathan Dieter2007-03-2113-779/+2144
| | | | | waste time on 404 messages. Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Implement drpmIsWorthKeeping, and only generate a drpm if it's not alreadyAhmed Kamal2007-02-141-3/+27
| | | | there.
* Initial code commit for server side codeAhmed Kamal2007-02-091-0/+155
|
* Initial code commitAhmed Kamal2007-02-094-1/+609
|
* Blank file for repo creationroot2007-02-081-0/+1