Skip to content
Snippets Groups Projects

Add interposition fixes for use with APK Foundry

Merged Max Rees requested to merge apkfoundry into master
7 files
+ 46
32
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 1
1
@@ -25,7 +25,7 @@ get_privkey_file() {
# if PACKAGER does not contain a valid email address, then ask git
if [ -z "$emailaddr" ] || [ "${emailaddr##*@}" = "$emailaddr" ]; then
emailaddr=$(git config --get user.email 2>/dev/null)
emailaddr=$($ABUILD_GIT config --get user.email 2>/dev/null)
fi
default_name="${emailaddr:-$USER}-$(printf "%x" $(date +%s))"
Loading