@@ -123,7 +123,7 @@ void main() {
123123 'flutter_${platformName }_v1.2.3-dev${platform .isLinux ? '.tar.xz' : '.zip' }' );
124124
125125 processManager.addCommands (convertResults (< String , List <ProcessResult >? > {
126- 'git clone -b dev https://chromium .googlesource.com/external/github.com/flutter /flutter' : null ,
126+ 'git clone -b dev https://flutter .googlesource.com/mirrors /flutter' : null ,
127127 'git reset --hard $testRef ' : null ,
128128 'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
129129 'git describe --tags --exact-match $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
@@ -159,7 +159,7 @@ void main() {
159159 final String archiveName = path.join (tempDir.absolute.path,
160160 'flutter_${platformName }_v1.2.3-dev${platform .isLinux ? '.tar.xz' : '.zip' }' );
161161 final Map <String , List <ProcessResult >?> calls = < String , List <ProcessResult >? > {
162- 'git clone -b dev https://chromium .googlesource.com/external/github.com/flutter /flutter' : null ,
162+ 'git clone -b dev https://flutter .googlesource.com/mirrors /flutter' : null ,
163163 'git reset --hard $testRef ' : null ,
164164 'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
165165 'git describe --tags --exact-match $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
@@ -206,7 +206,7 @@ void main() {
206206 final String archiveName = path.join (tempDir.absolute.path,
207207 'flutter_${platformName }_arm64_v1.2.3-dev${platform .isLinux ? '.tar.xz' : '.zip' }' );
208208 final Map <String , List <ProcessResult >?> calls = < String , List <ProcessResult >? > {
209- 'git clone -b dev https://chromium .googlesource.com/external/github.com/flutter /flutter' : null ,
209+ 'git clone -b dev https://flutter .googlesource.com/mirrors /flutter' : null ,
210210 'git reset --hard $testRef ' : null ,
211211 'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
212212 'git describe --tags --exact-match $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
@@ -250,7 +250,7 @@ void main() {
250250
251251 test ('throws when a command errors out' , () async {
252252 final Map <String , List <ProcessResult >> calls = < String , List <ProcessResult >> {
253- 'git clone -b dev https://chromium .googlesource.com/external/github.com/flutter /flutter' :
253+ 'git clone -b dev https://flutter .googlesource.com/mirrors /flutter' :
254254 < ProcessResult > [ProcessResult (0 , 0 , 'output1' , '' )],
255255 'git reset --hard $testRef ' : < ProcessResult > [ProcessResult (0 , - 1 , 'output2' , '' )],
256256 };
@@ -263,7 +263,7 @@ void main() {
263263 final String archiveName = path.join (tempDir.absolute.path,
264264 'flutter_${platformName }_v1.2.3-dev${platform .isLinux ? '.tar.xz' : '.zip' }' );
265265 final Map <String , List <ProcessResult >?> calls = < String , List <ProcessResult >? > {
266- 'git clone -b dev https://chromium .googlesource.com/external/github.com/flutter /flutter' : null ,
266+ 'git clone -b dev https://flutter .googlesource.com/mirrors /flutter' : null ,
267267 'git reset --hard $testRef ' : null ,
268268 'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
269269 'git describe --tags --abbrev=0 $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
@@ -312,7 +312,7 @@ void main() {
312312 final ProcessResult codesignFailure = ProcessResult (1 , 1 , '' , 'code object is not signed at all' );
313313 final String binPath = path.join (tempDir.path, 'flutter' , 'bin' , 'cache' , 'dart-sdk' , 'bin' , 'dart' );
314314 final Map <String , List <ProcessResult >?> calls = < String , List <ProcessResult >? > {
315- 'git clone -b dev https://chromium .googlesource.com/external/github.com/flutter /flutter' : null ,
315+ 'git clone -b dev https://flutter .googlesource.com/mirrors /flutter' : null ,
316316 'git reset --hard $testRef ' : null ,
317317 'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
318318 'git describe --tags --exact-match $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
0 commit comments