move bulk_loader/cube_dispatcher/table_dispatcher to old/
authorMarko Kreen <markokr@gmail.com>
Fri, 5 Jun 2009 10:28:31 +0000 (13:28 +0300)
committerMarko Kreen <markokr@gmail.com>
Sun, 7 Jun 2009 15:03:25 +0000 (18:03 +0300)
The scripts are obsolete but kept as samples.  To notify
that they are not maintained actively, move them away.

doc/Makefile
old/bulk_loader.py [moved from scripts/bulk_loader.py with 100% similarity]
old/bulk_loader.txt [moved from doc/bulk_loader.txt with 100% similarity]
old/cube_dispatcher.py [moved from scripts/cube_dispatcher.py with 100% similarity]
old/cube_dispatcher.txt [moved from doc/cube_dispatcher.txt with 100% similarity]
old/simple_serial_consumer.py [moved from scripts/simple_serial_consumer.py with 100% similarity]
old/table_dispatcher.py [moved from scripts/table_dispatcher.py with 100% similarity]
old/table_dispatcher.txt [moved from doc/table_dispatcher.txt with 100% similarity]

index d5ee4e4905190e59cdebfe7167e038a838e55d08..1cf9ec700a5191c5d808c67041a6bd9f12678c22 100644 (file)
@@ -13,8 +13,7 @@ HTMLS = londiste.cmdline.html londiste.config.html README.html INSTALL.html \
        londiste.ref.html TODO.html pgq-sql.html pgq-admin.html pgq-nodupes.html \
        $(SCRIPT_HTMLS) faq.html set.notes.html qadmin.html skytools3.html devnotes.html
 
-SCRIPT_TXTS = walmgr.txt cube_dispatcher.txt table_dispatcher.txt \
-             queue_mover.txt queue_splitter.txt bulk_loader.txt \
+SCRIPT_TXTS = walmgr.txt queue_mover.txt queue_splitter.txt \
              scriptmgr.txt skytools_upgrade.txt
 SCRIPT_MANS = $(SCRIPT_TXTS:.txt=.1)
 SCRIPT_HTMLS = $(SCRIPT_TXTS:.txt=.html)
similarity index 100%
rename from scripts/bulk_loader.py
rename to old/bulk_loader.py
similarity index 100%
rename from doc/bulk_loader.txt
rename to old/bulk_loader.txt