git recipes silently changed when editing

Bug #1730923 reported by Alan Griffiths
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
New
Undecided
Unassigned

Bug Description

Take a git branch, e.g. https://code.launchpad.net/~mir-team/mir/+git/mir/+ref/disabletests

Create a recipe, this gives the default script of:

    # git-build-recipe format 0.4 deb-version {debupstream}-0~{revtime}
    lp:mir disabletests

Save this and the recipe the text becomes

    # bzr-builder format 0.4 deb-version {debupstream}-0~{revtime}
    lp:mir disabletests

Note the builder has changed.

Edit and change the text to:

    # git-build-recipe format 0.4 deb-version {debupstream}-0~{revtime}
    lp:~mir-team/mir/+git/mir disabletests

Save this and the recipe the text becomes;

    # git-build-recipe format 0.4 deb-version {debupstream}-0~{revtime}
    lp:mir disabletests

Note the branch has changed.

Edit this and save without change the text becomes:

    # bzr-builder format 0.4 deb-version {debupstream}-0~{revtime}
    lp:mir disabletests

Note the builder has changed.

description: updated
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

The only version that actually works as intended is following the save of:

    # git-build-recipe format 0.4 deb-version {debupstream}-0~{revtime}
    lp:~mir-team/mir/+git/mir disabletests

summary: - git recipies silently changed when editing
+ git recipes silently changed when editing
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.