Demote FIXME to a normal comment
This commit is contained in:
parent
6081874612
commit
df25be78b5
@ -686,7 +686,7 @@ end
|
|||||||
|
|
||||||
class BazaarDownloadStrategy < VCSDownloadStrategy
|
class BazaarDownloadStrategy < VCSDownloadStrategy
|
||||||
def stage
|
def stage
|
||||||
# FIXME: The export command doesn't work on checkouts
|
# The export command doesn't work on checkouts
|
||||||
# See https://bugs.launchpad.net/bzr/+bug/897511
|
# See https://bugs.launchpad.net/bzr/+bug/897511
|
||||||
FileUtils.cp_r Dir[@clone+"{.}"], Dir.pwd
|
FileUtils.cp_r Dir[@clone+"{.}"], Dir.pwd
|
||||||
FileUtils.rm_r ".bzr"
|
FileUtils.rm_r ".bzr"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user