[Debian-in-commits] [SCM] Git repository for debian-in branch, muneeb, updated. 96796efa15f746cc37afebca1970ce0c28ad3c44

Muneeb Shaikh iammuneeb at gmail.com
Sun Jan 8 15:33:17 UTC 2012


The following commit has been merged in the muneeb branch:
commit 96796efa15f746cc37afebca1970ce0c28ad3c44
Author: Muneeb Shaikh <iammuneeb at gmail.com>
Date:   Sun Jan 8 21:03:07 2012 +0530

    echoed the build log path at end

diff --git a/docs/build-fonts.sh b/docs/build-fonts.sh
index 2946639..9f70228 100755
--- a/docs/build-fonts.sh
+++ b/docs/build-fonts.sh
@@ -21,12 +21,12 @@ export-dir = $FOLDER/font_builds
 tarball-area = $FOLDER/tarballs" > .git/gbp.conf
         git-buildpackage --git-pristine-tar --git-ignore-new
         if [ $? -ne 0 ]; then
-            echo "ERROR: Error in building ${package}" >> $FOLDER/font-build.log
+            echo "ERROR: Error in building ${package}" >> ${FOLDER}/font-build.log
             rm .git/gbp.conf
             cd $FOLDER
             continue
         else
-            echo "SUCCESS: Seuccessfully built ${package}" >> $FOLDER/font-build.log
+            echo "SUCCESS: Seuccessfully built ${package}" >> ${FOLDER}/font-build.log
         fi
         rm .git/gbp.conf
         cd $FOLDER
@@ -34,3 +34,4 @@ tarball-area = $FOLDER/tarballs" > .git/gbp.conf
 done
 
 echo "Built all fonts succesfully. Find it in the $FOLDER"
+echo "Check the log for any errors in ${FOLDER}/font-build.log"

-- 
Git repository for debian-in



More information about the Debian-in-commits mailing list