From a75f7e6c63b1a466cfffffecea4e7eb0ff5eb653 Mon Sep 17 00:00:00 2001 From: mpl Date: Mon, 5 Sep 2016 16:49:55 +0200 Subject: [PATCH] misc/docker: gensearchtypes.sh does not exist anymore follow-up of f802f031ccbf64b29d73e09315139beab8a5e370 Change-Id: I4b30e84b98292bc79e2e4b55708711f30ec94fb6 --- misc/docker/release/build-binaries.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/docker/release/build-binaries.go b/misc/docker/release/build-binaries.go index 20e6461c7..02dcc3fe4 100644 --- a/misc/docker/release/build-binaries.go +++ b/misc/docker/release/build-binaries.go @@ -140,8 +140,6 @@ func fetchCamliSrc() { } check(f.Close()) } - // TODO(mpl): remove once https://camlistore-review.googlesource.com/8146 is in. - check(os.Chmod("app/publisher/js/gensearchtypes.sh", 0500)) } func build() {