mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
gen_robot: exclude linuxbrew-bottles
Some checks failed
docker-images / multi (push) Has been cancelled
Some checks failed
docker-images / multi (push) Has been cancelled
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
This commit is contained in:
parent
c3841d062e
commit
c5dfbf3e83
|
|
@ -14,6 +14,7 @@ echo 'Disallow: /logs' >> robots.txt
|
|||
echo "cygwin";
|
||||
echo "pub";
|
||||
echo "git";
|
||||
echo "linuxbrew-bottles";
|
||||
) | uniq | while read name; do
|
||||
[[ -z ${name} ]] || [[ ${name} = "tuna" ]] && continue
|
||||
echo "Disallow: /${name}" >> robots.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue