Skip to content

Commit 1548d2a

Browse files
committed
lustrequota: Use github mirror for fetching lustre source code
1 parent 760f513 commit 1548d2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.rocky8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ RUN if [ "${ENABLE_QUOTA}" = "True" ] \
16951695
&& rm -fr /var/cache/dnf \
16961696
# TODO: clean up after this download+build to avoid bloating image
16971697
&& cd ${MIG_ROOT}/mig/src/pylustrequota \
1698-
&& git clone git://git.whamcloud.com/fs/lustre-release.git \
1698+
&& git clone https://github.com/lustre/lustre-release \
16991699
&& cd ${MIG_ROOT}/mig/src/pylustrequota/lustre-release \
17001700
&& git checkout ${QUOTA_LUSTRE_VERSION} \
17011701
&& sh ./autogen.sh \

Dockerfile.rocky9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ RUN if [ "${ENABLE_QUOTA}" = "True" ] \
15821582
&& rm -fr /var/cache/dnf \
15831583
# TODO: clean up after this download+build to avoid bloating image
15841584
&& cd ${MIG_ROOT}/mig/src/pylustrequota \
1585-
&& git clone git://git.whamcloud.com/fs/lustre-release.git \
1585+
&& git clone https://github.com/lustre/lustre-release \
15861586
&& cd ${MIG_ROOT}/mig/src/pylustrequota/lustre-release \
15871587
&& git checkout ${QUOTA_LUSTRE_VERSION} \
15881588
&& sh ./autogen.sh \

0 commit comments

Comments
 (0)