[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0ALPHA1-38-g7342b35

Marc Delisle lem9 at users.sourceforge.net
Wed Nov 24 18:57:55 CET 2010


The branch, master has been updated
       via  7342b35e9f5fa7931bad3c8f3b5c220f5a6da432 (commit)
      from  468d08f97543fd4554d28812be937fd2b4a9a847 (commit)


- Log -----------------------------------------------------------------
commit 7342b35e9f5fa7931bad3c8f3b5c220f5a6da432
Author: Marc Delisle <marc at infomarc.info>
Date:   Wed Nov 24 12:57:47 2010 -0500

    no need to include .po files in the releases

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

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

diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 88c008f..098ded4 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -127,6 +127,8 @@ fi
 if [ $GETTEXT -eq 1 ] ; then
     echo "* Generating mo files"
     ./scripts/generate-mo
+    echo "* Removing gettext source files"
+    rm -rf po
 fi
 
 if [ -f ./scripts/compress-js ] ; then


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list