I’ll be submitting https://android-review.googlesource.com/286781 shortly
in order to move the `build` project to `build/make`. This will only affect
the master branch.


   -

   If you don’t have any local changes to the build project, just sync like
   normal, everything should just work.



   -

   If you have uncommitted changes, your sync will fail, and you’ll either
   have to commit your changes or reset the files in order to sync.



   -

   If you have local branches, the safest solution is to backup your
   changes (to gerrit, or otherwise) before your next sync, then apply them
   into the new project. If you don’t do that, this command should be able to
   restore your branches, at least until `git gc` runs:


(cd build/make; git fetch ../../.repo/projects/build.git
refs/heads/*:refs/heads/* refs/published/*:refs/published/*; git config -l
-f ../../.repo/projects/build.git/config | grep '^branch.' | sed 's/=/ /' |
xargs -L1 git config)

If you encounter any problems, please respond here.

Thanks,
Dan

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to