This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
Watch
1
Star
0
Fork
0
You've already forked ceph
mirror of
https://github.com/ceph/ceph
synced
2024-12-11 05:57:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ea087e6f16
ceph
/
qa
/
suites
/
rbd
/
maintenance
/
clusters
/
fixed-3.yaml
1 line
25 B
YAML
Raw
Normal View
History
Unescape
Escape
qa: fix symlinks indirectly pointing at qa to .qa 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>
2018-06-26 18:46:28 +00:00
.qa/clusters/fixed-3.yaml
Reference in New Issue
Copy Permalink