File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 66export BASE_BIN_DIR =/var/www/get.jenkins.io.staging
77export WARDIR =${BASE_BIN_DIR}/war${RELEASELINE}
88export MSIDIR =${BASE_BIN_DIR}/windows${RELEASELINE}
9- export DEBDIR =${BASE_BIN_DIR}/debian${RELEASELINE}/binary
9+ export DEBDIR =${BASE_BIN_DIR}/debian${RELEASELINE}
1010export 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.
1919WEBSERVER =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}
You can’t perform that action at this time.
0 commit comments