From 3d83a265c572203f90c4a1520697c30323212003 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 5 Feb 2015 22:43:04 +0000 Subject: [PATCH] Update notes --- notes.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/notes.txt b/notes.txt index f735ab93e..301b8ee21 100644 --- a/notes.txt +++ b/notes.txt @@ -59,15 +59,3 @@ Bugs * Non verbose - not sure number transferred got counted up? CHECK * When doing copy it recurses the whole of the destination FS which isn't necessary -Making a release - * go get -u -f -v ./... - * make test - * make tag - * edit README.md - * git commit fs/version.go README.md docs/content/downloads.md - * make retag - * . ~/bin/go-cross - * make cross - * make upload - * make upload_website - * git push --tags origin master