Commit 57c121aa authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #8592 from pkgr/add-krb5-dependency-for-packaging

Add krb5 dependency for packaging
parents ec29ce4b 5af05e3d
user: git user: git
group: git group: git
services:
- postgres
before_precompile: ./bin/pkgr_before_precompile.sh before_precompile: ./bin/pkgr_before_precompile.sh
targets: targets:
debian-7: &wheezy debian-7: &wheezy
build_dependencies: build_dependencies:
- libkrb5-dev
- libicu-dev - libicu-dev
- cmake - cmake
- pkg-config - pkg-config
...@@ -14,6 +17,7 @@ targets: ...@@ -14,6 +17,7 @@ targets:
ubuntu-12.04: *wheezy ubuntu-12.04: *wheezy
ubuntu-14.04: ubuntu-14.04:
build_dependencies: build_dependencies:
- libkrb5-dev
- libicu-dev - libicu-dev
- cmake - cmake
- pkg-config - pkg-config
...@@ -23,6 +27,7 @@ targets: ...@@ -23,6 +27,7 @@ targets:
- git - git
centos-6: centos-6:
build_dependencies: build_dependencies:
- krb5-devel
- libicu-devel - libicu-devel
- cmake - cmake
- pkgconfig - pkgconfig
......
...@@ -18,6 +18,3 @@ rm config/resque.yml ...@@ -18,6 +18,3 @@ rm config/resque.yml
# Set default unicorn.rb file # Set default unicorn.rb file
echo "" > config/unicorn.rb echo "" > config/unicorn.rb
# Required for assets precompilation
sudo service postgresql start
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