diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-22 22:39:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-22 22:39:29 -0400 |
commit | 79f68e3848edfdb321bd29b0ae2c1fb8048d5925 (patch) | |
tree | 83ca6930bd9fe91b553aaa4c7120cec796277a6e /standalone | |
parent | 0fc7afe8e6844e4d9fede4a69ae2463d18abd6ed (diff) |
grr
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/android/buildchroot-inchroot-asuser | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/standalone/android/buildchroot-inchroot-asuser b/standalone/android/buildchroot-inchroot-asuser index 37c0c24c6..0e75a293a 100755 --- a/standalone/android/buildchroot-inchroot-asuser +++ b/standalone/android/buildchroot-inchroot-asuser @@ -28,3 +28,6 @@ ln -s arm-linux-androideabi-gcc \ $HOME/.ghc/android-14/arm-linux-androideabi-4.7/bin/cc git clone git://git-annex.branchable.com/ git-annex + +git config --global user.email androidbuilder@example.com +git config --global user.name androidbuilder |