[arch-commits] Commit in gitlab/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu May 5 00:10:12 UTC 2016


    Date: Thursday, May 5, 2016 @ 02:10:11
  Author: svenstaro
Revision: 173776

upgpkg: gitlab 8.7.2-7

Remove build fragment

Modified:
  gitlab/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-04 23:56:39 UTC (rev 173775)
+++ PKGBUILD	2016-05-05 00:10:11 UTC (rev 173776)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=8.7.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README"
@@ -120,7 +120,7 @@
   sed -i '/symlink/d' config/initializers/gitlab_shell_secret_token.rb
   bundle-2.1 exec rake assets:precompile RAILS_ENV=production
   # After building assets, clean this up again
-  rm config/database.yml
+  rm config/database.yml config/database.yml.postgresql.orig
 }
 
 package() {



More information about the arch-commits mailing list