New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 653678 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit 26 days ago
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

coreboot: Switching from coreboot.org repo to cros repo causes 3rdparty to be untracked

Project Member Reported by dnojiri@chromium.org, Oct 6 2016

Issue description

~/chromiumos1/src/third_party/coreboot[tot%]$ git checkout origin
Switched to branch 'origin'
Your branch is ahead of 'origin/master' by 2 commits.
 (use "git push" to publish your local commits)
~/chromiumos1/src/third_party/coreboot[origin]$ git status
# On branch origin
# Your branch is ahead of 'origin/master' by 2 commits.
#   (use "git push" to publish your local commits)
#
nothing to commit, working directory clean
git~/chromiumos1/src/third_party/coreboot[origin]$ git checkout tot
warning: unable to rmdir 3rdparty/arm-trusted-firmware: Directory not empty
warning: unable to rmdir 3rdparty/blobs: Directory not empty
warning: unable to rmdir 3rdparty/chromeec: Directory not empty
warning: unable to rmdir 3rdparty/vboot: Directory not empty
warning: unable to rmdir util/nvidia/cbootimage: Directory not empty
Switched to branch 'tot'
Your branch is up-to-date with 'cros/chromeos-2016.05'.
~/chromiumos1/src/third_party/coreboot[tot%]$ git status
# On branch tot
# Your branch is up-to-date with 'cros/chromeos-2016.05'.
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       3rdparty/
#       util/nvidia/cbootimage/
#

'git sup' doesn't work either:
~/chromiumos1/src/third_party/coreboot[origin]$ git sup
First, rewinding head to replay your work on top of it...
Fast-forwarded HEAD to a5a423100822c4b8c9982024c333460f0d019d82.
Submodule path '3rdparty/arm-trusted-firmware': rebased into 'a5a423100822c4b8c9982024c333460f0d019d82'
fatal: No remote repository specified.  Please, specify either a URL or a
remote name from which new revisions should be fetched.
Unable to fetch in submodule path '3rdparty/blobs'

Attached is my .git/config.


 
config
2.1 KB View Download
Cc: -pgeorgi@chromium.org martinroth@chromium.org
Owner: pgeorgi@chromium.org
Status: Assigned (was: Untriaged)
Status: WontFix (was: Assigned)
This works as intended since we don't use submodules in cros, and that's unlikely to change given our model of pasting source trees together.

Sign in to add a comment