Commit ab8bf446 authored by kjellander@google.com's avatar kjellander@google.com

Enable FORCE_HTTPS_COMMIT_URL in codereview.settings

This is needed in order to be able to commit when
working from a pure Git checkout, since the Git updater
is configured to sync using a http-URL
(in services/cron/git_updater/project_config.py)

Being able to use a pure Git checkout is a natural step
towards switching over libyuv to Git.

BUG=476598
TBR=fbarchard@google.com
TESTED=gclient config https://chromium.googlesource.com/external/libyuv --name=trunk
gclient sync
git auto-svn
# create local branch and edit
git cl upload
git cl dcommit

Review URL: https://webrtc-codereview.appspot.com/46119004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@1383 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent f995021f
......@@ -4,6 +4,7 @@ CODE_REVIEW_SERVER: webrtc-codereview.appspot.com
#CC_LIST:
VIEW_VC: https://code.google.com/p/libyuv/source/detail?r=
#STATUS:
FORCE_HTTPS_COMMIT_URL: True
TRY_ON_UPLOAD: False
TRYSERVER_ROOT: src
TRYSERVER_SVN_URL: svn://svn.chromium.org/chrome-try/try-libyuv
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment