From 9d119c6b613d576c72c0b00dd9fa9607d87ea81f Mon Sep 17 00:00:00 2001 From: orbiter Date: Fri, 9 Jan 2009 10:08:11 +0000 Subject: [PATCH] migration of auto-update rules to new release strategy: next stable will be 0.7, development releases are 0.*x, experimental will be if x = 1, 2, 3 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5458 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- defaults/yacy.init | 2 +- source/de/anomic/yacy/yacyVersion.java | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/defaults/yacy.init b/defaults/yacy.init index ad1121cea..591790fc5 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -87,7 +87,7 @@ update.cycle = 168 # a version number blacklist can restrict automatic or guided updates to a specific # range of version numbers. The restriction is done with a blacklist (standard regexpr) # It is recommended to set this list to low developer version numbers -update.blacklist = ....[123] +update.blacklist = ...[123] # a update can also restricted with a concept property, which can decide if an # update is only valid if it either is a main release or any svn release including new development releases # Valid keywords are 'main' and 'any' diff --git a/source/de/anomic/yacy/yacyVersion.java b/source/de/anomic/yacy/yacyVersion.java index e65e622f1..7f2ac4e35 100644 --- a/source/de/anomic/yacy/yacyVersion.java +++ b/source/de/anomic/yacy/yacyVersion.java @@ -217,7 +217,12 @@ public final class yacyVersion implements Comparator, Comparable