]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
minor fix
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 5 Dec 2008 19:20:47 +0000 (19:20 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 5 Dec 2008 19:20:47 +0000 (19:20 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@642 04377dda-e619-0410-9926-eae83683ac58

trunk/src/createpkg

index 554e8e10962fbc04ea03356f2e8b2b264113ac42..f5b63288c26f500d0caf34e6c3afd2c751470d7f 100644 (file)
@@ -290,6 +290,7 @@ function repository_update {
 function repository_status {
 
   if [ -d "$MAKEPKG_REPOS/.svn" ]; then
+    echo "Status of $MAKEPKG_REPOS."
     cwd="`pwd`"
     cd $MAKEPKG_REPOS && su_svn status
     cd $cwd
@@ -297,6 +298,7 @@ function repository_status {
 
   if [ -d "$NOARCH_REPOS/.svn" ]; then
     cwd="`pwd`"
+    echo "Status of $NOARCH_REPOS."
     cd $NOARCH_REPOS && su_svn status
     cd $cwd
   fi