diff --git a/.mailmap b/.mailmap index 6a8ff802293..7fb0a8c7f30 100644 --- a/.mailmap +++ b/.mailmap @@ -1,6 +1,9 @@ # This is mapping list between real user name/email and entry into sources files # If you don't want to have your real email appears here, just send a Pull Request to # replace the second field between <> with +# +# This files allows to have several profiles (the second part) matched to the same name/email (the first part). +# Laurent Destailleur Laurent Destailleur Laurent Destailleur eldy Laurent Destailleur Laurent Destailleur diff --git a/dev/build/makepack-dolibarr.pl b/dev/build/makepack-dolibarr.pl index e9ee0c8a6cb..2d11cb546b5 100755 --- a/dev/build/makepack-dolibarr.pl +++ b/dev/build/makepack-dolibarr.pl @@ -515,6 +515,8 @@ if ($nboftargetok) { $ret=`rm -fr $BUILDROOT/$PROJECT/.codeclimate.yml`; $ret=`rm -fr $BUILDROOT/$PROJECT/.externalToolBuilders`; $ret=`rm -fr $BUILDROOT/$PROJECT/.git*`; + $ret=`rm -fr $BUILDROOT/$PROJECT/.mailmap`; + $ret=`rm -fr $BUILDROOT/$PROJECT/.phpunit.result.cache`; $ret=`rm -fr $BUILDROOT/$PROJECT/.project`; $ret=`rm -fr $BUILDROOT/$PROJECT/.pydevproject`; $ret=`rm -fr $BUILDROOT/$PROJECT/.settings`;