mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Update Git-submodules for development platforms and libraries which were installed from repository
This commit is contained in:
@ -10,7 +10,11 @@ PlatformIO 3.0
|
||||
* Multi-line support for the different options in `Project Configuration File "platformio.ini" <http://docs.platformio.org/page/projectconf.html>`__,
|
||||
such as: ``build_flags``, ``build_unflags``, etc.
|
||||
(`issue #889 <https://github.com/platformio/platformio-core/issues/889>`_)
|
||||
|
||||
* Handle dynamic ``SRC_FILTER`` environment variable from
|
||||
`library.json extra script <http://docs.platformio.org/page/librarymanager/config.html#extrascript>`__
|
||||
* Improved auto-detecting of mbed-enabled media disks
|
||||
* Update Git-submodules for development platforms and libraries which were
|
||||
installed from repository
|
||||
|
||||
-------
|
||||
|
||||
|
@ -152,7 +152,7 @@ class GitClient(VCSClientBase):
|
||||
return True
|
||||
|
||||
def update(self):
|
||||
args = ["pull"]
|
||||
args = ["pull", "--recurse-submodules"]
|
||||
return self.run_cmd(args)
|
||||
|
||||
def get_current_revision(self):
|
||||
|
Reference in New Issue
Block a user