File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ venv/
119119ENV /
120120env.bak /
121121venv.bak /
122+ .venv39
122123
123124# Spyder project settings
124125.spyderproject
Original file line number Diff line number Diff line change 152152 " python3-dev"
153153 ],
154154 "debs" : [
155- " http ://ftp.us. debian.org/debian/pool/main/r/rust-fd-find/fd-find_7.2.0-2_amd64.deb"
155+ " https ://snapshot. debian.org/archive/debian-archive/20240331T102506Z /debian/pool/main/r/rust-fd-find/fd-find_7.2.0-2_amd64.deb"
156156 ],
157157 "yum" : [
158158 " curl" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ binaries:
1313 - curl
1414 debs :
1515 # Not required for jq -- used to test if packages are installed properly with dpkg.
16- - http://ftp.us.debian.org/debian/pool/main/r/rust-fd-find/fd-find_7.2.0-2_amd64.deb
16+ # Use an immutable snapshot URL to avoid 404s from mirror pruning.
17+ - https://snapshot.debian.org/archive/debian-archive/20240331T102506Z/debian/pool/main/r/rust-fd-find/fd-find_7.2.0-2_amd64.deb
1718 yum :
1819 - curl
1920 - fd-find
You can’t perform that action at this time.
0 commit comments