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

Cleanup build process fails if nothing to clean up. #4

Open
GeraldMit opened this issue Jul 29, 2023 · 0 comments
Open

Cleanup build process fails if nothing to clean up. #4

GeraldMit opened this issue Jul 29, 2023 · 0 comments

Comments

@GeraldMit
Copy link
Member

the cleanup uses

find /home/data/httpd/download.eclipse.org/technology/babel/babel_language_packs/N* -maxdepth 0 -type d -mtime +5

which if isn't available, will give a message to stderr that will fail the build.

In actuality, finding nothing just means there is nothing to do, so success...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant