mirror of
https://github.com/ceph/ceph
synced 2025-01-12 14:10:27 +00:00
b39f9d06dc
Building on the previous commit. Command used: $ find suites/ -type l -and -not -name .qa -execdir ~/fix.sh {} \; fix.sh: #!/bin/bash link="$(readlink "$1")" echo $link dirlink="$(dirname "$link")" baselink="$(basename "$link")" while true; do echo $dirlink if [ "$dirlink" -ef ~/ceph/qa ]; then ln -nsf ".qa/$baselink" "$1" exit else baselink="$(basename "$dirlink")/$baselink" dirlink="$(dirname "$dirlink")" if [ "$dirlink" -ef . ]; then break fi fi done Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> |
||
---|---|---|
.. | ||
3-thrash | ||
.qa | ||
% | ||
0-cluster | ||
1-luminous-install | ||
2-partial-upgrade | ||
4-ec-workload.yaml | ||
5-finish-upgrade.yaml | ||
7-final-workload.yaml | ||
objectstore | ||
supported-all-distro | ||
thrashosds-health.yaml |