Skip to content

Commit

Permalink
Update Git-submodules for development platforms and libraries which w…
Browse files Browse the repository at this point in the history
…ere installed from repository
  • Loading branch information
ivankravets committed Apr 15, 2017
1 parent f194a1a commit 64ed767
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

-------

Expand Down
2 changes: 1 addition & 1 deletion platformio/vcsclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def export(self):
return True

def update(self):
args = ["pull"]
args = ["pull", "--recurse-submodules"]
return self.run_cmd(args)

def get_current_revision(self):
Expand Down

0 comments on commit 64ed767

Please sign in to comment.