diff options
author | Marko Kreen | 2009-06-05 10:28:31 +0000 |
---|---|---|
committer | Marko Kreen | 2009-06-07 15:03:25 +0000 |
commit | e9f032912997443878fdd70634ec644d73fef1c8 (patch) | |
tree | 14c68cafef16551381229486fc757b9044016de4 | |
parent | c8b2d68fcd66a94ec748ece7d280d76e5238e752 (diff) |
move bulk_loader/cube_dispatcher/table_dispatcher to old/
The scripts are obsolete but kept as samples. To notify
that they are not maintained actively, move them away.
-rw-r--r-- | doc/Makefile | 3 | ||||
-rwxr-xr-x | old/bulk_loader.py (renamed from scripts/bulk_loader.py) | 0 | ||||
-rw-r--r-- | old/bulk_loader.txt (renamed from doc/bulk_loader.txt) | 0 | ||||
-rwxr-xr-x | old/cube_dispatcher.py (renamed from scripts/cube_dispatcher.py) | 0 | ||||
-rw-r--r-- | old/cube_dispatcher.txt (renamed from doc/cube_dispatcher.txt) | 0 | ||||
-rwxr-xr-x | old/simple_serial_consumer.py (renamed from scripts/simple_serial_consumer.py) | 0 | ||||
-rwxr-xr-x | old/table_dispatcher.py (renamed from scripts/table_dispatcher.py) | 0 | ||||
-rw-r--r-- | old/table_dispatcher.txt (renamed from doc/table_dispatcher.txt) | 0 |
8 files changed, 1 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index d5ee4e49..1cf9ec70 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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) diff --git a/scripts/bulk_loader.py b/old/bulk_loader.py index c9a67496..c9a67496 100755 --- a/scripts/bulk_loader.py +++ b/old/bulk_loader.py diff --git a/doc/bulk_loader.txt b/old/bulk_loader.txt index 45f725ac..45f725ac 100644 --- a/doc/bulk_loader.txt +++ b/old/bulk_loader.txt diff --git a/scripts/cube_dispatcher.py b/old/cube_dispatcher.py index 76a3ab3f..76a3ab3f 100755 --- a/scripts/cube_dispatcher.py +++ b/old/cube_dispatcher.py diff --git a/doc/cube_dispatcher.txt b/old/cube_dispatcher.txt index 63ab1270..63ab1270 100644 --- a/doc/cube_dispatcher.txt +++ b/old/cube_dispatcher.txt diff --git a/scripts/simple_serial_consumer.py b/old/simple_serial_consumer.py index 2bd06be7..2bd06be7 100755 --- a/scripts/simple_serial_consumer.py +++ b/old/simple_serial_consumer.py diff --git a/scripts/table_dispatcher.py b/old/table_dispatcher.py index 52cd2b7b..52cd2b7b 100755 --- a/scripts/table_dispatcher.py +++ b/old/table_dispatcher.py diff --git a/doc/table_dispatcher.txt b/old/table_dispatcher.txt index 34033327..34033327 100644 --- a/doc/table_dispatcher.txt +++ b/old/table_dispatcher.txt |