summaryrefslogtreecommitdiff
path: root/lib/thandy/ClientCLI.py
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@gentoo.org>2011-06-25 21:12:29 -0300
committerTomas Touceda <chiiph@gentoo.org>2011-06-25 21:12:29 -0300
commit7fb9bb97c1f76e04b32b9b943abb725d7aa9adaa (patch)
tree291115c220c546391346bfda78d47eda255bdf75 /lib/thandy/ClientCLI.py
parent4e9e40f156aee7b4da7519ae1f71d3b1c32e375a (diff)
Adds basic installation
Right now it's a bit more than just copying files, nothing else.
Diffstat (limited to 'lib/thandy/ClientCLI.py')
-rw-r--r--lib/thandy/ClientCLI.py4
1 files changed, 3 insertions, 1 deletions
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