osclib/freeze: clear staging config during freeze as well.
This commit is contained in:
parent
6eb4df3fba
commit
cbd61d0f61
@ -14,6 +14,7 @@
|
|||||||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
# with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
|
from osclib.config_command import ConfigCommand
|
||||||
import time
|
import time
|
||||||
import re
|
import re
|
||||||
from xml.etree import cElementTree as ET
|
from xml.etree import cElementTree as ET
|
||||||
@ -119,6 +120,9 @@ class FreezeCommand(object):
|
|||||||
def perform(self, prj, copy_bootstrap=True):
|
def perform(self, prj, copy_bootstrap=True):
|
||||||
self.prj = prj
|
self.prj = prj
|
||||||
|
|
||||||
|
# Depending on what eventually lives in config this may need to change.
|
||||||
|
ConfigCommand(self.api).perform([prj], clear=True)
|
||||||
|
|
||||||
if self.api.is_adi_project(prj):
|
if self.api.is_adi_project(prj):
|
||||||
src_prj = self.api.find_devel_project_from_adi_frozenlinks(self.prj)
|
src_prj = self.api.find_devel_project_from_adi_frozenlinks(self.prj)
|
||||||
if src_prj is None:
|
if src_prj is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user