launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #05716
[Merge] lp:~jelmer/launchpad-buildd/correct-target-distribution into lp:launchpad-buildd
Jelmer Vernooij has proposed merging lp:~jelmer/launchpad-buildd/correct-target-distribution into lp:launchpad-buildd.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Related bugs:
Bug #855479 in Launchpad Auto Build System: "Daily recipe does not patch changelog to current release"
https://bugs.launchpad.net/launchpad-buildd/+bug/855479
For more details, see:
https://code.launchpad.net/~jelmer/launchpad-buildd/correct-target-distribution/+merge/83580
Use the actual target distroseries name in changelog, rather than the same as the last entry.
This is the fix suggested by James Westby in bug 855479.
--
https://code.launchpad.net/~jelmer/launchpad-buildd/correct-target-distribution/+merge/83580
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~jelmer/launchpad-buildd/correct-target-distribution into lp:launchpad-buildd.
=== modified file 'buildrecipe'
--- buildrecipe 2011-11-18 02:02:34 +0000
+++ buildrecipe 2011-11-28 10:53:26 +0000
@@ -127,6 +127,7 @@
'-Derror',
'dailydeb', '--safe', '--no-build', recipe_path,
self.tree_path, '--manifest', manifest_path,
+ '--distribution', self.distroseries_name,
'--allow-fallback-to-native', '--append-version',
'~%s1' % self.distroseries_name], env=env)
if retcode != 0:
Follow ups