mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
package filter of pypi
This commit is contained in:
parent
243a8b2383
commit
e1cd17b44a
11
pypi.sh
11
pypi.sh
@ -22,6 +22,17 @@ workers = 10
|
|||||||
hash-index = false
|
hash-index = false
|
||||||
stop-on-error = false
|
stop-on-error = false
|
||||||
delete-packages = true
|
delete-packages = true
|
||||||
|
|
||||||
|
[plugins]
|
||||||
|
enabled =
|
||||||
|
blacklist_project
|
||||||
|
|
||||||
|
[blacklist]
|
||||||
|
packages =
|
||||||
|
tf-nightly-gpu
|
||||||
|
tf-nightly
|
||||||
|
tensorflow-io-nightly
|
||||||
|
tf-nightly-cpu
|
||||||
EOF
|
EOF
|
||||||
/usr/bin/timeout -s INT 36000 $BANDERSNATCH -c $CONF mirror
|
/usr/bin/timeout -s INT 36000 $BANDERSNATCH -c $CONF mirror
|
||||||
if [[ $? == 124 ]]; then
|
if [[ $? == 124 ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user