From 7fb9bb97c1f76e04b32b9b943abb725d7aa9adaa Mon Sep 17 00:00:00 2001 From: Tomas Touceda Date: Sat, 25 Jun 2011 21:12:29 -0300 Subject: Adds basic installation Right now it's a bit more than just copying files, nothing else. --- lib/thandy/ClientCLI.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/thandy/ClientCLI.py') diff --git a/lib/thandy/ClientCLI.py b/lib/thandy/ClientCLI.py index 6a78bf6..92f038a 100644 --- a/lib/thandy/ClientCLI.py +++ b/lib/thandy/ClientCLI.py @@ -15,6 +15,7 @@ import thandy.repository import thandy.download import thandy.master_keys import thandy.packagesys.PackageSystem +import thandy.packagesys.ThpPackages import thandy.socksurls import thandy.encodeToXML @@ -157,7 +158,8 @@ def update(args): print "Bundles with all THP packages:" for bundle in thpTransactions: # TODO: ThpTransaction goes here! - print thpTransactions[bundle] + thandy.packagesys.ThpPackages.ThpTransaction(thpTransactions[bundle], + repoRoot).install() return -- cgit v1.2.3