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

Issue 10409048: validate CHROME_SRC setting to avoid confusion (Closed)

Created:
8 years, 7 months ago by Wei James(wistoch)
Modified:
8 years, 6 months ago
Reviewers:
John Grabowski
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

validate CHROME_SRC setting to avoid confusion BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=139480

Patch Set 1 #

Total comments: 4

Patch Set 2 : fix for review feedback(remove PWD and add comments) #

Total comments: 4

Patch Set 3 : add comments for feedback and add me into AUTHORS #

Patch Set 4 : fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -1 line) Patch
M AUTHORS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M build/android/envsetup.sh View 1 2 1 chunk +11 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Wei James(wistoch)
the motivation of this patch is that: I have two chromium working repo tree and ...
8 years, 7 months ago (2012-05-21 07:10:24 UTC) #1
John Grabowski
https://chromiumcodereview.appspot.com/10409048/diff/1/build/android/envsetup.sh File build/android/envsetup.sh (right): https://chromiumcodereview.appspot.com/10409048/diff/1/build/android/envsetup.sh#newcode94 build/android/envsetup.sh:94: PWD=$(readlink -f .) The shell sets $PWD so I ...
8 years, 7 months ago (2012-05-25 02:19:28 UTC) #2
Wei James(wistoch)
http://chromiumcodereview.appspot.com/10409048/diff/1/build/android/envsetup.sh File build/android/envsetup.sh (right): http://chromiumcodereview.appspot.com/10409048/diff/1/build/android/envsetup.sh#newcode94 build/android/envsetup.sh:94: PWD=$(readlink -f .) On 2012/05/25 02:19:28, John Grabowski wrote: ...
8 years, 7 months ago (2012-05-25 02:53:24 UTC) #3
John Grabowski
http://chromiumcodereview.appspot.com/10409048/diff/4001/build/android/envsetup.sh File build/android/envsetup.sh (right): http://chromiumcodereview.appspot.com/10409048/diff/4001/build/android/envsetup.sh#newcode99 build/android/envsetup.sh:99: if [ "${PWD/"${CHROME_SRC}"/}" == "${PWD}" ]; then Sorry I ...
8 years, 7 months ago (2012-05-25 16:27:18 UTC) #4
Wei James(wistoch)
http://chromiumcodereview.appspot.com/10409048/diff/4001/build/android/envsetup.sh File build/android/envsetup.sh (right): http://chromiumcodereview.appspot.com/10409048/diff/4001/build/android/envsetup.sh#newcode99 build/android/envsetup.sh:99: if [ "${PWD/"${CHROME_SRC}"/}" == "${PWD}" ]; then On 2012/05/25 ...
8 years, 7 months ago (2012-05-26 05:01:47 UTC) #5
John Grabowski
LGTM http://chromiumcodereview.appspot.com/10409048/diff/4001/build/android/envsetup.sh File build/android/envsetup.sh (right): http://chromiumcodereview.appspot.com/10409048/diff/4001/build/android/envsetup.sh#newcode99 build/android/envsetup.sh:99: if [ "${PWD/"${CHROME_SRC}"/}" == "${PWD}" ]; then On ...
8 years, 6 months ago (2012-05-29 17:50:23 UTC) #6
Wei James(wistoch)
http://chromiumcodereview.appspot.com/10409048/diff/4001/build/android/envsetup.sh File build/android/envsetup.sh (right): http://chromiumcodereview.appspot.com/10409048/diff/4001/build/android/envsetup.sh#newcode99 build/android/envsetup.sh:99: if [ "${PWD/"${CHROME_SRC}"/}" == "${PWD}" ]; then On 2012/05/29 ...
8 years, 6 months ago (2012-05-30 03:00:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/james.wei@intel.com/10409048/11001
8 years, 6 months ago (2012-05-30 03:00:33 UTC) #8
commit-bot: I haz the power
8 years, 6 months ago (2012-05-30 07:44:24 UTC) #9
Change committed as 139480

Powered by Google App Engine
This is Rietveld 408576698