summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-24 20:36:24 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-25 16:55:52 +0000
commite3ea0b1e9188fd7a60d762647c25f07413259325 (patch)
tree50d980c8724d399fbbfbcc53fbcafb84a639017d
parentfc22846fd8af4d5b6520c5fba43a42885c1db41a (diff)
downloadmorph-e3ea0b1e9188fd7a60d762647c25f07413259325.tar.gz
move distbuild to be next to morphlib
can't put it inside morphlib because distbuild imports morphlib (circular dependency)
-rw-r--r--distbuild/__init__.py (renamed from morphlib/distbuild/__init__.py)0
-rw-r--r--distbuild/build_controller.py (renamed from morphlib/distbuild/build_controller.py)0
-rw-r--r--distbuild/connection_machine.py (renamed from morphlib/distbuild/connection_machine.py)0
-rw-r--r--distbuild/crashpoint.py (renamed from morphlib/distbuild/crashpoint.py)0
-rw-r--r--distbuild/crashpoint_tests.py (renamed from morphlib/distbuild/crashpoint_tests.py)0
-rw-r--r--distbuild/eventsrc.py (renamed from morphlib/distbuild/eventsrc.py)0
-rw-r--r--distbuild/helper_router.py (renamed from morphlib/distbuild/helper_router.py)0
-rw-r--r--distbuild/idgen.py (renamed from morphlib/distbuild/idgen.py)0
-rw-r--r--distbuild/initiator.py (renamed from morphlib/distbuild/initiator.py)0
-rw-r--r--distbuild/initiator_connection.py (renamed from morphlib/distbuild/initiator_connection.py)0
-rwxr-xr-xdistbuild/jm.py (renamed from morphlib/distbuild/jm.py)0
-rw-r--r--distbuild/json_router.py (renamed from morphlib/distbuild/json_router.py)0
-rw-r--r--distbuild/mainloop.py (renamed from morphlib/distbuild/mainloop.py)0
-rw-r--r--distbuild/protocol.py (renamed from morphlib/distbuild/protocol.py)0
-rw-r--r--distbuild/proxy_event_source.py (renamed from morphlib/distbuild/proxy_event_source.py)0
-rw-r--r--distbuild/route_map.py (renamed from morphlib/distbuild/route_map.py)0
-rw-r--r--distbuild/route_map_tests.py (renamed from morphlib/distbuild/route_map_tests.py)0
-rw-r--r--distbuild/serialise.py (renamed from morphlib/distbuild/serialise.py)0
-rw-r--r--distbuild/serialise_tests.py (renamed from morphlib/distbuild/serialise_tests.py)0
-rw-r--r--distbuild/sm.py (renamed from morphlib/distbuild/sm.py)0
-rw-r--r--distbuild/sm_tests.py (renamed from morphlib/distbuild/sm_tests.py)0
-rw-r--r--distbuild/sockbuf.py (renamed from morphlib/distbuild/sockbuf.py)0
-rw-r--r--distbuild/socketsrc.py (renamed from morphlib/distbuild/socketsrc.py)0
-rw-r--r--distbuild/sockserv.py (renamed from morphlib/distbuild/sockserv.py)0
-rw-r--r--distbuild/stringbuffer.py (renamed from morphlib/distbuild/stringbuffer.py)0
-rw-r--r--distbuild/stringbuffer_tests.py (renamed from morphlib/distbuild/stringbuffer_tests.py)0
-rw-r--r--distbuild/timer_event_source.py (renamed from morphlib/distbuild/timer_event_source.py)0
-rw-r--r--distbuild/worker_build_scheduler.py (renamed from morphlib/distbuild/worker_build_scheduler.py)0
28 files changed, 0 insertions, 0 deletions
diff --git a/morphlib/distbuild/__init__.py b/distbuild/__init__.py
index 3e60d5ee..3e60d5ee 100644
--- a/morphlib/distbuild/__init__.py
+++ b/distbuild/__init__.py
diff --git a/morphlib/distbuild/build_controller.py b/distbuild/build_controller.py
index a300f0d4..a300f0d4 100644
--- a/morphlib/distbuild/build_controller.py
+++ b/distbuild/build_controller.py
diff --git a/morphlib/distbuild/connection_machine.py b/distbuild/connection_machine.py
index 3d4e8d04..3d4e8d04 100644
--- a/morphlib/distbuild/connection_machine.py
+++ b/distbuild/connection_machine.py
diff --git a/morphlib/distbuild/crashpoint.py b/distbuild/crashpoint.py
index 01bfbd6b..01bfbd6b 100644
--- a/morphlib/distbuild/crashpoint.py
+++ b/distbuild/crashpoint.py
diff --git a/morphlib/distbuild/crashpoint_tests.py b/distbuild/crashpoint_tests.py
index 2761ccac..2761ccac 100644
--- a/morphlib/distbuild/crashpoint_tests.py
+++ b/distbuild/crashpoint_tests.py
diff --git a/morphlib/distbuild/eventsrc.py b/distbuild/eventsrc.py
index 11bb16e8..11bb16e8 100644
--- a/morphlib/distbuild/eventsrc.py
+++ b/distbuild/eventsrc.py
diff --git a/morphlib/distbuild/helper_router.py b/distbuild/helper_router.py
index 752a5fdb..752a5fdb 100644
--- a/morphlib/distbuild/helper_router.py
+++ b/distbuild/helper_router.py
diff --git a/morphlib/distbuild/idgen.py b/distbuild/idgen.py
index b642bd98..b642bd98 100644
--- a/morphlib/distbuild/idgen.py
+++ b/distbuild/idgen.py
diff --git a/morphlib/distbuild/initiator.py b/distbuild/initiator.py
index 9c7e2ddf..9c7e2ddf 100644
--- a/morphlib/distbuild/initiator.py
+++ b/distbuild/initiator.py
diff --git a/morphlib/distbuild/initiator_connection.py b/distbuild/initiator_connection.py
index 48d083e4..48d083e4 100644
--- a/morphlib/distbuild/initiator_connection.py
+++ b/distbuild/initiator_connection.py
diff --git a/morphlib/distbuild/jm.py b/distbuild/jm.py
index ae222c00..ae222c00 100755
--- a/morphlib/distbuild/jm.py
+++ b/distbuild/jm.py
diff --git a/morphlib/distbuild/json_router.py b/distbuild/json_router.py
index bf272174..bf272174 100644
--- a/morphlib/distbuild/json_router.py
+++ b/distbuild/json_router.py
diff --git a/morphlib/distbuild/mainloop.py b/distbuild/mainloop.py
index e3f9ae2d..e3f9ae2d 100644
--- a/morphlib/distbuild/mainloop.py
+++ b/distbuild/mainloop.py
diff --git a/morphlib/distbuild/protocol.py b/distbuild/protocol.py
index 5d693761..5d693761 100644
--- a/morphlib/distbuild/protocol.py
+++ b/distbuild/protocol.py
diff --git a/morphlib/distbuild/proxy_event_source.py b/distbuild/proxy_event_source.py
index 5b35b741..5b35b741 100644
--- a/morphlib/distbuild/proxy_event_source.py
+++ b/distbuild/proxy_event_source.py
diff --git a/morphlib/distbuild/route_map.py b/distbuild/route_map.py
index f67bcb54..f67bcb54 100644
--- a/morphlib/distbuild/route_map.py
+++ b/distbuild/route_map.py
diff --git a/morphlib/distbuild/route_map_tests.py b/distbuild/route_map_tests.py
index c8ed69b3..c8ed69b3 100644
--- a/morphlib/distbuild/route_map_tests.py
+++ b/distbuild/route_map_tests.py
diff --git a/morphlib/distbuild/serialise.py b/distbuild/serialise.py
index 060833b1..060833b1 100644
--- a/morphlib/distbuild/serialise.py
+++ b/distbuild/serialise.py
diff --git a/morphlib/distbuild/serialise_tests.py b/distbuild/serialise_tests.py
index 2b4b3af7..2b4b3af7 100644
--- a/morphlib/distbuild/serialise_tests.py
+++ b/distbuild/serialise_tests.py
diff --git a/morphlib/distbuild/sm.py b/distbuild/sm.py
index f50515c3..f50515c3 100644
--- a/morphlib/distbuild/sm.py
+++ b/distbuild/sm.py
diff --git a/morphlib/distbuild/sm_tests.py b/distbuild/sm_tests.py
index 3c33e494..3c33e494 100644
--- a/morphlib/distbuild/sm_tests.py
+++ b/distbuild/sm_tests.py
diff --git a/morphlib/distbuild/sockbuf.py b/distbuild/sockbuf.py
index a7fe339a..a7fe339a 100644
--- a/morphlib/distbuild/sockbuf.py
+++ b/distbuild/sockbuf.py
diff --git a/morphlib/distbuild/socketsrc.py b/distbuild/socketsrc.py
index 78486f0e..78486f0e 100644
--- a/morphlib/distbuild/socketsrc.py
+++ b/distbuild/socketsrc.py
diff --git a/morphlib/distbuild/sockserv.py b/distbuild/sockserv.py
index 6d8f216e..6d8f216e 100644
--- a/morphlib/distbuild/sockserv.py
+++ b/distbuild/sockserv.py
diff --git a/morphlib/distbuild/stringbuffer.py b/distbuild/stringbuffer.py
index 3349bb87..3349bb87 100644
--- a/morphlib/distbuild/stringbuffer.py
+++ b/distbuild/stringbuffer.py
diff --git a/morphlib/distbuild/stringbuffer_tests.py b/distbuild/stringbuffer_tests.py
index 29530560..29530560 100644
--- a/morphlib/distbuild/stringbuffer_tests.py
+++ b/distbuild/stringbuffer_tests.py
diff --git a/morphlib/distbuild/timer_event_source.py b/distbuild/timer_event_source.py
index f6141a73..f6141a73 100644
--- a/morphlib/distbuild/timer_event_source.py
+++ b/distbuild/timer_event_source.py
diff --git a/morphlib/distbuild/worker_build_scheduler.py b/distbuild/worker_build_scheduler.py
index d0f158b6..d0f158b6 100644
--- a/morphlib/distbuild/worker_build_scheduler.py
+++ b/distbuild/worker_build_scheduler.py