git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Travis CI: check unignored build artifacts
@ 2017-12-31 16:02 SZEDER Gábor
  2017-12-31 16:02 ` [PATCH 1/2] travis-ci: don't store P4 and Git LFS in the working tree SZEDER Gábor
  2017-12-31 16:02 ` [PATCH 2/2] travis-ci: check that all build artifacts are .gitignore-d SZEDER Gábor
  0 siblings, 2 replies; 7+ messages in thread
From: SZEDER Gábor @ 2017-12-31 16:02 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Lars Schneider, SZEDER Gábor

Every once in a while our explicit .gitignore files get out of sync when
our build process learns to create new artifacts, but the .gitignore
files are not updated accordingly.  It was recently that we got a report
about unignored test helper executables, see 44103f419 (t/helper: ignore
everything but sources, 2017-12-12).

This short patch series teaches our Travis CI build scripts to detect
unignored build artifacts at the end of builds, in the hope to catch
these issues earlier.

These patches should go on top 'sg/travis-skip-identical-test'.  The two
patch series are conceptually independent, but would have a couple of
conflicts when applied separately and then merged together, and I don't
think it's worth carrying them in separate branches.


SZEDER Gábor (2):
  travis-ci: don't store P4 and Git LFS in the working tree
  travis-ci: check that all build artifacts are .gitignore-d

 ci/lib-travisci.sh       | 14 ++++++++++++--
 ci/run-linux32-docker.sh |  2 ++
 ci/run-tests.sh          |  2 ++
 ci/test-documentation.sh |  6 ++++++
 4 files changed, 22 insertions(+), 2 deletions(-)

-- 
2.16.0.rc0.67.g3a46dbca7


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-01-03  9:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-31 16:02 [PATCH 0/2] Travis CI: check unignored build artifacts SZEDER Gábor
2017-12-31 16:02 ` [PATCH 1/2] travis-ci: don't store P4 and Git LFS in the working tree SZEDER Gábor
2018-01-02 19:38   ` Lars Schneider
2017-12-31 16:02 ` [PATCH 2/2] travis-ci: check that all build artifacts are .gitignore-d SZEDER Gábor
2018-01-02 19:40   ` Lars Schneider
2018-01-02 23:12     ` SZEDER Gábor
2018-01-03  9:45       ` Lars Schneider

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).