commit | 61cd902a7c811a2852867979c792f4f4af480f27 | [log] [tgz] |
---|---|---|
author | Brandon Castellano <bcastell@fuchsia.infra.roller.google.com> | Wed Sep 29 21:54:05 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 29 14:55:18 2021 -0700 |
tree | a271c62e836eb2fd9dc8551aabe2b5de67726ed4 | |
parent | a35ae5a2a01092d6bf5b74490f757446df43dade [diff] |
[roll] Roll third_party/go [io] Remove deprecated OPEN_FLAG_POSIX. Replace usages of now deprecated OPEN_FLAG_POSIX with the newly added OPEN_FLAG_POSIX_WRITABLE and OPEN_FLAG_POSIX_EXECUTABLE flags which make it explicit which permissions are being inherited. Previously, specifying OPEN_FLAG_POSIX would inherit both execute and write rights along the open chain. This removes the last remaining usage of OPEN_FLAG_POSIX outside of the main Fuchsia project, in preparation for its removal from fuchsia.io. Original-Bug: 81185 Tested: Built+Ran. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/go/+/543221 Original-Revision: 71686bf00c6c873c75c5f3879747d0e7bf5b00c9 GitOrigin-RevId: d6a3686ec4cc8de363a35aec9a1ed63967be0d2d Change-Id: I2bf68abf1b114527976067fb933871654bed4e12
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
.