From 62b488cb62a52eac92e6d37932a773ec138a5a2b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 4 May 2017 14:46:24 -0400 Subject: debug-me server added --- ServerList.hs | 2 +- TODO | 5 ----- debug-me.cabal | 1 - doc/todo/packages.mdwn | 6 ++++++ 4 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 TODO create mode 100644 doc/todo/packages.mdwn 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.) -- cgit v1.2.3