aboutsummaryrefslogtreecommitdiff
path: root/Tools/check_submodules.sh
Commit message (Collapse)AuthorAgeFilesLines
* Do not abort on submodule init feedbackLorenz Meier2014-07-241-2/+2
|
* Merge pull request #1128 from PX4/uavcanLorenz Meier2014-07-221-0/+24
|\ | | | | Basic UAVCAN support
| * Fixed check_submodules.sh for UAVCANPavel Kirienko2014-07-121-4/+12
| |
| * Merge branch 'master' into uavcanPavel Kirienko2014-07-121-6/+20
| |\
| * | UAVCAN as a submodulePavel Kirienko2014-07-081-0/+16
| | |
* | | better submodule instructionsLorenz Meier2014-07-121-2/+8
| | |
* | | Merged masterLorenz Meier2014-07-121-4/+14
|\ \ \ | | |/ | |/|
| * | Fixed the submodule check logicLorenz Meier2014-07-101-4/+18
| | |
| * | Add quotes around the variable. It's safer.Simon Wilks2014-07-081-2/+2
| | |
| * | A more compatible way of checking for an empty string.Simon Wilks2014-07-081-2/+2
| |/
* | Updated submodule update instructionsLorenz Meier2014-07-081-2/+2
| |
* | Tools: skip check_submodules.sh when GIT_SUBMODULES_ARE_EVIL is setAndrew Tridgell2014-07-081-0/+6
| | | | | | | | this avoids using submodules when a specific NuttX tree is specified
* | Revert "Tools: skip check_submodules.sh when NUTTX_SRC is set"Lorenz Meier2014-07-081-7/+0
| | | | | | | | This reverts commit ac8f179f2dad99d664a6f9de4df954bea7fe5858.
* | Tools: skip check_submodules.sh when NUTTX_SRC is setAndrew Tridgell2014-07-081-0/+7
|/ | | | this avoids using submodules when a specific NuttX tree is specified
* bugfixes for checks and toolsLorenz Meier2014-07-071-6/+6
|
* Turn instructions into a makefile command, allowing Windows GUI kids to ↵Lorenz Meier2014-07-071-2/+2
| | | | create a make target in Eclipse just for this
* Fixed check toolsLorenz Meier2014-07-071-10/+26
|
* Cleaning up sub modulesLorenz Meier2014-07-071-0/+8
|
* add mavlink submodule check scriptThomas Gubler2014-07-071-0/+10
The script checks if the mavlink submodule is up to date