PBR

source prefix replaced globally

Bug #1810804 reported by Will Szumski
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PBR
Fix Released
Undecided
Will Szumski
Revision history for this message
Will Szumski (willjs) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to pbr (master)

Fix proposed to branch: master
Review: https://review.openstack.org/629006

Changed in pbr:
assignee: nobody → Will Szumski (willjs)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to pbr (master)

Reviewed: https://review.openstack.org/629006
Committed: https://git.openstack.org/cgit/openstack-dev/pbr/commit/?id=a9b31113b76bde3debc696c1ce71aa7dd594faa3
Submitter: Zuul
Branch: master

commit a9b31113b76bde3debc696c1ce71aa7dd594faa3
Author: Will Szumski <email address hidden>
Date: Mon Jan 7 15:34:45 2019 +0000

    Do not globally replace path prefix

    If a subdirectory contained the source prefix in it's name, this was
    replaced globally e.g using share/ansible = ansible/*, with the following
    directory structure:

      ansible/roles/kolla-ansible/test

    would result in the files being installed as follows:

      share/ansible/roles/kolla-share/test

    whereas we expected:

      share/ansible/roles/kolla-ansible/test

    This patch changes the behavior so that only the first occurance is
    replaced.

    Change-Id: I0aab845315dab0aaccd5f67725d2ebcf0fd08aef
    Fixes-Bug: 1810804

Changed in pbr:
status: In Progress → Fix Released
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.