[med-svn] r2614 - in trunk/community/infrastructure/getData: . debian
plessy at alioth.debian.org
plessy at alioth.debian.org
Sun Nov 2 01:29:54 UTC 2008
Author: plessy
Date: 2008-11-02 01:29:54 +0000 (Sun, 02 Nov 2008)
New Revision: 2614
Added:
trunk/community/infrastructure/getData/debian/dirs
Modified:
trunk/community/infrastructure/getData/TODO
trunk/community/infrastructure/getData/debian/changelog
trunk/community/infrastructure/getData/debian/getData.conf
Log:
Changed default directory to `/var/lib/getdata'.
Modified: trunk/community/infrastructure/getData/TODO
===================================================================
--- trunk/community/infrastructure/getData/TODO 2008-11-01 17:03:10 UTC (rev 2613)
+++ trunk/community/infrastructure/getData/TODO 2008-11-02 01:29:54 UTC (rev 2614)
@@ -5,3 +5,6 @@
be installed prior to the execution of some scripts.
-- Steffen <moeller at debian.org> Mon, 18 Feb 2008 13:46:48 +0100
+
+* I think that we would need a tag-based sorting of data sources as their list
+ will grow very, very big.
Modified: trunk/community/infrastructure/getData/debian/changelog
===================================================================
--- trunk/community/infrastructure/getData/debian/changelog 2008-11-01 17:03:10 UTC (rev 2613)
+++ trunk/community/infrastructure/getData/debian/changelog 2008-11-02 01:29:54 UTC (rev 2614)
@@ -9,5 +9,7 @@
/etc/defaults is for initscript configuration).
* fixed debian/rules.
* deleted debian/compat (CDBS does not need it).
+ * Defautl mirror directory is /var/lib/getdata instead of
+ /local/databases/mirrored.
-- Steffen Moeller <moeller at debian.org> Mon, 11 Feb 2008 09:58:30 +0100
Added: trunk/community/infrastructure/getData/debian/dirs
===================================================================
--- trunk/community/infrastructure/getData/debian/dirs (rev 0)
+++ trunk/community/infrastructure/getData/debian/dirs 2008-11-02 01:29:54 UTC (rev 2614)
@@ -0,0 +1 @@
+/var/lib/getdata
Modified: trunk/community/infrastructure/getData/debian/getData.conf
===================================================================
--- trunk/community/infrastructure/getData/debian/getData.conf 2008-11-01 17:03:10 UTC (rev 2613)
+++ trunk/community/infrastructure/getData/debian/getData.conf 2008-11-02 01:29:54 UTC (rev 2614)
@@ -1,4 +1,2 @@
# Directory under which to expect the previously downloaded files.
-mirrordir="/local/databases/mirrored"
-
-
+mirrordir="/var/lib/getdata"
More information about the debian-med-commit
mailing list