From e5632e76af93e02dc3221581e41741ccb36d248a Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 29 Nov 2016 17:30:18 +0100 Subject: build/f_repos: Fix remote tracking, pin N HEADs Fix two issues that went undetected until now: - remote tracking variable does not properly evaluate in CI, since there is no HEAD reference; - git submodules references still point to master branch(es) commits, although .gitmodules configure the remote tracked branch correctly; JIRA: FUEL-234 Change-Id: I96dc704e2cfe98f2e93d5fa7d7dd261e7f151238 Signed-off-by: Alexandru Avadanii --- build/f_repos/sub/fuel-main | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/f_repos/sub/fuel-main') diff --git a/build/f_repos/sub/fuel-main b/build/f_repos/sub/fuel-main index 70749a245..a0f955fc5 160000 --- a/build/f_repos/sub/fuel-main +++ b/build/f_repos/sub/fuel-main @@ -1 +1 @@ -Subproject commit 70749a24518b98e1162d60abdcd2c25c9ffa92ee +Subproject commit a0f955fc5bff09c02d538ae2c9a7373b6ee511ed -- cgit 1.2.3-korg