entropy.server.interface: when move_packages is done, always run dependencies test

This commit is contained in:
Fabio Erculiani
2009-05-09 13:43:10 +02:00
parent f5d8f12bb2
commit 9669e7683f

View File

@@ -1513,6 +1513,9 @@ class Server(Singleton,TextInterface):
)
switched.add((idpackage, repo,))
# just run this to make dev aware
self.dependencies_test(to_repo)
return switched