summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-05-04 14:46:24 -0400
committerJoey Hess <joeyh@joeyh.name>2017-05-04 14:46:24 -0400
commit62b488cb62a52eac92e6d37932a773ec138a5a2b (patch)
treeb07f03a1fda275e2733b5aa2de6bf724d266cb84
parentd8f274e20cf7119adad5614d548939c8ee0221d9 (diff)
downloaddebug-me-62b488cb62a52eac92e6d37932a773ec138a5a2b.tar.gz
debug-me server added
-rw-r--r--ServerList.hs2
-rw-r--r--TODO5
-rw-r--r--debug-me.cabal1
-rw-r--r--doc/todo/packages.mdwn6
4 files changed, 7 insertions, 7 deletions
diff --git a/ServerList.hs b/ServerList.hs
index 685bc65..47e6723 100644
--- a/ServerList.hs
+++ b/ServerList.hs
@@ -10,4 +10,4 @@ import Data.Maybe
defaultServerUrl :: URI
defaultServerUrl = fromMaybe (error "internal url parse error") $
- parseURI "http://localhost:8081/"
+ parseURI "http://debug-me.joeyh.name:8081/"
diff --git a/TODO b/TODO
deleted file mode 100644
index d2711a5..0000000
--- a/TODO
+++ /dev/null
@@ -1,5 +0,0 @@
-* Need to spin up a debug-me server and make debug-me use it by default,
- not localhost.
-* Make debug-me --bundle create a self-contained executable bundle
- that can be ran anywhere. Update faq to suggest developers include that
- with their software.
diff --git a/debug-me.cabal b/debug-me.cabal
index 383d61d..e8e2503 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -36,7 +36,6 @@ License-File: AGPL
Extra-Source-Files:
CHANGELOG
INSTALL
- TODO
Makefile
debug-me.1
debug-me.service
diff --git a/doc/todo/packages.mdwn b/doc/todo/packages.mdwn
new file mode 100644
index 0000000..7c03108
--- /dev/null
+++ b/doc/todo/packages.mdwn
@@ -0,0 +1,6 @@
+debug-me packages needed to make it easy for install.
+
+For any/all linux distros.
+
+Also, make a self-contained executable. (Statically linked would be ideal,
+but difficulty.)