aboutsummaryrefslogtreecommitdiff
path: root/codereview.settings
AgeCommit message (Collapse)Author
2013-11-21Remove PUSH_URL_CONFIG from codereview.settingsDerek Schuff
As it turns out Rietveld isn't smart enough to detect that the configured origin URL is different from the origin URL of the checkout, it just blindly changes the pushinsteadof URL. This means there's no way to make it play nicely with clients with different origin URLs, so rather than force everyone to change their URLs to the new one we'll just remove the config, which will keep it from breaking people. TBR=kschimpf@google.com BUG=none Review URL: https://codereview.chromium.org/81343002
2013-11-21Switch Rietveld origin URL from git.chromium.org toDerek Schuff
chromium.googlesource.com This should prevent git cl from mangling git's pushinsteadof config on checkouts cloned by toolchain_build.py. It should also cause git cl to update everyone's checkouts to the new origin URL. TBR=kschimpf@google.com BUG=none Review URL: https://codereview.chromium.org/77723014
2012-08-14Fix ViewVC URL in LLVM codereview.settingsDerek Schuff
R=jvoung@chromium.org,sehr@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10831311
2012-08-14Add codereview.settings file to LLVM repo to work with Rietveld/git clDerek Schuff
Also a test commit to test the workflow R=jvoung@chromium.org,sehr@chromium.org BUG= http://code.google.com/p/nativeclient/issues/detail?id=2295 Review URL: https://chromiumcodereview.appspot.com/10826310