Commit 9c8fe80e authored by Michael Shigorin's avatar Michael Shigorin

ve.mk, p7.mk: experimental ve/pgsql94

This one has been prepared for PostgreSQL 9.4 meetup in Moscow: http://postgresmen.ru/meetup/2014-12-23-parallels
parent e7acdd8d
...@@ -36,6 +36,7 @@ endif ...@@ -36,6 +36,7 @@ endif
ifeq (ve,$(IMAGE_CLASS)) ifeq (ve,$(IMAGE_CLASS))
ve/altlinux-p7-ovz-generic: ve/generic mixin/p7; @: ve/altlinux-p7-ovz-generic: ve/generic mixin/p7; @:
ve/altlinux-p7-ovz-pgsql94: ve/pgsql94 mixin/p7; @:
endif endif
ifeq (vm,$(IMAGE_CLASS)) ifeq (vm,$(IMAGE_CLASS))
......
...@@ -26,4 +26,7 @@ ve/generic: ve/base use/repo ...@@ -26,4 +26,7 @@ ve/generic: ve/base use/repo
ve/openvpn: ve/bare ve/openvpn: ve/bare
@$(call add,BASE_LISTS,$(call tags,server openvpn)) @$(call add,BASE_LISTS,$(call tags,server openvpn))
ve/pgsql94: ve/generic
@$(call add,BASE_PACKAGES,postgresql9.4-server)
endif endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment