Skip to content

Commit 4218471

Browse files
committed
Force installation of latest xrdcl-pelican for v7.12.4-rc.2 release
1 parent 24082c6 commit 4218471

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

github_scripts/osx_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ninja
5454
ninja install
5555
popd
5656

57-
git clone --branch v0.9.4 https://github.com/PelicanPlatform/xrdcl-pelican.git
57+
git clone --branch v1.0.5 https://github.com/PelicanPlatform/xrdcl-pelican.git
5858
pushd xrdcl-pelican
5959
mkdir build
6060
cd build

images/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ FROM dependency-build AS final-stage
135135
# Any other yum-installable dependencies that need to be present in the final container
136136
# should go here. Installation in a previous section may result in the packages being
137137
# installed only in the intermediate builder containers!
138-
RUN yum install -y --enablerepo=osg-testing sssd-client xrdcl-pelican xrootd-multiuser
138+
RUN yum update -y --refresh --enablerepo=osg-testing && \
139+
yum install -y --refresh --enablerepo=osg-testing sssd-client xrdcl-pelican xrootd-multiuser
139140

140141
WORKDIR /pelican
141142

images/dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ADD https://api.github.com/repos/PelicanPlatform/xrdcl-pelican/git/refs/heads/ma
6969
RUN \
7070
git clone https://github.com/PelicanPlatform/xrdcl-pelican.git && \
7171
cd xrdcl-pelican && \
72-
git checkout v0.9.4 && \
72+
git checkout v1.0.5 && \
7373
mkdir build && cd build && \
7474
cmake -DLIB_INSTALL_DIR=/usr/lib64 -DCMAKE_BUILD_TYPE=RelWithDebInfo .. && \
7575
make && make install

web_ui/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "src",
3-
"version": "7.12.3",
3+
"version": "7.12.4-rc.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)