[sysadmin-bin] Try by specifying the full path.



commit 4a4987f5c9a3c28998005839158ad121136e132a
Author: Andrea Veri <av gnome org>
Date:   Tue Apr 23 22:22:24 2013 +0200

    Try by specifying the full path.

 git/post-receive-update-description |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/git/post-receive-update-description b/git/post-receive-update-description
index d9c4b90..3497865 100755
--- a/git/post-receive-update-description
+++ b/git/post-receive-update-description
@@ -34,7 +34,8 @@ update_info_from_maintainers() {
 
     git cat-file blob "$newrev:$path" | $BINDIR/doap-from-maintainers > $GIT_DIR/gnome_doap
     $BINDIR/update-cgit
-    fishpoke clipboard-back doap_rebuild
+    echo 'Rebuild the maintainers list for this module'
+    /usr/bin/fishpoke clipboard-back doap_rebuild
 }
 
 update_info() {


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