launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #05907
pushing db-devel branches *is* slower, we do need a cronjob fixing things up.
Something like this, running as launchpad-pqm - I'm on leave, so I
leave this up to whomever gets annoyed at the push times first.
import bzrlib.plugin
bzrlib.plugin.load_plugins()
import bzrlib.repository
with bzrlib.initialize():
db = bzrlib.repository.Repository.open('lp:launchpad/db-devel')
devel = bzrlib.repository.Repository.open('lp:launchpad')
devel.fetch(db)
-Rob
Follow ups