mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gitlab to 8.17.3-2
This commit is contained in:
parent
221e70af90
commit
bc83d12ee2
1 changed files with 6 additions and 4 deletions
|
@ -10,14 +10,14 @@
|
|||
# - build unf_ext with -fsigned-char
|
||||
|
||||
pkgname=gitlab
|
||||
pkgver=8.17.2
|
||||
pkgrel=1
|
||||
pkgver=8.17.3
|
||||
pkgrel=2
|
||||
pkgdesc="Project management and code hosting application"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README"
|
||||
license=('MIT')
|
||||
depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'openssh' 'redis' 'libxslt' 'icu' 'nodejs')
|
||||
makedepends=('cmake' 'postgresql' 'mariadb')
|
||||
makedepends=('cmake' 'postgresql' 'mariadb' 'npm')
|
||||
optdepends=('postgresql: database backend'
|
||||
'mysql: database backend'
|
||||
'python2-docutils: reStructuredText markup language support'
|
||||
|
@ -44,7 +44,7 @@ source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/gitlab-org/gitlab-ce/reposi
|
|||
nginx-ssl.conf.example
|
||||
lighttpd.conf.example)
|
||||
install='gitlab.install'
|
||||
sha512sums=('7cedcdc398d06bfcb28620f5b4308fd887ddcd7f9abbdb207c07335b0cadd1fec1663b32e7669e9b6ed167f6e1fd246677484aa3da87596cb1b5ef41799b6dba'
|
||||
sha512sums=('56d6fb2028b5790ab555fdbc767ae6dcd1d17c11ce5192eb4137e8fa0162e5243c94a2efa9ac4238148cd7d6fa5fb4cdc86f638e96148ca9872bd10c8038fd89'
|
||||
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
|
||||
'52651e4a5dd2d632e31b7275283f9b8ab2c32c4d56b63d17bd843f300e273e382e339e5aed66222b1b2279273357cbb73aa38119f04784fe380d1550346f1ff3'
|
||||
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'
|
||||
|
@ -125,6 +125,8 @@ build() {
|
|||
sed -i 's/url.*/nope.sock/g' config/resque.yml
|
||||
|
||||
bundle-2.3 exec rake assets:precompile RAILS_ENV=production --trace
|
||||
npm install
|
||||
bundle-2.3 exec rake webpack:compile RAILS_ENV=production --trace
|
||||
|
||||
# After building assets, clean this up again
|
||||
rm config/database.yml config/database.yml.postgresql.orig
|
||||
|
|
Loading…
Reference in a new issue