Skip to content

Commit bc74931

Browse files
committed
wip(debian,rpm) env path fixing
Signed-off-by: Damien Duportal <[email protected]>
1 parent b6cbb6c commit bc74931

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

env/package.mk

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
export BASE_BIN_DIR=/var/www/get.jenkins.io.staging
77
export WARDIR=${BASE_BIN_DIR}/war${RELEASELINE}
88
export MSIDIR=${BASE_BIN_DIR}/windows${RELEASELINE}
9-
export DEBDIR=${BASE_BIN_DIR}/debian${RELEASELINE}/binary
9+
export DEBDIR=${BASE_BIN_DIR}/debian${RELEASELINE}
1010
export RPMDIR=${BASE_BIN_DIR}/rpm${RELEASELINE}
1111

1212
# where to put repository index and other web contents
13-
export BASE_PKG_DIR=/var/www/pkg.jenkins.io/staging
14-
# export RPM_WEBDIR=/srv/releases/jenkins/rpm${RELEASELINE}
15-
# export MSI_WEBDIR=/srv/releases/jenkins/windows${RELEASELINE}
16-
export DEB_WEBDIR=${BASE_PKG_DIR}/debian${RELEASELINE}
13+
export BASE_PKG_DIR=/var/www/pkg.jenkins.io.staging
14+
export RPM_WEBDIR=${BASE_PKG_DIR}/rpm${RELEASELINE}
15+
# export MSI_WEBDIR=${BASE_PKG_DIR}/windows${RELEASELINE}
16+
export DEB_WEBDIR=${BASE_PKG_DIR}/debian${RELEASELINE}
1717

1818
# URL to the aforementioned webdir.
1919
WEBSERVER=https://pkg.jenkins.io
20-
# export RPM_URL=${WEBSERVER}/rpm${RELEASELINE}
21-
export DEB_URL=${WEBSERVER}/debian${RELEASELINE}
20+
export RPM_URL=${WEBSERVER}/rpm${RELEASELINE}
21+
export DEB_URL=${WEBSERVER}/debian${RELEASELINE}

0 commit comments

Comments
 (0)