From 6a773f903eb07093a56ff1ee2ab69af687854b68 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 9 Jun 2013 10:11:31 +0200 Subject: [PATCH] more TODOs Change-Id: Ibeb698d87ce474ef7f729ec741e3a89ed3e3ffc0 --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index 435d20c4a..bf5710f09 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,14 @@ +-- support for building (with just "make" or "go run make.go" for + Windows) without having the camlistore-0.1.tar.gz extracted + into a GOPATH (or really: not having any GOPATH set). should + be possible to just install binary release of Go 1.1, + download Camlistore, and run "go run make.go", which will + make a temp directory for the GOPATH, copy all files to it, + and run "go install". + +-- tests for all cmd/* stuff, perhaps as part of some integration + tests. + -- move most of camput into a library, not a package main. -- server cron support: full syncs, camput file backups, integrity