You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating a ConfigurationScriptSource to point to a different base repository/fork (e.g. from [email protected]:ManageIQ/manageiq.git to [email protected]:agrare/manageiq.git) the local copy in data/git_repos/:git_repository_id continues to point to the old repository remote.
Steps to reproduce:
Create a Workflows Repository pointing to [email protected]:ManageIQ/workflows-examples.git branch: master
Allow it to sync
Edit the repository setting the scm_url to a fork that has a branch that doesn't exist on the ManageIQ remote, e.g. [email protected]:agrare/workflows-examples.git branch: test
The sync will fail with a missing ref even though git_repository.update_repo was called first
The text was updated successfully, but these errors were encountered:
Fryguy
changed the title
ConfigurationScriptSource doesn't update after switchging repository base
ConfigurationScriptSource doesn't update after switching repository base
Apr 1, 2024
When updating a ConfigurationScriptSource to point to a different base repository/fork (e.g. from
[email protected]:ManageIQ/manageiq.git
to[email protected]:agrare/manageiq.git
) the local copy indata/git_repos/:git_repository_id
continues to point to the old repository remote.Steps to reproduce:
[email protected]:ManageIQ/workflows-examples.git
branch: master[email protected]:agrare/workflows-examples.git
branch: testgit_repository.update_repo
was called firstThe text was updated successfully, but these errors were encountered: