CVSROOT: /cvs Module name: ports Changes by: [email protected] 2015/05/16 09:27:49
Modified files:
infrastructure/lib/DPB/Job: Fetch.pm
Log message:
chdir($distdir) at the start of expire_old
First, it makes for simpler code. It also allows things to work when your
cwd is not readable by your user, such as /root, since File::Find wants the
cwd.
