The open source OpenXR runtime
0
fork

Configure Feed

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

scripts: Add custom rev ids for various workflows in Copybara

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

authored by

Rylie Pavlik and committed by
Marge Bot
7e9dd015 dd70e001

+6 -2
+6 -2
scripts/copy.bara.sky
··· 1 - # Copyright 2022, Collabora, Ltd. 1 + # Copyright 2022-2025, Collabora, Ltd. 2 2 # 3 3 # SPDX-License-Identifier: BSL-1.0 4 - """Configuration for "copybara" <https://github.com/google/copybara> to update vendored source""" 4 + """Configuration for "copybara" <https://github.com/google/copybara> to update vendored source.""" 5 5 6 6 gitlab_url = "git@ssh.gitlab.freedesktop.org:rpavlik/monado.git" 7 7 author = "Rylie Pavlik <rylie.pavlik@collabora.com>" ··· 9 9 # update-stb: Update STB libraries 10 10 core.workflow( 11 11 name = "update-stb", 12 + custom_rev_id="STB_REV_ID", 12 13 origin = git.github_origin( 13 14 url = "https://github.com/nothings/stb.git", 14 15 ref = "master", ··· 39 40 # not currently done by this code! 40 41 core.workflow( 41 42 name = "update-nanopb", 43 + custom_rev_id="NANOPB_REV_ID", 42 44 origin = git.github_origin( 43 45 url = "https://github.com/nanopb/nanopb.git", 44 46 # ref = "master", ··· 72 74 # update-cjson: Update cJSON library 73 75 core.workflow( 74 76 name = "update-cjson", 77 + custom_rev_id="CJSON_REV_ID", 75 78 origin = git.github_origin( 76 79 url = "https://github.com/DaveGamble/cJSON.git", 77 80 # ref = "master", ··· 134 137 # update-renderdoc: Update RenderDoc API 135 138 core.workflow( 136 139 name = "update-renderdoc", 140 + custom_rev_id="RENDERDOC_REV_ID", 137 141 origin = git.github_origin( 138 142 url = "https://github.com/baldurk/renderdoc.git", 139 143 ref = "v1.x",