[Debtags-commits] [svn] r1627 - tagdb
Enrico Zini
enrico at costa.debian.org
Thu Mar 2 15:08:09 UTC 2006
Author: enrico
Date: Thu Mar 2 15:08:08 2006
New Revision: 1627
Added:
tagdb/README
Modified:
tagdb/process
Log:
Create working directories in process if needed
Added a README
Modified: tagdb/process
==============================================================================
--- tagdb/process (original)
+++ tagdb/process Thu Mar 2 15:08:08 2006
@@ -72,6 +72,12 @@
SVN=tags
CACHEDIR=cache
+# Create working directories if missing
+for dir in cache corrections approved
+do
+ test -d $dir || mkdir $dir
+done
+
# Download needed data from the network
do_downloads() {
UNCHECKED_URL=http://debtags.alioth.debian.org/tags/tags-current.gz
More information about the Debtags-commits
mailing list