Discussion:
[chromium-dev] how can I build chrome old release tag 45.0.2454.85
h***@gmail.com
2018-11-25 15:26:10 UTC
Permalink
I have followed the guidance to build release tag 45.0.2454.85 in ubuntu
like this:

fetch --no-history chromium
cd src
git fetch origin tag 45.0.2454.85
git checkout -b local_45.0.2454.85
gclient sync --with_branch_heads --jobs 16
./build/install-build-deps.sh
gn gen out/Default/
autoninja -C out/Default chrome


but when build finished, I open the out/Default/chromeit's always the
newest version of chrome 72, not the the tag I want: 45.0.2454.85.

can some one help me?
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/d1844858-b6f0-4187-bb9f-925cd90f2835%40chromium.org.
Christian Biesinger
2018-11-26 21:13:51 UTC
Permalink
I didn't think you can combine --no-history with building an old
version... did all commands work without errors?

Oh:
git checkout -b local_45.0.2454.85

You are giving it a branch name, but you are not specifying the tag
you want to branch from, so effectively this stays on HEAD.

Christian
Post by h***@gmail.com
fetch --no-history chromium
cd src
git fetch origin tag 45.0.2454.85
git checkout -b local_45.0.2454.85
gclient sync --with_branch_heads --jobs 16
./build/install-build-deps.sh
gn gen out/Default/
autoninja -C out/Default chrome
but when build finished, I open the out/Default/chrome,it's always the newest version of chrome 72, not the the tag I want: 45.0.2454.85.
can some one help me?
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/d1844858-b6f0-4187-bb9f-925cd90f2835%40chromium.org.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAPTJ0XGhfjav9iaRbviHWVvRTwTNwsjNktp_tCgzSN2Rxj78VA%40mail.gmail.com.
Loading...