Merge lp:~thumper/launchpad/makefile-fix into lp:launchpad

Proposed by Tim Penhey
Status: Merged
Approved by: Aaron Bentley
Approved revision: no longer in the source branch.
Merged at revision: 12021
Proposed branch: lp:~thumper/launchpad/makefile-fix
Merge into: lp:launchpad
Diff against target: 22 lines (+1/-4)
1 file modified
Makefile (+1/-4)
To merge this branch: bzr merge lp:~thumper/launchpad/makefile-fix
Reviewer Review Type Date Requested Status
Aaron Bentley (community) release-critical Approve
Henning Eggers (community) code Approve
Review via email: mp+42810@code.launchpad.net

Commit message

[release-critical=abentley][r=henninge][ui=none][bug=683503]

Description of the change

Fix the codebrowse restart breakage that is the fallout of one of my previous branches that had some left-over cruft in the build Makefile rule.

To post a comment you must log in.
Revision history for this message
Henning Eggers (henninge) :
review: Approve (code)
Revision history for this message
Aaron Bentley (abentley) :
review: Approve (release-critical)
Revision history for this message
Tim Penhey (thumper) wrote :

On Tue, 07 Dec 2010 11:16:07 you wrote:
> The proposal to merge lp:~thumper/launchpad/makefile-fix into lp:launchpad
> has been updated.
>
> Commit Message changed to:
>
> [release-critical=abentley][r=henninge][ui=none][bug=683503]

Well that was stupid. lp-land offered me the ability to edit the commit
message, which I did, but obviously it set the commit message over the api
before it got my edit.

Revision history for this message
Aaron Bentley (abentley) wrote :

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 12/06/2010 05:56 PM, Tim Penhey wrote:
> On Tue, 07 Dec 2010 11:16:07 you wrote:
>> The proposal to merge lp:~thumper/launchpad/makefile-fix into lp:launchpad
>> has been updated.
>>
>> Commit Message changed to:
>>
>> [release-critical=abentley][r=henninge][ui=none][bug=683503]
>
> Well that was stupid. lp-land offered me the ability to edit the commit
> message, which I did, but obviously it set the commit message over the api
> before it got my edit.

Is your bzr_editor configured properly? It should be a program that
does not fork into the background, only returning control when the file
has been edited. e.g. to use gvim, I specify "gvim -f"

Aaron
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkz9a9MACgkQ0F+nu1YWqI0oMgCeKF2kJ4RdUcRDVRAU4ezmIz57
Uy8An0aHsPbCT/kC/jZuk+jiJswS5cSe
=icEm
-----END PGP SIGNATURE-----

Revision history for this message
Tim Penhey (thumper) wrote :

On Tue, 07 Dec 2010 12:07:37 you wrote:
> On 12/06/2010 05:56 PM, Tim Penhey wrote:
> > On Tue, 07 Dec 2010 11:16:07 you wrote:
> >> The proposal to merge lp:~thumper/launchpad/makefile-fix into
> >> lp:launchpad has been updated.
> >>
> >> Commit Message changed to:
> >>
> >> [release-critical=abentley][r=henninge][ui=none][bug=683503]
> >
> > Well that was stupid. lp-land offered me the ability to edit the commit
> > message, which I did, but obviously it set the commit message over the
> > api before it got my edit.
>
> Is your bzr_editor configured properly? It should be a program that
> does not fork into the background, only returning control when the file
> has been edited. e.g. to use gvim, I specify "gvim -f"

Well the script waited and submitted it correctly (afaik).

Tim

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2010-11-30 12:53:20 +0000
3+++ Makefile 2010-12-06 04:03:02 +0000
4@@ -139,9 +139,6 @@
5 touch $(CODEHOSTING_ROOT)/config/launchpad-lookup.txt
6
7 build: compile apidoc jsbuild css_combine
8- mkdir -p $(CODEHOSTING_ROOT)/mirrors
9- touch $(CODEHOSTING_ROOT)/rewrite.log
10- chmod 777 $(CODEHOSTING_ROOT)/rewrite.log
11
12 css_combine: sprite_css bin/combine-css
13 ${SHHH} bin/combine-css
14@@ -376,7 +373,7 @@
15 $(RM) logs/thread*.request
16 $(RM) -r lib/mailman
17 $(RM) -rf lib/canonical/launchpad/icing/build/*
18- $(RM) -r $(CODEHOSTING_ROOT)
19+ $(RM) -rf $(CODEHOSTING_ROOT)
20 $(RM) -rf $(APIDOC_DIR)
21 $(RM) -rf $(APIDOC_DIR).tmp
22 $(RM) $(BZR_VERSION_INFO)