]> git.pld-linux.org Git - packages/gitlab-ce.git/commitdiff
up to 8.14.0 gitlab-ce-8.14.0-0.81
authorElan Ruusamäe <glen@delfi.ee>
Mon, 28 Nov 2016 21:28:29 +0000 (23:28 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 29 Nov 2016 09:24:38 +0000 (11:24 +0200)
clean-vendor.sh
gitlab-ce.spec

index 1c526ebb762adefb9815093d175b23ebe8c35868..52ca8eac7bb5f7d4c662eb0c8016fa38c395dd4b 100755 (executable)
@@ -17,6 +17,8 @@ clean_rootfiles() {
        rm -r scripts
        rm -r spec
        rm .csscomb.json
+       rm .eslintignore
+       rm .eslintrc
        rm .flayignore
        rm .foreman
        rm .gitattributes
@@ -32,6 +34,7 @@ clean_rootfiles() {
        rm Procfile
        rm bin/pkgr_before_precompile.sh
        rm docker-compose.yml
+       rm package.json
 }
 
 clean_rubygems() {
index a7b8929016bb8789af58af7516209cede1e5db39..facecd5823c275c399b05f035ee288f3e691ccb8 100644 (file)
 %bcond_with    krb5            # build with kerberos support
 %bcond_without gem_cache       # use local cache to speedup gem installation
 
-%define        shell_version 3.6.6
-%define        workhorse_version 0.8.5
+%define        shell_version 4.0.0
+%define        workhorse_version 1.0.0
 Summary:       A Web interface to create projects and repositories, manage access and do code reviews
 Name:          gitlab-ce
-Version:       8.13.6
+Version:       8.14.0
 Release:       0.81
 License:       MIT
 Group:         Applications/WWW
This page took 0.069077 seconds and 4 git commands to generate.