summaryrefslogtreecommitdiff
path: root/lib/thandy/repository.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thandy/repository.py')
-rw-r--r--lib/thandy/repository.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/thandy/repository.py b/lib/thandy/repository.py
index 6d1ece3..af20904 100644
--- a/lib/thandy/repository.py
+++ b/lib/thandy/repository.py
@@ -394,6 +394,9 @@ class LocalRepository:
# Okay; that's it for the metadata. Do we have the right
# bundles?
bundles = {}
+ if len(trackingBundles) == 1 and trackingBundles[0] == "**":
+ trackingBundles = ts.getBundleInfos()
+
for b in trackingBundles:
try:
binfo = ts.getBundleInfo(b)