diff --git a/alembic/versions/26af5c3602a0_add_the_default_hook_to_all_projects.py b/alembic/versions/26af5c3602a0_add_the_default_hook_to_all_projects.py index eec789f..0e733d8 100644 --- a/alembic/versions/26af5c3602a0_add_the_default_hook_to_all_projects.py +++ b/alembic/versions/26af5c3602a0_add_the_default_hook_to_all_projects.py @@ -36,6 +36,7 @@ def upgrade(): # Update all the existing projects for project in session.query(model.Project).all(): + print 'Installing %s' % project.fullname # Install the default hook plugin = pagure.lib.plugins.get_plugin('default') dbobj = plugin.db_object()