[25389] in Source-Commits
Re: /svn/athena r24942 - trunk/debathena/config/auto-update/debian
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Thu Feb 10 22:09:56 2011
Mime-Version: 1.0 (Apple Message framework v1082)
Content-Type: text/plain; charset=us-ascii
From: Jonathan Reed <jdreed@MIT.EDU>
In-Reply-To: <alpine.GSO.1.10.1102102059580.2296@multics.mit.edu>
Date: Thu, 10 Feb 2011 22:09:48 -0500
Cc: source-commits@MIT.EDU
Message-Id: <E9794B72-AD7A-4242-AF95-E2E5C7BAC983@MIT.EDU>
To: Benjamin Kaduk <kaduk@MIT.EDU>
Content-Transfer-Encoding: 8bit
>> + if [ ! -f /var/lib/athena-update-status ]; then
>> + echo "$(date +"%s")|$(date +"%s")|ok|Package configured" > /var/lib/athena-update-status
>> + fi
>> +
>
> I could almost convince myself that this wants to be unconditional.
>
> -Ben
True. The one argument against it is the unlikely case where someone runs a manual update that pulls in a new auto-update, and then we lose debugging info that tells us the machine hasn't take an auto-update in, say, 5 days. As I said, extremely unlikely. So I'm fine with making it unconditional, unless someone convinces me not to.
-Jon