makefile shouldn't reference bzr file def list outside of target
Bug #1086794 reported by
Kapil Thangavelu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-gui |
Fix Released
|
High
|
Madison Scott-Clary |
Bug Description
in a checkout say from the charm. its quite slow and painful to have to reference bzr output. its also broken for a release tarball.
Related branches
lp://staging/~makyo/juju-gui/bzr-make-1086794
- Juju GUI Hackers: Pending requested
-
Diff: 99 lines (+42/-7)2 files modifiedMakefile (+24/-7)
docs/process.rst (+18/-0)
tags: | added: deploy-story |
Changed in juju-gui: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in juju-gui: | |
assignee: | nobody → Matthew Scott (makyo) |
milestone: | none → bluemoon |
status: | Triaged → In Progress |
To post a comment you must log in.
This was addressed with an explicit NO_BZR environment variable, which is sufficient for our most important use case of the charm and usable in other ways as well.