Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Issue 3135049: cbuildbot: fix to point to new url (Closed)

Created:
10 years, 4 months ago by Mandeep Singh Baines
Modified:
9 years, 7 months ago
Reviewers:
petkov, anush
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

cbuildbot: fix to point to new url BUG=6102 TEST=none Change-Id: I69312fed2d0eb4934a964792b4af06160b8d8eb5

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M bin/cbuildbot.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Mandeep Singh Baines
10 years, 4 months ago (2010-08-25 21:33:14 UTC) #1
anush
10 years, 4 months ago (2010-08-25 21:38:02 UTC) #2
LGTM

On Wed, Aug 25, 2010 at 4:33 PM, <msb@chromium.org> wrote:

> Reviewers: anush,
>
> Description:
> cbuildbot: fix to point to new url
>
> BUG=6102
> TEST=none
>
> Change-Id: I69312fed2d0eb4934a964792b4af06160b8d8eb5
>
> Please review this at http://codereview.chromium.org/3135049/show
>
> SVN Base: http://git.chromium.org/git/crosutils.git
>
> Affected files:
>  M bin/cbuildbot.py
>
>
> Index: bin/cbuildbot.py
> diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py
> index
>
da99f5b243d106a2b2c8e392c69da057a862acf7..972b48b5393c9fc7b39538e206efa49f97dfe9bf
> 100755
> --- a/bin/cbuildbot.py
> +++ b/bin/cbuildbot.py
> @@ -63,7 +63,7 @@ def RepoSync(buildroot, rw_checkout,
> retries=_DEFAULT_RETRIES):
>         # failed in a previous run because of a forced Stop Build.
>         RunCommand(['repo', 'forall', '-c', 'git', 'config',
>                     'url.ssh://git@gitrw.chromium.org:9222.pushinsteadof',
> -                    'http://src.chromium.org/git'], cwd=buildroot)
> +                    'http://git.chromium.org/git'], cwd=buildroot)
>       retries = 0
>     except:
>       retries -= 1
>
>
>

Powered by Google App Engine
This is Rietveld 408576698