From c0cc41d3de3cd036ca240ae029b7e6620f3aa578 Mon Sep 17 00:00:00 2001 From: Chris Knight Date: Thu, 14 May 2020 07:24:03 -0700 Subject: [PATCH 1/5] fix #84 - add GIT SHA --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6db19b4e6..12aa773b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,9 @@ deploy: edge: true script: + # git SHA report + - git submodule + - git rev-parse HEAD # Check versions - cppcheck --version # Setup standard permissive build From ecd2d5db67c10a5d1816eb4f495cd172216f1a77 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" Date: Tue, 19 May 2020 17:59:45 -0400 Subject: [PATCH 2/5] Initial update to submodules for ic-20200513 --- apps/ci_lab | 2 +- apps/sample_app | 2 +- apps/sch_lab | 2 +- apps/to_lab | 2 +- cfe | 2 +- osal | 2 +- psp | 2 +- tools/cFS-GroundSystem | 2 +- tools/elf2cfetbl | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/ci_lab b/apps/ci_lab index a5891633b..197b3109c 160000 --- a/apps/ci_lab +++ b/apps/ci_lab @@ -1 +1 @@ -Subproject commit a5891633bd95edaf3314b98cbab38b1426fd6873 +Subproject commit 197b3109ca5948a0113a5f867ef1ebbc33fbf36d diff --git a/apps/sample_app b/apps/sample_app index 4b6d54ff6..6c3972be2 160000 --- a/apps/sample_app +++ b/apps/sample_app @@ -1 +1 @@ -Subproject commit 4b6d54ff6216cc8dd6cceab1dbcd1db21f456f69 +Subproject commit 6c3972be270efa336e3549ef3b444e33318d354c diff --git a/apps/sch_lab b/apps/sch_lab index 27a2bd71f..1af439df9 160000 --- a/apps/sch_lab +++ b/apps/sch_lab @@ -1 +1 @@ -Subproject commit 27a2bd71fcc3b21eeb17d88cc1524d1a792ec5da +Subproject commit 1af439df9616c34655124c33fd5422df1934045c diff --git a/apps/to_lab b/apps/to_lab index b59f32e9d..d814475d2 160000 --- a/apps/to_lab +++ b/apps/to_lab @@ -1 +1 @@ -Subproject commit b59f32e9d2510be74e3f0eefa4168ba27cb88750 +Subproject commit d814475d260ed67cc65fe558cfaa0c9e4b1ca0d0 diff --git a/cfe b/cfe index 95f34d25c..db6f0482c 160000 --- a/cfe +++ b/cfe @@ -1 +1 @@ -Subproject commit 95f34d25cb2843b8ba9db6338bb0b53cb3e38f92 +Subproject commit db6f0482c68f5b4c6eec08fa9743c69b24ce9b61 diff --git a/osal b/osal index c2bcebbc4..2c69520d4 160000 --- a/osal +++ b/osal @@ -1 +1 @@ -Subproject commit c2bcebbc4d7e60a41b604e9acfc8af3c60b8536a +Subproject commit 2c69520d4b3c7e20f72a457ae1cc21cc947072b8 diff --git a/psp b/psp index 37ee8eb2d..87542326b 160000 --- a/psp +++ b/psp @@ -1 +1 @@ -Subproject commit 37ee8eb2d7ce006dc1570b920ae75a7ac5f89d27 +Subproject commit 87542326b0546bf8def573b1061cfeb34d6bee21 diff --git a/tools/cFS-GroundSystem b/tools/cFS-GroundSystem index 1c31f94f3..e8bd93ce1 160000 --- a/tools/cFS-GroundSystem +++ b/tools/cFS-GroundSystem @@ -1 +1 @@ -Subproject commit 1c31f94f3b63d3ff9c5da35ca9f8825a89ef3258 +Subproject commit e8bd93ce1da02cdebac3d8f64b2a564ecfad89c5 diff --git a/tools/elf2cfetbl b/tools/elf2cfetbl index 8e54e26f2..340b32a20 160000 --- a/tools/elf2cfetbl +++ b/tools/elf2cfetbl @@ -1 +1 @@ -Subproject commit 8e54e26f24419e0218587574ec717106937e59fe +Subproject commit 340b32a20d76b2aa529451fb8f8c7fab2a497c6f From 9f1cb8c09a63077866affd437a8676cdca62b00f Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" Date: Wed, 20 May 2020 09:12:01 -0400 Subject: [PATCH 3/5] Update to cFE --- cfe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfe b/cfe index db6f0482c..572778157 160000 --- a/cfe +++ b/cfe @@ -1 +1 @@ -Subproject commit db6f0482c68f5b4c6eec08fa9743c69b24ce9b61 +Subproject commit 572778157694e359a5e79157b287f8cea04577e1 From 8dd613a7135ff1e00bf2a47640ffc43bf12fd871 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" Date: Thu, 21 May 2020 11:51:04 -0400 Subject: [PATCH 4/5] Update to cfe and cFS-GroundSystem --- cfe | 2 +- tools/cFS-GroundSystem | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cfe b/cfe index 572778157..92c3521ce 160000 --- a/cfe +++ b/cfe @@ -1 +1 @@ -Subproject commit 572778157694e359a5e79157b287f8cea04577e1 +Subproject commit 92c3521ce0eeda052567257eca998d7e8a2c5847 diff --git a/tools/cFS-GroundSystem b/tools/cFS-GroundSystem index e8bd93ce1..8cb6a28bd 160000 --- a/tools/cFS-GroundSystem +++ b/tools/cFS-GroundSystem @@ -1 +1 @@ -Subproject commit e8bd93ce1da02cdebac3d8f64b2a564ecfad89c5 +Subproject commit 8cb6a28bdc237928952e8ca5c7b19c6fb407973b From f7105d276794c37af7158aefc0abe701d02ca18c Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" Date: Fri, 22 May 2020 11:50:32 -0400 Subject: [PATCH 5/5] Update to_lab, cFS-GroundSyStem, osal, and cfe for IC-20200513 --- apps/ci_lab | 2 +- apps/sample_app | 2 +- apps/sch_lab | 2 +- apps/to_lab | 2 +- cfe | 2 +- osal | 2 +- psp | 2 +- tools/cFS-GroundSystem | 2 +- tools/elf2cfetbl | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/ci_lab b/apps/ci_lab index 197b3109c..a5891633b 160000 --- a/apps/ci_lab +++ b/apps/ci_lab @@ -1 +1 @@ -Subproject commit 197b3109ca5948a0113a5f867ef1ebbc33fbf36d +Subproject commit a5891633bd95edaf3314b98cbab38b1426fd6873 diff --git a/apps/sample_app b/apps/sample_app index 6c3972be2..4b6d54ff6 160000 --- a/apps/sample_app +++ b/apps/sample_app @@ -1 +1 @@ -Subproject commit 6c3972be270efa336e3549ef3b444e33318d354c +Subproject commit 4b6d54ff6216cc8dd6cceab1dbcd1db21f456f69 diff --git a/apps/sch_lab b/apps/sch_lab index 1af439df9..27a2bd71f 160000 --- a/apps/sch_lab +++ b/apps/sch_lab @@ -1 +1 @@ -Subproject commit 1af439df9616c34655124c33fd5422df1934045c +Subproject commit 27a2bd71fcc3b21eeb17d88cc1524d1a792ec5da diff --git a/apps/to_lab b/apps/to_lab index d814475d2..b0e577a9d 160000 --- a/apps/to_lab +++ b/apps/to_lab @@ -1 +1 @@ -Subproject commit d814475d260ed67cc65fe558cfaa0c9e4b1ca0d0 +Subproject commit b0e577a9d5afd48d8cb7cd8b528bc998df883a0a diff --git a/cfe b/cfe index 92c3521ce..d217ca39f 160000 --- a/cfe +++ b/cfe @@ -1 +1 @@ -Subproject commit 92c3521ce0eeda052567257eca998d7e8a2c5847 +Subproject commit d217ca39f1de74695f0d4e0eb427f90fbe8b1156 diff --git a/osal b/osal index 2c69520d4..3597aafd4 160000 --- a/osal +++ b/osal @@ -1 +1 @@ -Subproject commit 2c69520d4b3c7e20f72a457ae1cc21cc947072b8 +Subproject commit 3597aafd4b335458fb582c4258204ec593d8f190 diff --git a/psp b/psp index 87542326b..37ee8eb2d 160000 --- a/psp +++ b/psp @@ -1 +1 @@ -Subproject commit 87542326b0546bf8def573b1061cfeb34d6bee21 +Subproject commit 37ee8eb2d7ce006dc1570b920ae75a7ac5f89d27 diff --git a/tools/cFS-GroundSystem b/tools/cFS-GroundSystem index 8cb6a28bd..5c1437574 160000 --- a/tools/cFS-GroundSystem +++ b/tools/cFS-GroundSystem @@ -1 +1 @@ -Subproject commit 8cb6a28bdc237928952e8ca5c7b19c6fb407973b +Subproject commit 5c14375741732382cf0b635073b0b3aab25cdca8 diff --git a/tools/elf2cfetbl b/tools/elf2cfetbl index 340b32a20..8e54e26f2 160000 --- a/tools/elf2cfetbl +++ b/tools/elf2cfetbl @@ -1 +1 @@ -Subproject commit 340b32a20d76b2aa529451fb8f8c7fab2a497c6f +Subproject commit 8e54e26f24419e0218587574ec717106937e59fe