Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 5cd8a1f

Browse files
committed
Fix 'make rpm' target
This commit reflects the fact that RPM spec now has build time dependencies from the tarantool repository.
1 parent f8af625 commit 5cd8a1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ demo:
7272

7373
.PHONY: rpm
7474
rpm:
75-
OS=el DIST=7 ./3rd_party/packpack/packpack
75+
OS=el DIST=7 PACKAGECLOUD_USER=tarantool PACKAGECLOUD_REPO=1_9 \
76+
./3rd_party/packpack/packpack

0 commit comments

Comments
 (0)