[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_6RC1-9284-g2e8e964

Michal Čihař nijel at users.sourceforge.net
Sun Aug 29 11:18:09 CEST 2010


The branch, master has been updated
       via  2e8e9642a7d3e0a4bb0d628fd9f47b0234c9b436 (commit)
      from  0cdc83775cd20294e2903450e8293cf6af5293d2 (commit)


- Log -----------------------------------------------------------------
commit 2e8e9642a7d3e0a4bb0d628fd9f47b0234c9b436
Author: Michal Čihař <michal at cihar.com>
Date:   Sun Aug 29 11:17:52 2010 +0200

    Remove .gitignore files on release.

-----------------------------------------------------------------------

Summary of changes:
 scripts/create-release.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 35ac3dd..4f327f6 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -144,6 +144,7 @@ rm -rf scripts/google-javascript-compiler/
 
 # Remove git metadata
 rm -rf .git
+find . -name .gitignore -print0 | xargs -0 -r rm -f
 
 cd ..
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list