launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #05846
Re: [Merge] lp:~cjwatson/launchpad/refactor-cron-germinate into lp:launchpad
Getting a better feel for the structure of runGerminate now. Which makes me wonder:
+ # Generate apt-ftparchive "extra overrides" for Build-Essential
+ # fields.
+ if ('build-essential' in structure.names and
+ flavour == flavours[0]):
+ writeOverrides('build-essential', 'Build-Essential', 'yes')
I don't suppose you could just do this at the end, outside of all loops?
if 'build-essential' in structures[flavours[0]].names:
writeOverrides('build-essential', 'Build-Essential', 'yes')
--
https://code.launchpad.net/~cjwatson/launchpad/refactor-cron-germinate/+merge/84624
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/refactor-cron-germinate into lp:launchpad.
References