[roll] Roll infra/recipes Revert "[recipes] Add flag to git clean build step to delete nested untracked"

This reverts commit f6666ad5e88471a710f56d778b03a3c9965d0cd8.

Reason for revert: no longer necessary without submodules in fuchsia

Original change's description:
> [recipes] Add flag to git clean build step to delete nested untracked
> repos.
>
> Previously, when deleted a submodule project, the build would fail on
> the jiri check-clean command because the directory would fail to be
> removed during the patch step, because it is non-empty. The git clean
> step would fail to remove the untracked file because it is nested,
> adding the additional -f flag forces it to delete the untracked file.
>
> Change-Id: I1d7080e7c7ccf2352996ecf4b4f490f38c6c174e
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1056653
> Commit-Queue: Danielle Kay <danikay@google.com>
> Reviewed-by: Oliver Newman <olivernewman@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1274684
Original-Revision: b42f7c4e9857f8e68ea290965b30a073f2bfa929
GitOrigin-RevId: d093a5d0e9179cc6bbec3ed4b0908d06c114f18b
Change-Id: I5b0af88b4760e58d4b33fff60e6448b71707a3b1
1 file changed
tree: ffadf4cc769fd66bcf274fa9eab43b269cc9e80b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.