Howdy all:

The tree has been incredibly green of late thanks to continued
dedication to stability and test fixing, but there are those times
when you might still get bitten by non-green revs costing you time as
you try to figure out why a build failed only to discover it's not
your fault. To avoid this, you can now specify a "safesync_url" param
in your .gclient solutions. For users with existing .gclient files,
simply add a line like this to your main chrome solution:

  solutions = [
    { "name": "src"
      #...
      "safesync_url": "http://chromium-status.appspot.com/lkgr";
    },
    # ...
  ]

If you're making a fresh checkout, you can just add this URL to your
inital gclient config call. E.g.:

  gclient config http://src.chromium.org/svn/trunk/src
http://chromium-status.appspot.com/lkgr

For the even less adventurous, you might try the unit-and-layout test
green build version # instead. E.g.:

  gclient config http://src.chromium.org/svn/trunk/src
http://build.chromium.org/buildbot/continuous/LATEST/REVISION

Regards

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to