[Collab-qa-commits] r2238 - in udd: . udd
Iain Lane
laney at alioth.debian.org
Sun Apr 22 12:04:00 UTC 2012
Author: laney
Date: 2012-04-22 12:04:00 +0000 (Sun, 22 Apr 2012)
New Revision: 2238
Modified:
udd/config-org.yaml
udd/udd/ddtp_gatherer.py
Log:
Fix typo in path name in config-org.yaml and in ddtp_gatherer
Modified: udd/config-org.yaml
===================================================================
--- udd/config-org.yaml 2012-04-22 11:04:54 UTC (rev 2237)
+++ udd/config-org.yaml 2012-04-22 12:04:00 UTC (rev 2238)
@@ -1000,7 +1000,7 @@
ubuntu-ddtp:
type: ddtp
- update-command: /org/udd.debian.org/udd/scripts/fetch_ddtp_translations.sh /org/udd.debian.org/mirrors/ubuntu-ddtp /org/mirrors/ubuntu.com/dists
+ update-command: /org/udd.debian.org/udd/scripts/fetch_ddtp_translations.sh /org/udd.debian.org/mirrors/ubuntu-ddtp /org/mirrors/ubuntu.com/ftp/dists
path: /org/udd.debian.org/mirrors/ubuntu-ddtp
files: Translation-.*\.gz
mirrorpath: /org/mirrors/ubuntu.com/ftp/dists
Modified: udd/udd/ddtp_gatherer.py
===================================================================
--- udd/udd/ddtp_gatherer.py 2012-04-22 11:04:54 UTC (rev 2237)
+++ udd/udd/ddtp_gatherer.py 2012-04-22 12:04:00 UTC (rev 2238)
@@ -79,7 +79,7 @@
# as long as backports and security does not contain i18n files
# The right way to go would be to read the config file again fo
# each release below
- self._distr = src_cfg.get('disribution', 'debian')
+ self._distr = src_cfg.get('distribution', 'debian')
cur = self.cursor()
query = """PREPARE ddtp_check_previous_import (text, text, text) AS
More information about the Collab-qa-commits
mailing list