generate_sample.sh not adding the right pythonpath

Bug #1201699 reported by Zhongyue Luo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
oslo-incubator
Fix Released
Medium
Zhongyue Luo

Bug Description

At the last line of generate_sample.sh

PYTHONPATH=./:${PYTHONPATH} python $MODULEPATH $FILES > $OUTPUTFILE

should be

PYTHONPATH=$BASEDIR/:${PYTHONPATH} python $MODULEPATH $FILES > $OUTPUTFILE

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to oslo-incubator (master)

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

Changed in oslo:
assignee: nobody → Zhongyue Luo (zyluo)
status: New → In Progress
Mark McLoughlin (markmc)
Changed in oslo:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo-incubator (master)

Reviewed: https://review.openstack.org/37191
Committed: http://github.com/openstack/oslo-incubator/commit/3ea1767ac39d3cd57e49f7bb03eb2014e6484e6a
Submitter: Jenkins
Branch: master

commit 3ea1767ac39d3cd57e49f7bb03eb2014e6484e6a
Author: Zhongyue Luo <email address hidden>
Date: Tue Jul 16 15:51:47 2013 +0800

    Fixes path to add on PYTHONPATH in generate_sample.sh

    Fixes bug #1201699

    Change-Id: I51aca3b05866e513cbbb3163df7e5514d99af192

Changed in oslo:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in oslo:
milestone: none → havana-2
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in oslo:
milestone: havana-2 → 2013.2
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.