Browse Source

new app.ini version

Thomas Fanninger 10 years ago
parent
commit
60da910c7b
5 changed files with 14 additions and 10 deletions
  1. 2 2
      .SRCINFO
  2. 2 2
      PKGBUILD
  3. 6 6
      app.ini.patch
  4. 2 0
      app_new.ini
  5. 2 0
      app_old.ini

+ 2 - 2
.SRCINFO

@@ -1,7 +1,7 @@
 pkgbase = gogs-git-dev
 pkgbase = gogs-git-dev
 	pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch develop.
 	pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch develop.
 	pkgver = 2959.379629d
 	pkgver = 2959.379629d
-	pkgrel = 1
+	pkgrel = 2
 	epoch = 1
 	epoch = 1
 	url = http://gogs.io/
 	url = http://gogs.io/
 	install = gogs.install
 	install = gogs.install
@@ -31,7 +31,7 @@ pkgbase = gogs-git-dev
 	source = helper.sh
 	source = helper.sh
 	source = gogs::git+https://github.com/gogits/gogs.git#branch=develop
 	source = gogs::git+https://github.com/gogits/gogs.git#branch=develop
 	sha512sums = c7abbe4af438a8a1db44537a16dbd40b82d50c921d53002c083071c4cd16644769e9d5dabbccedc1bd4ba563324186da4b4378365e098cc45df76402a657be90
 	sha512sums = c7abbe4af438a8a1db44537a16dbd40b82d50c921d53002c083071c4cd16644769e9d5dabbccedc1bd4ba563324186da4b4378365e098cc45df76402a657be90
-	sha512sums = cd00b1f29c0ab2eaf70647b51a7fe135aa00906dcda1b1d99c56ea3371fc6540f82bf77999018078b43294614317df253fb4217c2d84f873398c4a69ae2bfaa5
+	sha512sums = eb55c8cec68d81b0283a361188af5f54ed6bcd775ee57b63a910657f8365b7e7b200c382b9ce55570ca9021d803d6e9228400ece512963439a8e830e12418131
 	sha512sums = e746dbdafc4c8d0b15a224dba95ae3151611ba9ff468ee6f0b1789e489955e4d7eaac0dbdf28a22e5b8211559af5950726f4a37d699a2490fd349f034401028c
 	sha512sums = e746dbdafc4c8d0b15a224dba95ae3151611ba9ff468ee6f0b1789e489955e4d7eaac0dbdf28a22e5b8211559af5950726f4a37d699a2490fd349f034401028c
 	sha512sums = SKIP
 	sha512sums = SKIP
 
 

+ 2 - 2
PKGBUILD

@@ -5,7 +5,7 @@ pkgname=gogs-git-dev
 _pkgname=gogs
 _pkgname=gogs
 _branch=develop
 _branch=develop
 pkgver=2959.379629d
 pkgver=2959.379629d
-pkgrel=1
+pkgrel=2
 epoch=1
 epoch=1
 pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch ${_branch}."
 pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch ${_branch}."
 arch=('i686' 'x86_64' 'armv6h' 'armv7h')
 arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -32,7 +32,7 @@ source=('gogs.service'
         "$_pkgname::git+https://${_gourl}.git#branch=${_branch}")
         "$_pkgname::git+https://${_gourl}.git#branch=${_branch}")
 
 
 sha512sums=(c7abbe4af438a8a1db44537a16dbd40b82d50c921d53002c083071c4cd16644769e9d5dabbccedc1bd4ba563324186da4b4378365e098cc45df76402a657be90
 sha512sums=(c7abbe4af438a8a1db44537a16dbd40b82d50c921d53002c083071c4cd16644769e9d5dabbccedc1bd4ba563324186da4b4378365e098cc45df76402a657be90
-            cd00b1f29c0ab2eaf70647b51a7fe135aa00906dcda1b1d99c56ea3371fc6540f82bf77999018078b43294614317df253fb4217c2d84f873398c4a69ae2bfaa5
+            eb55c8cec68d81b0283a361188af5f54ed6bcd775ee57b63a910657f8365b7e7b200c382b9ce55570ca9021d803d6e9228400ece512963439a8e830e12418131
             e746dbdafc4c8d0b15a224dba95ae3151611ba9ff468ee6f0b1789e489955e4d7eaac0dbdf28a22e5b8211559af5950726f4a37d699a2490fd349f034401028c
             e746dbdafc4c8d0b15a224dba95ae3151611ba9ff468ee6f0b1789e489955e4d7eaac0dbdf28a22e5b8211559af5950726f4a37d699a2490fd349f034401028c
             'SKIP')
             'SKIP')
 
 

+ 6 - 6
app.ini.patch

@@ -6,27 +6,27 @@
 < ROOT =
 < ROOT =
 ---
 ---
 > ROOT = /srv/gogs/repo
 > ROOT = /srv/gogs/repo
-61c61
+63c63
 < STATIC_ROOT_PATH =
 < STATIC_ROOT_PATH =
 ---
 ---
 > STATIC_ROOT_PATH = /usr/share/themes/gogs/default
 > STATIC_ROOT_PATH = /usr/share/themes/gogs/default
-77c77
+79c79
 < PATH = data/gogs.db
 < PATH = data/gogs.db
 ---
 ---
 > PATH = /srv/gogs/sqlite/gogs.db
 > PATH = /srv/gogs/sqlite/gogs.db
-168c168
+170c170
 < PROVIDER_CONFIG = data/sessions
 < PROVIDER_CONFIG = data/sessions
 ---
 ---
 > PROVIDER_CONFIG = /srv/gogs/sessions
 > PROVIDER_CONFIG = /srv/gogs/sessions
-183c183
+185c185
 < AVATAR_UPLOAD_PATH = data/avatars
 < AVATAR_UPLOAD_PATH = data/avatars
 ---
 ---
 > AVATAR_UPLOAD_PATH = /srv/gogs/data/avatars
 > AVATAR_UPLOAD_PATH = /srv/gogs/data/avatars
-193c193
+195c195
 < PATH = data/attachments
 < PATH = data/attachments
 ---
 ---
 > PATH = /srv/gogs/data/attachments
 > PATH = /srv/gogs/data/attachments
-208c208
+210c210
 < ROOT_PATH =
 < ROOT_PATH =
 ---
 ---
 > ROOT_PATH = /var/log/gogs
 > ROOT_PATH = /var/log/gogs

+ 2 - 0
app_new.ini

@@ -11,6 +11,8 @@ RUN_MODE = dev
 [repository]
 [repository]
 ROOT = /srv/gogs/repo
 ROOT = /srv/gogs/repo
 SCRIPT_TYPE = bash
 SCRIPT_TYPE = bash
+; Patch test queue length, make it as large as possible.
+PULL_REQUEST_QUEUE_LENGTH = 10000
 
 
 [ui]
 [ui]
 ; Number of repositories that are showed in one explore page
 ; Number of repositories that are showed in one explore page

+ 2 - 0
app_old.ini

@@ -11,6 +11,8 @@ RUN_MODE = dev
 [repository]
 [repository]
 ROOT =
 ROOT =
 SCRIPT_TYPE = bash
 SCRIPT_TYPE = bash
+; Patch test queue length, make it as large as possible.
+PULL_REQUEST_QUEUE_LENGTH = 10000
 
 
 [ui]
 [ui]
 ; Number of repositories that are showed in one explore page
 ; Number of repositories that are showed in one explore page