[PATCH] release-checks: check that git working directory is clean

2015-06-09 Thread David Bremner
Tomi Ollila writes: > Before release check that there are no uncommitted changes and > that there are no files in working directory that possibly shoul pushed, amended as suggested by Tomi on IRC s/--ignored//g

Re: [PATCH] release-checks: check that git working directory is clean

2015-06-09 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes: Before release check that there are no uncommitted changes and that there are no files in working directory that possibly shoul pushed, amended as suggested by Tomi on IRC s/--ignored//g ___ notmuch mailing list

[PATCH] release-checks: check that git working directory is clean

2015-06-05 Thread David Bremner
Tomi Ollila writes: > Before release check that there are no uncommitted changes and > that there are no files in working directory that possibly should > have been added to the repository. Not sure the best way to manage this, but I don't think we need to remove the test (and perf-test)

Re: [PATCH] release-checks: check that git working directory is clean

2015-06-05 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes: Before release check that there are no uncommitted changes and that there are no files in working directory that possibly should have been added to the repository. Not sure the best way to manage this, but I don't think we need to remove the test (and

[PATCH] release-checks: check that git working directory is clean

2015-06-02 Thread David Bremner
Tomi Ollila writes: > Before release check that there are no uncommitted changes and > that there are no files in working directory that possibly should > have been added to the repository. this seems ok to me, and certainly reveal just how crufty my notmuch directory was. d

[PATCH] release-checks: check that git working directory is clean

2015-06-02 Thread Tomi Ollila
Before release check that there are no uncommitted changes and that there are no files in working directory that possibly should have been added to the repository. --- devel/release-checks.sh | 11 +++ 1 file changed, 11 insertions(+) diff --git a/devel/release-checks.sh

Re: [PATCH] release-checks: check that git working directory is clean

2015-06-02 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes: Before release check that there are no uncommitted changes and that there are no files in working directory that possibly should have been added to the repository. this seems ok to me, and certainly reveal just how crufty my notmuch directory was. d

[PATCH] release-checks: check that git working directory is clean

2015-06-02 Thread Tomi Ollila
Before release check that there are no uncommitted changes and that there are no files in working directory that possibly should have been added to the repository. --- devel/release-checks.sh | 11 +++ 1 file changed, 11 insertions(+) diff --git a/devel/release-checks.sh