From 6411bec7b39560779890790055b60bf63d01ce00 Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Fri, 8 Sep 2023 19:13:04 +0100 Subject: [PATCH] tools/recipes: Add pycparserext batch-rebase manifest Add a batch-rebase manifest for pycparserext so that we can easily refresh the lisa branch. --- tools/recipes/pycparserext.manifest.yaml | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 tools/recipes/pycparserext.manifest.yaml diff --git a/tools/recipes/pycparserext.manifest.yaml b/tools/recipes/pycparserext.manifest.yaml new file mode 100644 index 000000000..c680bd106 --- /dev/null +++ b/tools/recipes/pycparserext.manifest.yaml @@ -0,0 +1,37 @@ + +# batch-rebase manifest used to create the pahole branch for LISA + +# The "lisa" branch in the pahole repo can be constructed with: +# batch-rebase create . --manifest "$LISA_HOME/tools/recipes/pycparserext.manifest.yaml" --create-branch lisa + +rebase-conf: + rr-cache: ./rr-cache + base: + remote: github + ref: main + + topics: + # https://github.com/inducer/pycparserext/pull/78 + - + name: fix_arr_attributes + remote: github + base: main + tip: fix_arr_attributes + + # https://github.com/inducer/pycparserext/pull/77 + - + name: fix_tests + remote: github + base: main + tip: fix_tests + + # https://github.com/inducer/pycparserext/pull/76 + - + name: struct_attr + remote: github + base: main + tip: struct_attr + + remotes: + github: + url: https://github.com/douglas-raillard-arm/pycparserext.git -- GitLab