fill database and run indexer master
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 5 May 2010 21:50:31 +0000 (23:50 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 5 May 2010 21:50:31 +0000 (23:50 +0200)
Makefile

index 43265b3..5e2e541 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
 create: drop
        mysql -u root < git.sql
+       ./git-sql-insert.sh | mysql git
+       ./indexer.sh
 
 drop:
        echo "drop database git" | mysql -u root