Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2017-10-25 14:42:01 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2017-10-25 14:45:57 +0300
commit302b82471ae5998b22b68a47e0f55b1ed05cce74 (patch)
treec79c769528ae00faf3a6bdb149fd8e5add44dcc9
parentf1cac7e148c28771c6b6a467d183cd1cdfd009d1 (diff)
Add subversion to timestamp_anomalies
-rw-r--r--calm/past_mistakes.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py
index 550e916..16ba212 100644
--- a/calm/past_mistakes.py
+++ b/calm/past_mistakes.py
@@ -162,5 +162,14 @@ mtime_anomalies = [
'python-gtk2.0-demo',
'python-gtk2.0-devel',
'python-wx', # timestamps reset when split out from wxWidgets
+ 'subversion', # 1.8 and 1.9 might be built in either order...
+ 'subversion-debuginfo',
+ 'subversion-devel',
+ 'subversion-gnome',
+ 'subversion-httpd',
+ 'subversion-perl',
+ 'subversion-python',
+ 'subversion-ruby',
+ 'subversion-tools',
'xextproto',
]