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

Commit0533def

Browse files
committed
[skip travis] build repo packages for std|ent
1 parent4ff6290 commit0533def

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎packaging/repo/scripts/rpm.sh‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ chown -R root:root /root/.gnupg
3333
forpkgin$(ls${INPUT_DIR});do
3434
forpkg_full_versionin$(ls${INPUT_DIR}/$pkg);do
3535

36+
# THere is no std/ent packages for PG 9.5
37+
if [[${pkg}=='pg_probackup-std-9.5' ]]|| [[${pkg}=='pg_probackup-ent-9.5' ]];then
38+
continue;
39+
fi
40+
3641
if [[${PBK_EDITION}=='' ]];then
3742
cp$INPUT_DIR/$pkg/$pkg_full_version/RPMS/noarch/pg_probackup-repo-*.noarch.rpm \
3843
$KEYS_DIR/pg_probackup-repo-$DISTRIB.noarch.rpm

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp