Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed local_manifest for katkiss-7.1 #5

Open
wants to merge 1 commit into
base: katkiss-7.1
Choose a base branch
from

Conversation

tempura-san
Copy link

Hi @timduru,

First of all, thank you (again) for KatKiss! This really keeps my TF701T kicking!

I wanted to build KatKiss (basically I want to try to fix a bug in MediaProvider and I am not really sure, how I can build/debug it) based on the information you provided here.

But I am unsure if you keep the manifest and your other repositories up-to-date as currently there is no possibility to get a proper repo sync.

  • some repositories are missing
  • some repositories are empty
  • some branches do not exist

This is the minimal change I needed to do to get a repo sync through. FWIW here are the steps I took so far to get the sources together:

$ repo init -u https://android.googlesource.com/platform/manifest -b android-7.1.2_r36
$ repo sync
$ cd .repo
$ git clone https://github.com/timduru/local_manifests
$ cd local_manifests
$ git checkout -b katkiss-7.1
$ cd ../..
$ repo sync --force-sync -j1

Note: for the last line the switch -j1 is just needed to get the missing dependencies ironed out, by checking each time the synchronisation comes to a halt.

Cheers,
tempura

* some repositories are missing
* some repositories are empty
* some branches do not exist

This is the minimal change to get a repo sync through.
@tempura-san
Copy link
Author

Any news on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant