Newer
Older
#!/bin/zsh
setopt extendedglob nomatch errreturn
cd /var/lib/archbuilddest
rm -rf logdest/*(Nm+7)
rm -rf pkgdest/*(Nm+7)
rm -rf srcdest/*(Nm+90)
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
#!/bin/zsh
setopt extendedglob nomatch errreturn
cd /var/lib/archbuilddest
rm -rf logdest/*(Nm+7)
rm -rf pkgdest/*(Nm+7)
rm -rf srcdest/*(Nm+90)