Good morning everyone, we aware that there are some issues raises after the migration, here are the issues so far and how to resolve it.
eca518c12185e21fbc146feea9c74a2a2d4051a7
0e777bb4f19c968396f8fe65edc421109adb03c7
cc738fcc61155c6cab9aa8182d84bd4d95c853fa
/etc/hosts
you can follow this guide to fix this.
arc diff
command got timeout, this because the URL configuration in your ~/.arcrc
need to be updated. You need to change https://codereview.traveloka.com
to the new URL https://phabricator.noc.tvlk.cloud
in that file. More about it can be seen here.
arc diff
still requesting to old URL hence request you to install-certificate, You'll need to update .arcconfig
in the repository. and replace https://codereview.traveloka.com
to the new URL https://phabricator.noc.tvlk.cloud
.
git remote set-url origin <new_git_url>
, for example for traveloka-product
you'll need to run git remote set-url origin ssh://git@git.traveloka.com/diffusion/TV/traveloka-product.git
in the ~/tools/repository
directory.
Thank you for your attention, and have a good day! :pray: