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

Commit90ae537

Browse files
committed
[skip travis] minor fix
1 parent07f73ee commit90ae537

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

‎packaging/Makefile.pkg‎

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
ifeq ($(PBK_EDITION),std)
2+
PBK_PKG_REPO = pg_probackup-forks
3+
PBK_EDITION_FULL = Standart
4+
PKG_NAME_SUFFIX = std-
5+
else ifeq ($(PBK_EDITION),ent)
6+
PBK_PKG_REPO = pg_probackup-forks
7+
PBK_EDITION_FULL = Enterprise
8+
PKG_NAME_SUFFIX = ent-
9+
else
10+
PBK_PKG_REPO = pg_probackup
11+
PBK_EDITION_FULL =
12+
PBK_EDITION =
13+
PKG_NAME_SUFFIX =
14+
endif
15+
116
check_env:
217
@if [ -z ${PBK_VERSION} ] ; then \
318
echo "Env variable PBK_VERSION is not set" ; \
@@ -14,21 +29,6 @@ check_env:
1429
false ; \
1530
fi
1631

17-
ifeq ($(PBK_EDITION),std)
18-
PBK_PKG_REPO = pg_probackup-forks
19-
PBK_EDITION_FULL = Standart
20-
PKG_NAME_SUFFIX = std-
21-
else ifeq ($(PBK_EDITION),ent)
22-
PBK_PKG_REPO = pg_probackup-forks
23-
PBK_EDITION_FULL = Enterprise
24-
PKG_NAME_SUFFIX = ent-
25-
else
26-
PBK_PKG_REPO = pg_probackup
27-
PBK_EDITION_FULL =
28-
PBK_EDITION =
29-
PKG_NAME_SUFFIX =
30-
endif
31-
3232
pkg: check_env build/prepare build/all
3333
@echo Build for all platform: done
3434

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp