On Wed, 2012-08-22 at 18:51 -0400, Cesar Maiorino wrote: > I started clean and used this sequence of commands (as per > selinuxproject.org/page/SEAndroid) > > git clone -b seandroid-4.0.4 https://bitbucket.org/seandroid/manifests.git > mkdir seandroid-4.0.4 > cd seandroid-4.0.4 > repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.4_r2.1 > repo sync > cp ../manifests/local_manifest.xml .repo/ > repo sync -j1 > > local_manifest.xml is configured for bitbucket. You might want to try the ssh-based access instead. Requires setting up an account on bitbucket.org and uploading a ssh public key. Then you can do the following: cd manifests git checkout origin/seandroid-4.0.4-ssh and use the local_manifest.xml file that you'll find in that branch. -- Stephen Smalley National Security Agency -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.