We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8482117 commit 2542b7eCopy full SHA for 2542b7e
.github/workflows/generate-web-index.yml
@@ -63,7 +63,11 @@ jobs:
63
rm -f exposed.map.autoproposal
64
65
# get all stable files we provide
66
- rsync -e "ssh -p 10023 -o StrictHostKeyChecking=accept-new" -ar [email protected]:/storage/www/dl/ | awk '{ print $5 }' | grep "archive/" | grep -v ".txt\|.xz.\|homeassistant\|openhab\|kali\|omv" | grep ".xz" > /tmp/stable.txt
+ rsync --recursive --list-only rsync://rsync.armbian.com/dl/ \
67
+ | awk '{ print $5 }' \
68
+ | grep '\.xz$' \
69
+ | grep -vE '\.txt|\.xz\.|homeassistant|openhab|kali|omv' \
70
+ > /tmp/stable.txt
71
72
# generate map entries
73
# $1 = board
0 commit comments