Skip to content

Commit 32e143e

Browse files
committed
Switch to using the maintained repo of pynfs
The repo maintained by bfields is no longer active and the ownership has now moved to `cdmackay` which is active. Hence, switching to pynfs hosted under `cdmackay`. Signed-off-by: Pragadeeswaran Sathyanarayanan <pragadeeswaran.sathyanarayanan@ibm.com>
1 parent eba3281 commit 32e143e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build_scripts/pynfs/client.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set -x
1616
# install build and runtime dependencies
1717
dnf -y install git gcc nfs-utils redhat-rpm-config krb5-devel python3-devel python3-gssapi python3-ply
1818

19-
rm -rf /root/pynfs && git clone git://linux-nfs.org/~bfields/pynfs.git
19+
rm -rf /root/pynfs && git clone git://git.linux-nfs.org/projects/cdmackay/pynfs.git
2020

2121
cd /root/pynfs && yes | python3 setup.py build > /tmp/output_tempfile.txt
2222
echo $?

jobs/pynfs-acl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
properties:
1313
- discarder
1414
- github:
15-
url: http://git.linux-nfs.org/?p=bfields/pynfs.git;a=summary/
15+
url: https://git.linux-nfs.org/?p=cdmackay/pynfs.git;a=summary
1616

1717
parameters:
1818
- string:

jobs/pynfs-ceph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
properties:
1414
- discarder
1515
- github:
16-
url: http://git.linux-nfs.org/?p=bfields/pynfs.git;a=summary/
16+
url: https://git.linux-nfs.org/?p=cdmackay/pynfs.git;a=summary
1717

1818
parameters:
1919
- string:

jobs/pynfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
properties:
1313
- discarder
1414
- github:
15-
url: http://git.linux-nfs.org/?p=bfields/pynfs.git;a=summary/
15+
url: https://git.linux-nfs.org/?p=cdmackay/pynfs.git;a=summary
1616

1717
parameters:
1818
- string:

0 commit comments

Comments
 (0)