Skip to content

Conversation

@hbrunn
Copy link
Member

@hbrunn hbrunn commented Oct 3, 2025

as I propose to make OpenUpgrade behave more like a standard OCA repo, here the changes coming with this, and also I propose to rely on the cronjobs for unpleasant work.

Note that the script won't run for 18.0 because I renamed the test.yml file, if you want to test the script, add

FILTER_BRANCH_SQUELCH_WARNING=1 git filter-branch --tree-filter '[ -f .github/workflows/test.yml ] && mv .github/workflows/test.yml .github/workflows/test-migration.yml || true' 18.0

after line 7, that's what I did

# Replace No-Dot Syntax (140, 150, ...)
sed -i "s/$NODOTDOLD/$NODOTNEW/g" .github/workflows/*
sed -i "s/$NODOTPREV/$NODOTDOLD/g" .github/workflows/*
sed -i "s/$NODOTDOLD/$NODOTNEW/g" .github/workflows/{documentation-commit.yml,test-migration.yml}
Copy link

@sergiocorato sergiocorato Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test-migration.yml does not exist in the repository, so it raises an error (or is a problem with my environment)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you do the renaming with the commandline as pointed out above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants