summaryrefslogtreecommitdiff
path: root/standalone/android/install-haskell-packages
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-22 16:32:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-22 16:32:19 -0400
commitc486e14f96ef9010b5578f056800c761473b902b (patch)
tree107ab79ef57a33a39292383661338f5f61399b49 /standalone/android/install-haskell-packages
parent1f43bc136f181780d19cbc350a508aa2d0ea7207 (diff)
set git config stuff so it can commit (hate hate hate that)
Diffstat (limited to 'standalone/android/install-haskell-packages')
-rwxr-xr-xstandalone/android/install-haskell-packages2
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages
index 45ac861e3..80d467931 100755
--- a/standalone/android/install-haskell-packages
+++ b/standalone/android/install-haskell-packages
@@ -28,6 +28,8 @@ patched () {
cabal unpack $pkg
cd $pkg*
git init
+ git config user.name dummy
+ git config user.email dummy@example.com
git add .
git commit -m "pre-patched state of $pkg"
for patch in ../../haskell-patches/${pkg}_*; do