When regenerating the patch queue including patches from the Debian
branch is not useful. Addresses parts of See #680705.
Thanks: Benjamin Cama for the detailed analysis
else:
gbp.log.debug("%s does not exist." % PATCH_DIR)
- patches = repo.format_patches(branch, pq_branch, PATCH_DIR,
- signature=False)
+ patches = repo.format_patches(branch,
+ pq_branch, PATCH_DIR,
+ signature=False,
+ symmetric=False)
if patches:
f = file(SERIES_FILE, 'w')
gbp.log.info("Regenerating patch queue in '%s'." % PATCH_DIR)