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
Describe the bug
The command line switch -A $URL used to be the authority in any case, independend of local data. This changed in some of the last releases, what can be quite dangerous esp in scripts when operations happen on the wrong instance.
To Reproduce
Steps to reproduce the behavior:
osc -A $INSTANCE_A co any_project any_package
cd any_project/any_package
osc -A $INSTANCE_B search ...
The search result will be from INSTANCE_A. However this is not limited to the search command, but afaik happens with all commands.
Expected behavior
osc -A $URL always uses $URL no matter of local work directory.
The text was updated successfully, but these errors were encountered:
Describe the bug
The command line switch -A $URL used to be the authority in any case, independend of local data. This changed in some of the last releases, what can be quite dangerous esp in scripts when operations happen on the wrong instance.
To Reproduce
Steps to reproduce the behavior:
The search result will be from INSTANCE_A. However this is not limited to the search command, but afaik happens with all commands.
Expected behavior
osc -A $URL always uses $URL no matter of local work directory.
The text was updated successfully, but these errors were encountered: