Skip to content
Snippets Groups Projects
Commit 392cfa0d authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files
parents 231eac8a 2f6062e5
No related branches found
No related tags found
No related merge requests found
...@@ -552,7 +552,7 @@ LLPanelStandStopFlying::LLPanelStandStopFlying() : ...@@ -552,7 +552,7 @@ LLPanelStandStopFlying::LLPanelStandStopFlying() :
} }
// static // static
inline LLPanelStandStopFlying* LLPanelStandStopFlying::getInstance() LLPanelStandStopFlying* LLPanelStandStopFlying::getInstance()
{ {
static LLPanelStandStopFlying* panel = getStandStopFlyingPanel(); static LLPanelStandStopFlying* panel = getStandStopFlyingPanel();
return panel; return panel;
......
...@@ -897,6 +897,9 @@ def package_finish(self): ...@@ -897,6 +897,9 @@ def package_finish(self):
'dir': self.get_build_prefix(), 'dir': self.get_build_prefix(),
'inst_name': installer_name, 'inst_name': installer_name,
'inst_path':self.build_path_of(installer_name)}) 'inst_path':self.build_path_of(installer_name)})
else:
print "Skipping %s.tar.bz2 for non-Release build (%s)" % \
(installer_name, self.args['buildtype'])
finally: finally:
self.run_command("mv %(inst)s %(dst)s" % { self.run_command("mv %(inst)s %(dst)s" % {
'dst': self.get_dst_prefix(), 'dst': self.get_dst_prefix(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment