File tree 7 files changed +18
-18
lines changed
7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 7
7
- develop
8
8
- master
9
9
10
- # pull_request:
11
- # branches:
12
- # - develop
10
+ pull_request :
11
+ branches :
12
+ - develop
13
13
14
14
# For development phase
15
15
workflow_dispatch :
Original file line number Diff line number Diff line change 7
7
- develop
8
8
- master
9
9
10
- # pull_request:
11
- # branches:
12
- # - develop
10
+ pull_request :
11
+ branches :
12
+ - develop
13
13
14
14
# For development phase
15
15
workflow_dispatch :
Original file line number Diff line number Diff line change 7
7
- develop
8
8
- master
9
9
10
- # pull_request:
11
- # branches:
12
- # - develop
10
+ pull_request :
11
+ branches :
12
+ - develop
13
13
14
14
# For development phase
15
15
workflow_dispatch :
Original file line number Diff line number Diff line change 5
5
- develop
6
6
- master
7
7
8
- # pull_request:
9
- # branches:
10
- # - develop
8
+ pull_request :
9
+ branches :
10
+ - develop
11
11
12
12
# For development phase
13
13
workflow_dispatch :
Original file line number Diff line number Diff line change 6
6
- develop
7
7
- master
8
8
9
- # pull_request:
10
- # branches:
11
- # - develop
9
+ pull_request :
10
+ branches :
11
+ - develop
12
12
13
13
# For development phase
14
14
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ sub downloadone{
266
266
system $cmd ;
267
267
if ($? ){
268
268
print " Download failed from $url of $pkg \n " ;
269
- my $url =" https://joliv.et/freefem /pkg/$pkg " ;
269
+ my $url =" https://www.ljll.fr/hecht /pkg/$pkg " ;
270
270
my $cmd =" ../bin/build/download $url pkg/$pkg $opts " ;
271
271
print " Try other site: $url \n " ;
272
272
system $cmd ;
@@ -286,7 +286,7 @@ sub downloadone{
286
286
my $md5check =md5_hex(` cat pkg/$pkg ` );
287
287
if ( ( $md5 ne " none" ) && ($md5check ne $md5 )){
288
288
print " Download failed (MD5 check $md5check ) from $url of $pkg \n " ;
289
- my $url =" https://joliv.et/freefem /pkg/$pkg " ;
289
+ my $url =" https://www.ljll.fr/hecht /pkg/$pkg " ;
290
290
my $cmd =" ../bin/build/download $url pkg/$pkg $opts " ;
291
291
print " Try other site: $url \n " ;
292
292
system $cmd ;
Original file line number Diff line number Diff line change 44
44
ret=$?
45
45
elif test -x /usr/bin/curl
46
46
then
47
- curl -L " $1 " --output " $2 " --connect-timeout 30
47
+ curl -L " $1 " --output " $2 " --connect-timeout 30 -v
48
48
ret=$?
49
49
50
50
elif test -x /usr/bin/GET
You can’t perform that action at this time.
0 commit comments