| commit | 60023909b2019d6f91f83c9f53fd1c6831bc1807 | [log] [tgz] |
|---|---|---|
| author | Jerry Belton <jcecil@fuchsia.infra.roller.google.com> | Wed Dec 21 23:43:09 2022 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Dec 21 15:44:19 2022 -0800 |
| tree | 1bbfca133a8db46404f7d9396f009a7e52e0b7ab | |
| parent | 88ab65019031af3c35efc17cb858b7e5f6eb7729 [diff] |
[roll] Roll fuchsia [check-licenses] Manually build SPDX package objects. The golang spdx library provides a "builder" function for automatically generating SPDX objects. For package objects, by default it traverses your filesystem to enumerate all the files that are included in a given package. I don't need it to do that in check-licenses, and it seems the built-in way of skipping this behavior doesn't work. As a result, sometimes in CQ it attempts to read a bunch of hidden files, some of which are private / with no read permissions / symbolic links etc etc, and cause the traversal logic to error out. Flakes in CQ are bad. For now let's just build the package objects manually all the time. functionally it is the same thing. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/780331 Original-Revision: a63f594d49d38a8b86b7612e03cf4dcff5ccdb97 GitOrigin-RevId: 67f2ede3884077039e368fadd0a214f9d958fd8c Change-Id: Ia9f953bc341e3163e0d083bd3fe0e7f37e299d54
This repository contains Fuchsia's Global Integration manifest files.
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 via the IRC channel #fuchsia on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.