The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

scripts: More copybara improvements

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2447>

authored by

Rylie Pavlik and committed by
Marge Bot
0e90861b db176a64

+6 -2
+6 -2
scripts/copy.bara.sky
··· 6 6 gitlab_url = "git@ssh.gitlab.freedesktop.org:rpavlik/monado.git" 7 7 author = "Rylie Pavlik <rylie.pavlik@collabora.com>" 8 8 9 + # Helpful flag when working on these workflows: 10 + # --git-destination-non-fast-forward 11 + 9 12 # update-stb: Update STB libraries 10 13 core.workflow( 11 14 name="update-stb", ··· 65 68 ["src/external/nanopb/*.{h,c,txt}"], 66 69 exclude=["src/external/nanopb/monado_metrics.pb.{c,h}"], 67 70 ), 68 - origin_files=glob(["*.{h,c,txt}"], exclude=["CMakeLists.txt", "CHANGELOG.txt"]), 71 + origin_files=glob(["*.{h,c,txt}"], exclude=["CMakeLists.txt", "requirements.txt"]), 69 72 authoring=authoring.pass_thru(author), 70 73 transformations=[ 71 74 metadata.expose_label("GIT_DESCRIBE_CHANGE_VERSION"), ··· 162 165 origin_files=glob(["renderdoc/api/app/*.h"]), 163 166 authoring=authoring.pass_thru(author), 164 167 transformations=[ 168 + metadata.expose_label("GIT_DESCRIBE_CHANGE_VERSION"), 165 169 metadata.replace_message( 166 - "external/renderdoc_api: Update RenderDoc API from upstream" 170 + "external/renderdoc_api: Update RenderDoc API from upstream ${GIT_DESCRIBE_CHANGE_VERSION}" 167 171 ), 168 172 core.move("renderdoc/api/app/", "src/external/renderdoc_api/"), 169 173 ],