Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit90b2935

Browse files
committed
[skip travis] fix rpm.sh
1 parent8151b9c commit90b2935

File tree

3 files changed

+5
-29
lines changed

3 files changed

+5
-29
lines changed

‎packaging/Makefile.test‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,9 @@ include packaging/test/Makefile.debian
4343
include packaging/test/Makefile.ubuntu
4444

4545
# CENTOS
46-
build/test_centos: build/test_centos_6 build/test_centos_7 build/test_centos_8
46+
build/test_centos: build/test_centos_7 build/test_centos_8
4747
@echo Centos: done
4848

49-
build/test_centos_6: build/test_centos_6_9.6 build/test_centos_6_10 build/test_centos_6_11 build/test_centos_6_12 build/test_centos_6_13
50-
@echo Centos 6: done
51-
5249
build/test_centos_7: build/test_centos_7_9.6 build/test_centos_7_10 build/test_centos_7_11 build/test_centos_7_12 build/test_centos_7_13
5350
@echo Centos 7: done
5451

‎packaging/test/Makefile.centos‎

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
# CENTOS 6
2-
build/test_centos_6_9.6:
3-
$(call test_rpm,centos,6,,9.6,9.6.21)
4-
touch build/test_centos_6_9.6
5-
6-
build/test_centos_6_10:
7-
$(call test_rpm,centos,6,,10,10.16)
8-
touch build/test_centos_6_10
9-
10-
build/test_centos_6_11:
11-
$(call test_rpm,centos,6,,11,11.11)
12-
touch build/test_centos_6_11
13-
14-
build/test_centos_6_12:
15-
$(call test_rpm,centos,6,,12,12.6)
16-
touch build/test_centos_6_12
17-
18-
build/test_centos_6_13:
19-
$(call test_rpm,centos,6,,13,13.2)
20-
touch build/test_centos_6_13
21-
221
# CENTOS 7
232
build/test_centos_7_9.6:
243
$(call test_rpm,centos,7,,9.6,9.6.21)

‎packaging/test/scripts/rpm.sh‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ if [ ${DISTRIB} == 'rhel' ] && [ ${PG_TOG} == '13' ]; then # no packages for PG1
1919
exit 0
2020
fi
2121

22-
if [${DISTRIB}=='oraclelinux' ]&& [${DISTRIB_VERSION}=='6' ]&& [${PG_TOG}=='13' ];then# no packages for PG13 on PGDG
23-
exit 0
24-
fi
22+
#if [ ${DISTRIB} == 'oraclelinux' ] && [ ${DISTRIB_VERSION} == '6' ] && [ ${PG_TOG} == '13' ]; then # no packages for PG13 on PGDG
23+
# exit 0
24+
#fi
2525

2626
if [${DISTRIB_VERSION}=='6' ];then
2727
yum install -y https://nginx.org/packages/rhel/6/x86_64/RPMS/nginx-1.8.1-1.el6.ngx.x86_64.rpm
@@ -54,7 +54,7 @@ events {
5454
http {
5555
server {
5656
listen 80 default;
57-
root /var/www;
57+
root /app/www;
5858
}
5959
}
6060
EOF

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp