unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/
Go to file
Karsten Loesing cd15f34463 Fix minor issue with cleaning up directories.
One of the previously made changes to cleaning up directories was that
empty directories were deleted. This was necessary, because otherwise
there would be a growing number of directories as files get deleted
after reaching an age of seven weeks.

However, this change should not have included deleting the cleaned up
directory itself. In practice, this will not happen. But in tests it's
certainly possible that a directory is empty and then gets deleted.
This leads to all sorts of problems in tests.

The fix is to limit deleting empty directories to subdirectories.
That's what this commit does.
2020-11-28 11:11:26 +01:00
src Fix minor issue with cleaning up directories. 2020-11-28 11:11:26 +01:00
.gitignore Prepare for 1.1.0 release. 2016-10-28 15:23:08 +02:00
.gitlab-ci.yml Use metrics-base ant task to fetch metrics-lib. 2019-09-27 10:05:35 +02:00
.gitmodules Implements task-20596: use metrics-base and reduced build.xml, 2017-01-05 15:39:00 +01:00
build.xml Bump version to 1.16.1-dev. 2020-11-25 16:09:01 +01:00
CHANGELOG.md Delete files in out/ that are older than 7 weeks. 2020-11-27 11:11:21 +01:00
INSTALL.md Addendum to task-20562: File 'nginx-collector' moved to src/main/resources 2016-11-17 14:58:02 +01:00
LICENSE Update copyright to 2020. 2020-01-15 21:36:34 +01:00