summaryrefslogtreecommitdiffstats
path: root/presto.py
Commit message (Collapse)AuthorAgeFilesLines
* Split server and clientJonathan Dieter2007-03-291-149/+0
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Bump to 0.3.0. Start downloading deltarpms ourselves.Jonathan Dieter2007-03-281-71/+33
| | | 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-261-1/+2
| | | | | against disk contents Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Properly exit when unable to apply deltarpmJonathan Dieter2007-03-261-1/+1
| | | 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-261-2/+2
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Fixed another mirrorlist bugJonathan Dieter2007-03-261-3/+1
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Added logging to /var/log/presto.logJonathan Dieter2007-03-261-1/+11
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Fixed bug that breaks yum installJonathan Dieter2007-03-241-7/+9
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* A number of bug-fixes and added --disablepresto command-line optionJonathan Dieter2007-03-241-82/+128
| | | Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
* Fixed miscellaneous bugsJonathan Dieter2007-03-221-1/+4
| | | | | 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-211-0/+127
waste time on 404 messages. Signed-off-by: Jonathan Dieter <jdieter@gmail.com>