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
This commit is contained in:
Michael Shigorin 2014-12-23 16:44:52 +03:00
parent e7acdd8d4b
commit 9c8fe80ec3
2 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,7 @@ endif
ifeq (ve,$(IMAGE_CLASS))
ve/altlinux-p7-ovz-generic: ve/generic mixin/p7; @:
ve/altlinux-p7-ovz-pgsql94: ve/pgsql94 mixin/p7; @:
endif
ifeq (vm,$(IMAGE_CLASS))

View File

@ -26,4 +26,7 @@ ve/generic: ve/base use/repo
ve/openvpn: ve/bare
@$(call add,BASE_LISTS,$(call tags,server openvpn))
ve/pgsql94: ve/generic
@$(call add,BASE_PACKAGES,postgresql9.4-server)
endif