[sysadmin-bin] Do the same on finish-import, so that new repositories do trigger the doap_rebuild hook.



commit 6490d24e08e18096b9fc28f1173041083e4afe5f
Author: Andrea Veri <av gnome org>
Date:   Tue Apr 23 22:38:16 2013 +0200

    Do the same on finish-import, so that new repositories do trigger the doap_rebuild hook.

 git/finish-import |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/git/finish-import b/git/finish-import
index 2f28b7b..6f48741 100755
--- a/git/finish-import
+++ b/git/finish-import
@@ -34,5 +34,7 @@ echo "Clearing pending flag on $GIT_DIR"
 rm $GIT_DIR/pending
 
 $BINDIR/update-cgit
+echo "Updating the list of maintainers"
+fishpoke clipboard-back doap_rebuild
 
 echo "$name is now ready for use"


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