>From my miscellaneous folder of one-liners and useful bits of shell, here
is an expiration command to put in crontab:

find /parent/folder/of/nightlies -mtime +60 -print0 | xargs -0 rm

where 60 is the number of days after which we consider a file "expired".
The number of days could be anything but from my experience with other
software projects 60 seems to be the point at which they aren't useful
anymore.

Moses

On Mon, Jul 30, 2012 at 7:34 PM, Evan Kinney <evan.kin...@sas.com> wrote:

> We trashed all the 1.5 nightlies from default, and that freed up a little
> over 4GB. I'll get rid of the aforementioned branches as well.
>
> We should probably look into a cron job or something that deletes
> nightlies older than n days…
>
> The RSA key on muscovy for adium is in authorized_keys for the
> adiumnightly user on nightly.adium.im, so you should be able to get in
> from there.
>
> /ek
>
> On Jul 30, 2012, at 10:25 PM, Evan D. Schoenberg, M.D. wrote:
>
> > There's no need for nightlies for either of those branches, so both can
> go.
> >
> > Is the problem with the Rackspace hosted download space, or something
> else? I don't believe I have the login information for the Rackspace setup
> - could someone who does please IM it to me or email it off list?
> >
> > -Evan
> > On Monday, July 30, 2012 at 8:31 PM, Evan Kinney wrote:
> >
> >> nightly.adiumx.com is out of space.
> >>
> >> The adium-1.4-default and adium-PreferencesRedux folders are taking up
> around 1.5GB combined. What can we trash?
> >>
> >> /ek
> >>
> >> On Jul 30, 2012, at 9:04 PM, Robert Vehse wrote:
> >>
> >>> I don't know what happened to the nightly build process but the latest
> .dmg weighs a mere 7.4MB and is corrupt.
> >>>
> >>> Regards,
> >>> Robbie
> >
>
>
>
>

Reply via email to