Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jenkins: add configuration variables to sv run file
@ 2019-09-28 14:57 voidlinux-github
  2019-09-30 18:05 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-09-28 14:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 343 bytes --]

There is a new pull request by bobertlo against master on the void-packages repository

https://github.com/bobertlo/void-packages jenkins-conf
https://github.com/void-linux/void-packages/pull/14794

jenkins: add configuration variables to sv run file


A patch file from https://github.com/void-linux/void-packages/pull/14794.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jenkins-conf-14794.patch --]
[-- Type: text/x-diff, Size: 1200 bytes --]

From 7f2e02d9cfef57b05dc29e481ebb84b1812e131b Mon Sep 17 00:00:00 2001
From: Robert Lowry <bobertlo@gmail.com>
Date: Sat, 28 Sep 2019 09:53:39 -0500
Subject: [PATCH] jenkins: add configuration variables to sv run file

---
 srcpkgs/jenkins/files/jenkins/run | 2 +-
 srcpkgs/jenkins/template          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jenkins/files/jenkins/run b/srcpkgs/jenkins/files/jenkins/run
index 5ccc479d35f..05d8a79c68d 100755
--- a/srcpkgs/jenkins/files/jenkins/run
+++ b/srcpkgs/jenkins/files/jenkins/run
@@ -8,4 +8,4 @@ export JENKINS_HOME=/var/lib/jenkins
 cd /
 unset OLDPWD
 
-exec chpst -u jenkins:jenkins java -Xmx512m -jar /opt/jenkins/jenkins.war $OPTS
+exec chpst -u jenkins:${JENKINS_GROUPS:=jenkins} java ${JAVAOPTS:=-Xmx512m} -jar /opt/jenkins/jenkins.war $OPTS
diff --git a/srcpkgs/jenkins/template b/srcpkgs/jenkins/template
index e491a507a39..bc818a21b91 100644
--- a/srcpkgs/jenkins/template
+++ b/srcpkgs/jenkins/template
@@ -1,7 +1,7 @@
 # Template file for 'jenkins'
 pkgname=jenkins
 version=2.190.1
-revision=1
+revision=2
 build_style=fetch
 make_dirs="/var/lib/jenkins 0755 jenkins jenkins"
 depends="virtual?java-runtime"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: jenkins: add configuration variables to sv run file
  2019-09-28 14:57 [PR PATCH] jenkins: add configuration variables to sv run file voidlinux-github
@ 2019-09-30 18:05 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-09-30 18:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

There's a merged pull request on the void-packages repository

jenkins: add configuration variables to sv run file
https://github.com/void-linux/void-packages/pull/14794

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-30 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-28 14:57 [PR PATCH] jenkins: add configuration variables to sv run file voidlinux-github
2019-09-30 18:05 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).