[Cdd-commits] r899 - cdd/trunk/webtools

CDD Subversion Commit noreply at alioth.debian.org
Tue Jul 1 07:31:11 UTC 2008


Author: tille
Date: Tue Jul  1 07:31:10 2008
New Revision: 899

Modified:
   cdd/trunk/webtools/cddtasktools.py
Log:
Roling out on alioth uncovers some glitches. ;-)


Modified: cdd/trunk/webtools/cddtasktools.py
==============================================================================
--- cdd/trunk/webtools/cddtasktools.py	(original)
+++ cdd/trunk/webtools/cddtasktools.py	Tue Jul  1 07:31:10 2008
@@ -27,8 +27,8 @@
 from debian_bundle import deb822
 
 BASEURL  = 'http://ftp.debian.org/'
-SVNHOST  = 'svn+ssh://svn.debian.org'
-# SVNHOST  = 'svn://svn.debian.org'
+# SVNHOST  = 'svn+ssh://svn.debian.org'
+SVNHOST  = 'svn://svn.debian.org'
 KEYSTOIGNORE = ( 'Architecture', 'Leaf', 'NeedConfig', 'Note', 'Section', 'Needconfig', 'DontAvoid')
 GLOBALCACHE  = "/var/cache/cdd/"
 DDTPURL = "http://ddtp.debian.net/debian/dists/"
@@ -240,8 +240,8 @@
         # Obtain the prefix of the meta packages of the CDD using cdd-dev tools cdd_get_names
         if os.access('/usr/share/cdd-dev/cdd-get-names', os.X_OK):
             cdd_get_names = '/usr/share/cdd-dev/cdd-get-names'
-        elif os.access(getcwd() + '/cdd-get-names', os.X_OK):
-            cdd_get_names = getcwd() + '/cdd-get-names'
+        elif os.access(os.getcwd() + '/cdd-get-names', os.X_OK):
+            cdd_get_names = os.getcwd() + '/cdd-get-names'
         else:
             print >>stderr, "Please either install package cdd-dev or install a copy of devtools/cdd-get-names in your working directory"
             exit(-1)



More information about the Cdd-commits mailing list