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

Commiteca6c71

Browse files
committed
[skip travis] build repo packages for std|ent
1 parent97e2c3b commiteca6c71

File tree

4 files changed

+20
-26
lines changed

4 files changed

+20
-26
lines changed

‎packaging/pkg/scripts/rpm.sh‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ if [[ ${PBK_EDITION} == '' ]] ; then
116116

117117
# build pg_probackup
118118
rpmbuild -bs pg_probackup.spec
119-
rpmbuild -ba pg_probackup.spec#2>&1 | tee -ai /app/out/build.log
119+
rpmbuild -ba pg_probackup.spec
120120

121121
# build repo files
122122
rpmbuild -bs pg_probackup-repo.spec
@@ -129,7 +129,10 @@ else
129129
# install dependencies
130130
yum-builddep -y pg_probackup-pgpro.spec
131131
# build pg_probackup
132-
rpmbuild -ba pg_probackup-pgpro.spec#2>&1 | tee -ai /app/out/build.log
132+
rpmbuild -ba pg_probackup-pgpro.spec
133+
134+
# build repo files
135+
rpmbuild -ba pg_probackup-repo-forks.spec
133136

134137
# write artefacts to out directory
135138
rm -rf /app/out/*

‎packaging/pkg/scripts/suse.sh‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
set -xe
1616
set -o pipefail
1717

18+
# currenctly we do not build std|ent packages for Suse
19+
if [[${PBK_EDITION}!='' ]];then
20+
exit 0
21+
fi
22+
1823
# fix https://github.com/moby/moby/issues/23137
1924
ulimit -n 1024
2025
zypper clean

‎packaging/repo/scripts/suse.sh‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ set -o pipefail
1212
# fix https://github.com/moby/moby/issues/23137
1313
ulimit -n 1024
1414

15+
# currenctly we do not build std|ent packages for Suse
16+
if [[${PBK_EDITION}!='' ]];then
17+
exit 0
18+
fi
19+
1520
export INPUT_DIR=/app/in#dir with builded rpm
1621
export OUT_DIR=/app/www/${PBK_PKG_REPO}
1722
export KEYS_DIR=$OUT_DIR/keys

‎packaging/test/scripts/suse.sh‎

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,12 @@ set -o pipefail
1111
# fix https://github.com/moby/moby/issues/23137
1212
ulimit -n 1024
1313

14-
PG_TOG=$(echo$PG_VERSION| sed's|\.||g')
14+
# currenctly we do not build std|ent packages for Suse
15+
if [[${PBK_EDITION}!='' ]];then
16+
exit 0
17+
fi
1518

16-
# if [ ${PG_TOG} == '11' ]
17-
# then
18-
# exit 0
19-
# fi
20-
#
21-
# if [ ${PG_TOG} == '13' ]
22-
# then
23-
# exit 0
24-
# fi
25-
#
26-
# if [ ${PG_TOG} == '95' ]
27-
# then
28-
# exit 0
29-
# fi
30-
31-
# yum upgrade -y || echo 'some packages in docker failed to upgrade'
32-
# yum install -y sudo
33-
34-
#if [ ${DISTRIB} == 'centos' ] && [ ${DISTRIB_VERSION} == '8' ]; then
35-
# yum install epel-release -y
36-
#else
37-
# rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-${DISTRIB_VERSION}.noarch.rpm
38-
#fi
19+
PG_TOG=$(echo$PG_VERSION| sed's|\.||g')
3920

4021
if [${PG_TOG}=='13' ];then# no packages for PG13
4122
exit 0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp