8 Commits

Author SHA1 Message Date
Henrik Kjellander
3f893126a5 Change code review host to Chromium's Rietveld.
Since WebRTC's codereview instance at webrtc-codereview.appspot.com
is going to be read-only, libyuv needs to switch to Chromium's instance.

Also update the ViewVC URL to match the Git repo that is now the
master repo.

After this CL has landed, existing Git branches will continue to remember which Rietveld URL they uploaded to.
To reset a branch and re-upload a new CL to the new instance, do like this:
git cl issue 0
git pull --rebase origin master
git cl upload

BUG=libyuv:450
R=fbarchard@chromium.org

Review URL: https://codereview.chromium.org/1154893003 .
2015-09-06 06:49:01 +02:00
kjellander@google.com
9870a11cdf Add PROJECT setting to codereview.settings
This is needed for some Rietveld functionality
to work properly. Currently there's an error in the
area handling the CQ for libyuv CLs.

TBR=fbarchard@google.com

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

git-svn-id: http://libyuv.googlecode.com/svn/trunk@1384 16f28f9a-4ce2-e073-06de-1de4eb20be90
2015-04-28 14:29:24 +00:00
kjellander@google.com
ab8bf44665 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
2015-04-28 14:03:59 +00:00
kjellander@google.com
f6108da7d0 Use new, public try server for libyuv.
This change will make libyuv use the new public try server hosted in
Chrome infrastructure, available at 


TEST=submitted try job using command line overrides.
BUG=none
R=fbarchard@google.com

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

git-svn-id: http://libyuv.googlecode.com/svn/trunk@688 16f28f9a-4ce2-e073-06de-1de4eb20be90
2013-05-07 07:48:13 +00:00
kjellander@google.com
8c18932287 Updating trybot root location in codereview.settings.
This is needed due to changes in the way the trybots checkout the source code before applying the uploaded patch for a try job.

BUG=none
TEST=local master and submitted tryjob + verifying update step succeeded. Tryjob submitted to live try master with patch applying properly for all bots.
Review URL: https://webrtc-codereview.appspot.com/1059004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@546 16f28f9a-4ce2-e073-06de-1de4eb20be90
2013-01-21 08:56:52 +00:00
kjellander@google.com
1c5cab8e11 Added try server to codereview.settings.
Review URL: https://webrtc-codereview.appspot.com/776006

git-svn-id: http://libyuv.googlecode.com/svn/trunk@350 16f28f9a-4ce2-e073-06de-1de4eb20be90
2012-09-13 20:09:31 +00:00
andrew@webrtc.org
5a277f87d9 Fix codereview.settings for git.
Changes correspond to webrtc/trunk/codereview.settings.

Review URL: http://webrtc-codereview.appspot.com/321010

git-svn-id: http://libyuv.googlecode.com/svn/trunk@104 16f28f9a-4ce2-e073-06de-1de4eb20be90
2011-12-13 23:58:07 +00:00
mikhal@webrtc.org
5a2a45bbef Adding code review file
git-svn-id: http://libyuv.googlecode.com/svn/trunk@3 16f28f9a-4ce2-e073-06de-1de4eb20be90
2011-09-29 23:08:06 +00:00