Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
[build-in-chroot.sh] Set up dummy git identity for packages that use git
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao-Long Chen committed Apr 15, 2014
1 parent 8115fa3 commit da1522d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-in-chroot.sh
Expand Up @@ -427,6 +427,8 @@ EOF

# Workaround makepkg bug for SCM packages
cat > ${CHROOT}/stage2.sh << EOF
su - builder -c 'git config --global user.email dummy@dummy'
su - builder -c 'git config --global user.name dummy'
su - builder -c 'cd /tmp/${PACKAGE} && \\
find -maxdepth 1 -type d -empty -name src \
-exec touch {}/stupid-makepkg \\;'
Expand Down

0 comments on commit da1522d

Please sign in to comment.