File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 5
5
exit 1
6
6
}
7
7
8
- default_tag=" v8-snapshot-08092010 "
8
+ default_tag=" v8-snapshot-05042011 "
9
9
10
10
if [ $# -eq 0 ]; then
11
11
tag=" $default_tag "
@@ -20,13 +20,16 @@ if [ -z "$repository" ]; then
20
20
die " error: cannot locate v8 git repository. please run git config --global v8.url /path-or-url/to/v8/repo"
21
21
fi
22
22
23
- excluded_directories=" $excluded_directories benchmarks samples test"
23
+ excluded_directories=" $excluded_directories build benchmarks samples test .svn "
24
24
25
25
26
26
files_to_remove=" "
27
27
files_to_remove=" $files_to_remove .gitignore"
28
28
files_to_remove=" $files_to_remove SConstruct"
29
29
files_to_remove=" $files_to_remove src/SConscript"
30
+ files_to_remove=" $files_to_remove *.svn*"
31
+ files_to_remove=" $files_to_remove preparser/SConscript"
32
+ files_to_remove=" $files_to_remove src/d8.gyp"
30
33
31
34
require_clean_work_tree () {
32
35
# test if working tree is dirty
@@ -108,7 +111,7 @@ echo "generating extra sources"
108
111
cat > $srcdir /VERSION << EOT
109
112
This is a snapshot of v8 from
110
113
111
- http://v8.googlecode.com/svn/branches/experimental/isolates
114
+ http://v8.googlecode.com/svn/branches/bleeding_edge
112
115
113
116
The commit imported was from the
114
117
You can’t perform that action at this time.
0 commit comments