Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 727022 - Disable unnecessary releng cleanup cronjob on dipper
Summary: Disable unnecessary releng cleanup cronjob on dipper
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-03 21:59 UTC by Matt Turner
Modified: 2020-06-09 01:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2020-06-03 21:59:41 UTC
Every day releng@gentoo.org receives this email:

"""
Subject: Cron <root@dipper> find /release/buildroot/*/tmp/*/ -mindepth 1 -maxdepth 1 -mtime +15 -exec rm -rf {} \;

find: ‘/release/buildroot/*/tmp/*/’: No such file or directory
"""

I believe this cronjob is meant to clean up the tmp directories produced during stage builds on nightheron.
Comment 1 Alec Warner (RETIRED) archtester gentoo-dev Security 2020-06-09 01:37:06 UTC
This should be fixed now.

-A