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

Commit07f73ee

Browse files
committed
[skip travis] correct repo path for rhel and oracle linux
1 parent7356479 commit07f73ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎packaging/Makefile.repo‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ repo/oraclelinux: build/repo_oraclelinux_6 build/repo_oraclelinux_7 build/repo_o
5959
@echo Build repo for oraclelinux platforms: done
6060

6161
build/repo_oraclelinux_6:
62-
$(call build_repo_rpm,oraclelinux,6,,)
62+
$(call build_repo_rpm,oraclelinux,6,6Server)
6363
touch build/repo_oraclelinux_6
6464

6565
build/repo_oraclelinux_7:
66-
$(call build_repo_rpm,oraclelinux,7,,)
66+
$(call build_repo_rpm,oraclelinux,7,7Server)
6767
touch build/repo_oraclelinux_7
6868

6969
build/repo_oraclelinux_8:
@@ -75,11 +75,11 @@ repo/rhel: build/repo_rhel_6 build/repo_rhel_7 build/repo_rhel_8
7575
@echo Build repo for rhel platforms: done
7676

7777
build/repo_rhel_6:
78-
$(call build_repo_rpm,rhel,6,,)
78+
$(call build_repo_rpm,rhel,6,6Server)
7979
touch build/repo_rhel_6
8080

8181
build/repo_rhel_7:
82-
$(call build_repo_rpm,rhel,7,,)
82+
$(call build_repo_rpm,rhel,7,7Server)
8383
touch build/repo_rhel_7
8484

8585
build/repo_rhel_8:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp