Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338829 - devaway removal reminders
Summary: devaway removal reminders
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Developer account issues (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
: 343771 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-09-26 16:53 UTC by Petteri Räty (RETIRED)
Modified: 2022-06-15 23:12 UTC (History)
5 users (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 Petteri Räty (RETIRED) gentoo-dev 2010-09-26 16:53:38 UTC
From the gentoo-dev thread about this:

How about this as an idea:
1. Include a parsaable return date I suggest ("Returning:YYYY/MM/DD",
"Returning:Unknown")
2. Automated emails when:
2.1. It's after the return date (weekly).
2.2. You start committing again.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-09-26 18:30:23 UTC
s:YYYY/MM/DD:YYYY-MM-DD:

ISO 8601.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-11-02 02:06:05 UTC
*** Bug 343771 has been marked as a duplicate of this bug. ***
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-12-17 04:13:55 UTC
Any interested parties want to write a cron? :)
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-11-02 19:46:54 UTC
(In reply to comment #3)
> Any interested parties want to write a cron? :)

I'll just do this based on 90 days...

for i in $(find /home/*/.away -mtime +90); do $stuff; done

woodpecker ~ # find /home/*/.away -mtime +90
/home/ali_bush/.away
/home/battousai/.away
/home/beandog/.away
/home/blackace/.away
/home/cam/.away
/home/chutzpah/.away
/home/dang/.away
/home/djay/.away
/home/falco/.away
/home/fauli/.away
/home/fox2mike/.away
/home/george/.away
/home/hollow/.away
/home/hparker/.away
/home/jaervosz/.away
/home/jokey/.away
/home/klondike/.away
/home/loki_val/.away
/home/markusle/.away
/home/mrness/.away
/home/mrpouet/.away
/home/nirbheek/.away
/home/pebenito/.away
/home/ricmm/.away
/home/signals/.away
/home/sping/.away
/home/tanderson/.away
/home/titefleur/.away
/home/vanquirius/.away
/home/vorlon/.away
/home/weaver/.away
/home/wschlich/.away
Comment 5 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-06-15 23:12:57 UTC
Looks like mgorny did this in 2019.