[arch-commits] Commit in jenkins/repos/community-any (6 files)

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 08:42:54
  Author: fyan
Revision: 119745

archrelease: copy trunk to community-any

Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   23 
 PKGBUILD   |   42 -
 jenkins.conf   |   13 ---
 jenkins.install|   57 ---
 jenkins.service|   24 -
 jenkins.tmpfiles.d |2 -
 6 files changed, 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-09-29 06:02:28 UTC (rev 119744)
+++ LICENSE 2014-09-29 06:42:54 UTC (rev 119745)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 06:02:28 UTC (rev 119744)
+++ PKGBUILD2014-09-29 06:42:54 UTC (rev 119745)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.582
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')
-source=(jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war;
-# Rename to force re-download on new version
-'jenkins.conf'
-'jenkins.service'
-'jenkins.tmpfiles.d'
-'LICENSE')
-sha512sums=('026f78106220fe1e31e0abfd94aec6454594c9c88a21db1c6690749438dc17509ce34a69bfcf8a85b9e66d42171aa1cbfc02d687b9f2c43dc06d1f7529e55b44'
-
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
-
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
-
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'
-
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')
-
-package() {
-  install -Dm444 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm444 jenkins-${pkgver}.war 
$pkgdir/usr/share/java/jenkins/jenkins.war
-  install -Dm644 jenkins.service \
-$pkgdir/usr/lib/systemd/system/jenkins.service
-  install -Dm644 jenkins.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/jenkins.conf
-  install -Dm644 jenkins.conf $pkgdir/etc/conf.d/jenkins
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: jenkins.conf
===
--- jenkins.conf2014-09-29 06:02:28 UTC (rev 119744)
+++ jenkins.conf2014-09-29 06:42:54 UTC (rev 119745)
@@ -1,13 +0,0 @@
-JAVA=/usr/bin/java
-JAVA_ARGS=-Xmx512m
-JAVA_OPTS=
-JENKINS_USER=jenkins
-JENKINS_HOME=/var/lib/jenkins
-JENKINS_WAR=/usr/share/java/jenkins/jenkins.war
-JENKINS_WEBROOT=--webroot=/var/cache/jenkins
-JENKINS_PORT=--httpPort=8090
-JENKINS_AJPPORT=--ajp13Port=-1
-JENKINS_OPTS=
-JENKINS_COMMAND_LINE=$JAVA $JAVA_ARGS $JAVA_OPTS -jar $JENKINS_WAR 
$JENKINS_WEBROOT $JENKINS_PORT $JENKINS_AJPPORT $JENKINS_OPTS
-
-# 

[arch-commits] Commit in jenkins/repos/community-any (6 files)

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 08:58:22
  Author: fyan
Revision: 119746

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 119745, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 119745, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 119745, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 119745, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 119745, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 119745, jenkins/trunk/jenkins.tmpfiles.d)

+
 LICENSE|   23 
 PKGBUILD   |   42 +
 jenkins.conf   |   13 +++
 jenkins.install|   57 +++
 jenkins.service|   24 +
 jenkins.tmpfiles.d |2 +
 6 files changed, 161 insertions(+)

Copied: jenkins/repos/community-any/LICENSE (from rev 119745, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-09-29 06:58:22 UTC (rev 119746)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Copied: jenkins/repos/community-any/PKGBUILD (from rev 119745, 
jenkins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 06:58:22 UTC (rev 119746)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
+# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
+
+pkgname=jenkins
+pkgver=1.582
+pkgrel=1
+pkgdesc='Extendable continuous integration server (latest)'
+arch=('any')
+url='http://jenkins-ci.org/'
+license=('MIT')
+depends=('java-runtime' 'ttf-dejavu' 'libcups')
+provides=('jenkins-ci')
+conflicts=('jenkins-ci')
+replaces=('jenkins-ci')
+backup=('etc/conf.d/jenkins')
+install='jenkins.install'
+noextract=('jenkins.war')
+source=(jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war;
+# Rename to force re-download on new version
+'jenkins.conf'
+'jenkins.service'
+'jenkins.tmpfiles.d'
+'LICENSE')
+sha512sums=('026f78106220fe1e31e0abfd94aec6454594c9c88a21db1c6690749438dc17509ce34a69bfcf8a85b9e66d42171aa1cbfc02d687b9f2c43dc06d1f7529e55b44'
+
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
+
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
+
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'
+
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')
+
+package() {
+  install -Dm444 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm444 jenkins-${pkgver}.war 
$pkgdir/usr/share/java/jenkins/jenkins.war
+  install -Dm644 jenkins.service \
+$pkgdir/usr/lib/systemd/system/jenkins.service
+  install -Dm644 jenkins.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/jenkins.conf
+  install -Dm644 jenkins.conf $pkgdir/etc/conf.d/jenkins
+}
+
+# vim:set ts=2 sw=2 et:

Copied: jenkins/repos/community-any/jenkins.conf (from rev 119745, 
jenkins/trunk/jenkins.conf)
===
--- jenkins.conf(rev 

[arch-commits] Commit in jenkins/repos/community-any (6 files)

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 09:55:47
  Author: fyan
Revision: 119750

archrelease: copy trunk to community-any

Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   23 
 PKGBUILD   |   42 -
 jenkins.conf   |   13 ---
 jenkins.install|   57 ---
 jenkins.service|   24 -
 jenkins.tmpfiles.d |2 -
 6 files changed, 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-09-29 07:22:50 UTC (rev 119749)
+++ LICENSE 2014-09-29 07:55:47 UTC (rev 119750)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 07:22:50 UTC (rev 119749)
+++ PKGBUILD2014-09-29 07:55:47 UTC (rev 119750)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.582
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')
-source=(jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war;
-# Rename to force re-download on new version
-'jenkins.conf'
-'jenkins.service'
-'jenkins.tmpfiles.d'
-'LICENSE')
-sha512sums=('026f78106220fe1e31e0abfd94aec6454594c9c88a21db1c6690749438dc17509ce34a69bfcf8a85b9e66d42171aa1cbfc02d687b9f2c43dc06d1f7529e55b44'
-
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
-
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
-
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'
-
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')
-
-package() {
-  install -Dm444 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm444 jenkins-${pkgver}.war 
$pkgdir/usr/share/java/jenkins/jenkins.war
-  install -Dm644 jenkins.service \
-$pkgdir/usr/lib/systemd/system/jenkins.service
-  install -Dm644 jenkins.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/jenkins.conf
-  install -Dm644 jenkins.conf $pkgdir/etc/conf.d/jenkins
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: jenkins.conf
===
--- jenkins.conf2014-09-29 07:22:50 UTC (rev 119749)
+++ jenkins.conf2014-09-29 07:55:47 UTC (rev 119750)
@@ -1,13 +0,0 @@
-JAVA=/usr/bin/java
-JAVA_ARGS=-Xmx512m
-JAVA_OPTS=
-JENKINS_USER=jenkins
-JENKINS_HOME=/var/lib/jenkins
-JENKINS_WAR=/usr/share/java/jenkins/jenkins.war
-JENKINS_WEBROOT=--webroot=/var/cache/jenkins
-JENKINS_PORT=--httpPort=8090
-JENKINS_AJPPORT=--ajp13Port=-1
-JENKINS_OPTS=
-JENKINS_COMMAND_LINE=$JAVA $JAVA_ARGS $JAVA_OPTS -jar $JENKINS_WAR 
$JENKINS_WEBROOT $JENKINS_PORT $JENKINS_AJPPORT $JENKINS_OPTS
-
-# 

[arch-commits] Commit in jenkins/repos/community-any (6 files)

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 10:17:26
  Author: fyan
Revision: 119751

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 119750, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 119750, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 119750, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 119750, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 119750, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 119750, jenkins/trunk/jenkins.tmpfiles.d)

+
 LICENSE|   23 
 PKGBUILD   |   42 +
 jenkins.conf   |   13 +++
 jenkins.install|   57 +++
 jenkins.service|   24 +
 jenkins.tmpfiles.d |2 +
 6 files changed, 161 insertions(+)

Copied: jenkins/repos/community-any/LICENSE (from rev 119750, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-09-29 08:17:26 UTC (rev 119751)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Copied: jenkins/repos/community-any/PKGBUILD (from rev 119750, 
jenkins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 08:17:26 UTC (rev 119751)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
+# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
+
+pkgname=jenkins
+pkgver=1.582
+pkgrel=1
+pkgdesc='Extendable continuous integration server (latest)'
+arch=('any')
+url='http://jenkins-ci.org/'
+license=('MIT')
+depends=('java-runtime' 'ttf-dejavu' 'libcups')
+provides=('jenkins-ci')
+conflicts=('jenkins-ci')
+replaces=('jenkins-ci')
+backup=('etc/conf.d/jenkins')
+install='jenkins.install'
+noextract=('jenkins.war')
+source=(jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war;
+# Rename to force re-download on new version
+'jenkins.conf'
+'jenkins.service'
+'jenkins.tmpfiles.d'
+'LICENSE')
+sha512sums=('026f78106220fe1e31e0abfd94aec6454594c9c88a21db1c6690749438dc17509ce34a69bfcf8a85b9e66d42171aa1cbfc02d687b9f2c43dc06d1f7529e55b44'
+
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
+
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
+
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'
+
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')
+
+package() {
+  install -Dm444 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm444 jenkins-${pkgver}.war 
$pkgdir/usr/share/java/jenkins/jenkins.war
+  install -Dm644 jenkins.service \
+$pkgdir/usr/lib/systemd/system/jenkins.service
+  install -Dm644 jenkins.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/jenkins.conf
+  install -Dm644 jenkins.conf $pkgdir/etc/conf.d/jenkins
+}
+
+# vim:set ts=2 sw=2 et:

Copied: jenkins/repos/community-any/jenkins.conf (from rev 119750, 
jenkins/trunk/jenkins.conf)
===
--- jenkins.conf(rev