File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ of your root `composer.json`.
30
30
{
31
31
"extra" : {
32
32
"drupal-scaffold" : {
33
- "source" : " https://cgit .drupalcode.org/drupal/plain/{path}?h={version }" ,
33
+ "source" : " https://git .drupalcode.org/project/ drupal/raw/{version}/{path }" ,
34
34
"excludes" : [
35
35
" google123.html" ,
36
36
" robots.txt"
@@ -59,7 +59,7 @@ any HTTP issues.
59
59
"extra" : {
60
60
"drupal-scaffold" : {
61
61
"source" : [
62
- " https://cgit .drupalcode.org/drupal/plain/{path}?h={version }" ,
62
+ " https://git .drupalcode.org/project/ drupal/raw/{version}/{path }" ,
63
63
" https://raw.githubusercontent.com/drupal/drupal/{version}/{path}"
64
64
]
65
65
}
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ protected function getOptions() {
372
372
'includes ' => [],
373
373
'initial ' => [],
374
374
'source ' => [
375
- 'https://cgit .drupalcode.org/drupal/plain/{path}?h={version } ' ,
375
+ 'https://git .drupalcode.org/project/ drupal/raw/{version}/{path } ' ,
376
376
'https://raw.githubusercontent.com/drupal/drupal/{version}/{path} '
377
377
],
378
378
];
@@ -397,7 +397,7 @@ protected function getIncludesDefault() {
397
397
/**
398
398
* Files from 8.3.x
399
399
*
400
- * @see https://cgit .drupalcode.org/drupal/tree/?h= 8.3.x
400
+ * @see https://git .drupalcode.org/project/ drupal/tree/8.3.x
401
401
*/
402
402
$ common = [
403
403
'.csslintrc ' ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ protected function ensureDirectoryExistsAndClear($directory) {
58
58
59
59
public function testFetch () {
60
60
$ fetcher = new FileFetcher (new RemoteFilesystem (new NullIO ()), new NullIO ());
61
- $ fetcher ->setSource ('https://cgit .drupalcode.org/drupal/plain/{path}?h={version } ' );
61
+ $ fetcher ->setSource ('https://git .drupalcode.org/project/ drupal/raw/{version}/{path } ' );
62
62
$ fetcher ->setFilenames ([
63
63
'.htaccess ' => '.htaccess ' ,
64
64
'sites/default/default.settings.php ' => 'sites/default/default.settings.php ' ,
@@ -70,7 +70,7 @@ public function testFetch() {
70
70
71
71
public function testInitialFetch () {
72
72
$ fetcher = new FileFetcher (new RemoteFilesystem (new NullIO ()), new NullIO ());
73
- $ fetcher ->setSource ('https://cgit .drupalcode.org/drupal/plain/{path}?h={version } ' );
73
+ $ fetcher ->setSource ('https://git .drupalcode.org/project/ drupal/raw/{version}/{path } ' );
74
74
$ fetcher ->setFilenames ([
75
75
'sites/default/default.settings.php ' => 'sites/default/settings.php ' ,
76
76
]);
You can’t perform that action at this time.
0 commit comments