Date: Wednesday, August 25, 2021 @ 14:14:13 Author: felixonmars Revision: 1004733
archrelease: copy trunk to community-any Added: jenkins/repos/community-any/LICENSE (from rev 1004732, jenkins/trunk/LICENSE) jenkins/repos/community-any/PKGBUILD (from rev 1004732, jenkins/trunk/PKGBUILD) jenkins/repos/community-any/jenkins.conf (from rev 1004732, jenkins/trunk/jenkins.conf) jenkins/repos/community-any/jenkins.install (from rev 1004732, jenkins/trunk/jenkins.install) jenkins/repos/community-any/jenkins.service (from rev 1004732, jenkins/trunk/jenkins.service) jenkins/repos/community-any/jenkins.sysusers (from rev 1004732, jenkins/trunk/jenkins.sysusers) jenkins/repos/community-any/jenkins.tmpfiles (from rev 1004732, jenkins/trunk/jenkins.tmpfiles) 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.sysusers jenkins/repos/community-any/jenkins.tmpfiles ------------------+ LICENSE | 46 +++++++++++++-------------- PKGBUILD | 88 ++++++++++++++++++++++++++--------------------------- jenkins.conf | 26 +++++++-------- jenkins.install | 14 ++++---- jenkins.service | 48 ++++++++++++++-------------- jenkins.sysusers | 4 +- jenkins.tmpfiles | 2 - 7 files changed, 114 insertions(+), 114 deletions(-) Deleted: LICENSE =================================================================== --- LICENSE 2021-08-25 14:13:45 UTC (rev 1004732) +++ LICENSE 2021-08-25 14:14:13 UTC (rev 1004733) @@ -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. - - Copied: jenkins/repos/community-any/LICENSE (from rev 1004732, jenkins/trunk/LICENSE) =================================================================== --- LICENSE (rev 0) +++ LICENSE 2021-08-25 14:14:13 UTC (rev 1004733) @@ -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. + + Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-08-25 14:13:45 UTC (rev 1004732) +++ PKGBUILD 2021-08-25 14:14:13 UTC (rev 1004733) @@ -1,44 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# 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=2.307 -pkgrel=1 -pkgdesc='Extendable continuous integration server (latest)' -arch=('any') -url='https://jenkins.io' -license=('MIT') -depends=('java-runtime=8' 'ttf-dejavu') -provides=('jenkins-ci') -conflicts=('jenkins-ci') -replaces=('jenkins-ci') -backup=('etc/conf.d/jenkins') -install='jenkins.install' -noextract=("jenkins-${pkgver}.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' - 'jenkins.sysusers' - 'LICENSE') -sha512sums=('fda6c6aeb0b49c3f060915c8b0eb0f70cb75f1005120c9fd51c1ddf28b14dfa217d81ec9c877ca048fb6814c353b7e029d0b76169cd76fb6e847555b25a11fe2' - '7a81b2fd0ce91da42bacf35615fd7cb0352a0316b78b41fe180ba531848ca85b1f1df1573ab5707d9aebb36bacc51c81bc200f80cf41f1d1903309c1478d50f8' - '320e3d7bcdb78861e829e97be3ec37b8f1846737032ba70f624dfc5be86569d527279f53654a4a22d78b816ff1b07df429725a1d0a8059d44900d1095d1189ab' - 'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90' - '896cbc64eadb2f3bb9fa7fc26dbfc527b1823d8bff3158be7f1936cc250f55eeafe89079e1ceb8f3d269041662573ccbbb36248140b4ba24144a564366f8847a' - '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 "$pkgdir/usr/lib/tmpfiles.d/jenkins.conf" - install -Dm644 jenkins.sysusers "$pkgdir/usr/lib/sysusers.d/jenkins.conf" - install -Dm644 jenkins.conf "$pkgdir/etc/conf.d/jenkins" -} - -# vim:set ts=2 sw=2 et: Copied: jenkins/repos/community-any/PKGBUILD (from rev 1004732, jenkins/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-08-25 14:14:13 UTC (rev 1004733) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# 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=2.308 +pkgrel=1 +pkgdesc='Extendable continuous integration server (latest)' +arch=('any') +url='https://jenkins.io' +license=('MIT') +depends=('java-runtime=8' 'ttf-dejavu') +provides=('jenkins-ci') +conflicts=('jenkins-ci') +replaces=('jenkins-ci') +backup=('etc/conf.d/jenkins') +install='jenkins.install' +noextract=("jenkins-${pkgver}.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' + 'jenkins.sysusers' + 'LICENSE') +sha512sums=('ee995fcde3f34f6dadb637fdb45fa1acc85e62311a3d616709acb86a1850205ce6cf7660e8948af419a663c39f5f924e3d121a4f0cb3a0b0d151c3d686ea08f9' + '7a81b2fd0ce91da42bacf35615fd7cb0352a0316b78b41fe180ba531848ca85b1f1df1573ab5707d9aebb36bacc51c81bc200f80cf41f1d1903309c1478d50f8' + '320e3d7bcdb78861e829e97be3ec37b8f1846737032ba70f624dfc5be86569d527279f53654a4a22d78b816ff1b07df429725a1d0a8059d44900d1095d1189ab' + 'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90' + '896cbc64eadb2f3bb9fa7fc26dbfc527b1823d8bff3158be7f1936cc250f55eeafe89079e1ceb8f3d269041662573ccbbb36248140b4ba24144a564366f8847a' + '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 "$pkgdir/usr/lib/tmpfiles.d/jenkins.conf" + install -Dm644 jenkins.sysusers "$pkgdir/usr/lib/sysusers.d/jenkins.conf" + install -Dm644 jenkins.conf "$pkgdir/etc/conf.d/jenkins" +} + +# vim:set ts=2 sw=2 et: Deleted: jenkins.conf =================================================================== --- jenkins.conf 2021-08-25 14:13:45 UTC (rev 1004732) +++ jenkins.conf 2021-08-25 14:14:13 UTC (rev 1004733) @@ -1,13 +0,0 @@ -JAVA=/usr/lib/jvm/java-8-openjdk/jre/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" - -# vim:set ts=2 sw=2 et: Copied: jenkins/repos/community-any/jenkins.conf (from rev 1004732, jenkins/trunk/jenkins.conf) =================================================================== --- jenkins.conf (rev 0) +++ jenkins.conf 2021-08-25 14:14:13 UTC (rev 1004733) @@ -0,0 +1,13 @@ +JAVA=/usr/lib/jvm/java-8-openjdk/jre/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" + +# vim:set ts=2 sw=2 et: Deleted: jenkins.install =================================================================== --- jenkins.install 2021-08-25 14:13:45 UTC (rev 1004732) +++ jenkins.install 2021-08-25 14:14:13 UTC (rev 1004733) @@ -1,7 +0,0 @@ -post_install() { - # We need to know uid and gid to create /var/lib/jenkins with proper - # permissions. So keep systemd-sysusers invocation here despite having - # pacman hooks. - systemd-sysusers jenkins.conf - [[ -d var/lib/jenkins ]] || install -dm 750 -o jenkins -g jenkins var/lib/jenkins -} Copied: jenkins/repos/community-any/jenkins.install (from rev 1004732, jenkins/trunk/jenkins.install) =================================================================== --- jenkins.install (rev 0) +++ jenkins.install 2021-08-25 14:14:13 UTC (rev 1004733) @@ -0,0 +1,7 @@ +post_install() { + # We need to know uid and gid to create /var/lib/jenkins with proper + # permissions. So keep systemd-sysusers invocation here despite having + # pacman hooks. + systemd-sysusers jenkins.conf + [[ -d var/lib/jenkins ]] || install -dm 750 -o jenkins -g jenkins var/lib/jenkins +} Deleted: jenkins.service =================================================================== --- jenkins.service 2021-08-25 14:13:45 UTC (rev 1004732) +++ jenkins.service 2021-08-25 14:14:13 UTC (rev 1004733) @@ -1,24 +0,0 @@ -[Unit] -Description=Extendable continuous integration server -After=network.target - -[Service] -User=jenkins -Type=exec -EnvironmentFile=/etc/conf.d/jenkins -StandardOutput=syslog -StandardError=syslog -SyslogIdentifier=jenkins -ExecStart=/bin/sh -c 'eval $JENKINS_COMMAND_LINE' -#MemoryLimit=768M -OOMScoreAdjust=-1000 -LimitCPU=infinity -LimitFSIZE=infinity -LimitDATA=infinity -LimitCORE=0 -LimitAS=infinity -LimitLOCKS=infinity - -[Install] -WantedBy=multi-user.target - Copied: jenkins/repos/community-any/jenkins.service (from rev 1004732, jenkins/trunk/jenkins.service) =================================================================== --- jenkins.service (rev 0) +++ jenkins.service 2021-08-25 14:14:13 UTC (rev 1004733) @@ -0,0 +1,24 @@ +[Unit] +Description=Extendable continuous integration server +After=network.target + +[Service] +User=jenkins +Type=exec +EnvironmentFile=/etc/conf.d/jenkins +StandardOutput=syslog +StandardError=syslog +SyslogIdentifier=jenkins +ExecStart=/bin/sh -c 'eval $JENKINS_COMMAND_LINE' +#MemoryLimit=768M +OOMScoreAdjust=-1000 +LimitCPU=infinity +LimitFSIZE=infinity +LimitDATA=infinity +LimitCORE=0 +LimitAS=infinity +LimitLOCKS=infinity + +[Install] +WantedBy=multi-user.target + Deleted: jenkins.sysusers =================================================================== --- jenkins.sysusers 2021-08-25 14:13:45 UTC (rev 1004732) +++ jenkins.sysusers 2021-08-25 14:14:13 UTC (rev 1004733) @@ -1,2 +0,0 @@ -u jenkins - "Jenkins CI" /var/lib/jenkins -g jenkins - Copied: jenkins/repos/community-any/jenkins.sysusers (from rev 1004732, jenkins/trunk/jenkins.sysusers) =================================================================== --- jenkins.sysusers (rev 0) +++ jenkins.sysusers 2021-08-25 14:14:13 UTC (rev 1004733) @@ -0,0 +1,2 @@ +u jenkins - "Jenkins CI" /var/lib/jenkins +g jenkins - Deleted: jenkins.tmpfiles =================================================================== --- jenkins.tmpfiles 2021-08-25 14:13:45 UTC (rev 1004732) +++ jenkins.tmpfiles 2021-08-25 14:14:13 UTC (rev 1004733) @@ -1 +0,0 @@ -d /var/cache/jenkins 0755 jenkins jenkins - Copied: jenkins/repos/community-any/jenkins.tmpfiles (from rev 1004732, jenkins/trunk/jenkins.tmpfiles) =================================================================== --- jenkins.tmpfiles (rev 0) +++ jenkins.tmpfiles 2021-08-25 14:14:13 UTC (rev 1004733) @@ -0,0 +1 @@ +d /var/cache/jenkins 0755 jenkins jenkins -