Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configurable maxdepth in repo_index #325

Open
xpuu opened this issue May 5, 2023 · 0 comments
Open

Allow configurable maxdepth in repo_index #325

xpuu opened this issue May 5, 2023 · 0 comments
Assignees
Labels

Comments

@xpuu
Copy link

xpuu commented May 5, 2023

It would be nice to have maxdepth configurable in .git.scmbrc

# Recursively searches for git repos in $GIT_REPO_DIR
function _find_git_repos() {
# Find all unarchived projects
local IFS=$'\n'
for repo in $(find -L "$GIT_REPO_DIR" -maxdepth 3 -name ".git" -type d \! -wholename '*/archive/*'); do

p.s. Thanks for the awesome toolset. It's a pleasure to follow your workflow.

@ghthor ghthor added the feature label Jul 8, 2023
@ghthor ghthor self-assigned this Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants