[sysadmin-bin: 136/168] Bug 617180: Unable to finish-import a new Git repository



commit e6c63e62c1114fc3d6ba2d18e4f5ca91ae318dc4
Author: Olav Vitters <olav vitters nl>
Date:   Thu Apr 29 17:08:43 2010 +0200

    Bug 617180: Unable to finish-import a new Git repository

 finish-import |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/finish-import b/finish-import
index bdda38e..706a828 100755
--- a/finish-import
+++ b/finish-import
@@ -23,7 +23,7 @@ if ! [ -e $GIT_DIR/pending ] ; then
 fi
 
 if [ -e $GIT_DIR/gnome_doap ] ; then
-    validate-doap "$name" < $GIT_DIR/gnome_doap
+    $BINDIR/validate-doap "$name" < $GIT_DIR/gnome_doap
     if [ $? -gt 0 ]; then
         echo ERROR: Cannot clear pending flag as DOAP syntax is invalid >&2
         exit 1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]