phase1, phase2: exclude temporary source files from sourceupload step
authorBaptiste Jonglez <git@bitsofnetworks.org>
Wed, 24 Mar 2021 22:28:25 +0000 (23:28 +0100)
committerPetr Štetiar <ynezz@true.cz>
Thu, 25 Mar 2021 08:51:21 +0000 (09:51 +0100)
commitd4c957f24b2f76986378c6d942ef415d723106a8
tree3c480707a64a82508ed2dded1e48b11014445205
parent6385c5fef2ba1461725bcb9e8ec1f309ea1c08e8
phase1, phase2: exclude temporary source files from sourceupload step

When the dl/ directory is shared with several workers, there can be
temporary "*.hash" and "*.dl" files being created by other workers.
These files should be excluded from the sourceupload step, otherwise it
can cause a failure when rsync tries to read them.

See for example:

  https://buildbot.openwrt.org/master/packages/#/builders/14/builds/18/steps/39/logs/stdio

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
phase1/master.cfg
phase2/master.cfg