Restructure GitLab repository structure
This commit is contained in:
parent
cd526e953f
commit
cf71b2b6bb
10
bin/t
10
bin/t
|
@ -23,16 +23,8 @@ else
|
|||
! -path "${HOME}/Code/tmp/*"
|
||||
)
|
||||
|
||||
# Include GitLab repositories that are within multi-level project and group directories.
|
||||
items+=" "
|
||||
items+=$(find "${HOME}/Code/gitlab.com" \
|
||||
-maxdepth 4 \
|
||||
-mindepth 3 \
|
||||
-type d \
|
||||
! -path "${HOME}/Code/gitlab.com/opdavies/wiki/*" \
|
||||
)
|
||||
|
||||
# Add the top-level directories within ~/Code/tmp.
|
||||
# TODO: only do this if the ~/Code/tmp directory exists.
|
||||
items+=" "
|
||||
items+=$(find "${HOME}/Code/tmp" \
|
||||
-maxdepth 1 \
|
||||
|
|
Loading…
Reference in a new issue