mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/jenkins: Updated for version 1.552.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
929e5b68ca
commit
82bcb9ba48
3 changed files with 7 additions and 7 deletions
|
@ -36,7 +36,7 @@ jenkins_start() {
|
|||
exit 1
|
||||
else
|
||||
echo "Starting jenkins daemon..."
|
||||
install -o jenkins:jenkins -m 0755 -d /var/run/jenkins
|
||||
install -o jenkins -g jenkins -m 0755 -d /var/run/jenkins
|
||||
jenkinsd 2>/dev/null 1>&2 || exit 1
|
||||
fi
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for jenkins
|
||||
|
||||
# Copyright 2012 Giorgio Peron Campodarsego, PD, Italy giorgio.peron@gmail.com
|
||||
# Copyright 2014 Giorgio Peron Campodarsego, PD, Italy giorgio.peron@gmail.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jenkins
|
||||
VERSION=${VERSION:-1.474}
|
||||
VERSION=${VERSION:-1.552}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="jenkins"
|
||||
VERSION="1.474"
|
||||
VERSION="1.552"
|
||||
HOMEPAGE="http://jenkins-ci.org"
|
||||
DOWNLOAD="http://ftp-nyc.osuosl.org/pub/jenkins/war/1.474/jenkins.war"
|
||||
MD5SUM="9c70bd281f5d04550371fe91da6ec9a6"
|
||||
DOWNLOAD="http://ftp.icm.edu.pl/packages/jenkins/war/1.552/jenkins.war"
|
||||
MD5SUM="25b13d05a16008ecb8133121292e7a64"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="jdk"
|
||||
MAINTAINER="Giorgio Peron"
|
||||
EMAIL="giorgio.peron@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue