[Collab-qa-commits] r1456 - udd/sql

2009-05-08 Thread Andreas Tille
Author: tille Date: 2009-05-08 20:23:13 + (Fri, 08 May 2009) New Revision: 1456 Added: udd/sql/array_accum.sql Log: Create comma aggregate function Added: udd/sql/array_accum.sql === --- udd/sql/array_accum.sql

[Collab-qa-commits] r1457 - udd/sql

2009-05-08 Thread Andreas Tille
Author: tille Date: 2009-05-08 20:32:04 + (Fri, 08 May 2009) New Revision: 1457 Modified: udd/sql/array_accum.sql Log: Small typo-ish fix Modified: udd/sql/array_accum.sql === --- udd/sql/array_accum.sql 2009-05-08 20:23:

[Collab-qa-commits] r1460 - udd/udd

2009-05-16 Thread Andreas Tille
Author: tille Date: 2009-05-16 15:11:12 + (Sat, 16 May 2009) New Revision: 1460 Modified: udd/udd/ddtp_gatherer.py Log: Prevent gatherer from trying to insert duplicated keys which should not exist in theory but in practice they do. Will track down the reasons soon. Modified: udd/udd/dd

[Collab-qa-commits] r1473 - in udd: sql udd

2009-06-09 Thread Andreas Tille
Author: tille Date: 2009-06-09 21:50:03 + (Tue, 09 Jun 2009) New Revision: 1473 Modified: udd/sql/ftpnew.sql udd/udd/ftpnew_gatherer.py Log: Distribution field is in packages table so also feature it in new_packages Modified: udd/sql/ftpnew.sql =

[Collab-qa-commits] r1474 - in udd: sql udd

2009-06-10 Thread Andreas Tille
Author: tille Date: 2009-06-10 11:29:30 + (Wed, 10 Jun 2009) New Revision: 1474 Modified: udd/sql/ftpnew.sql udd/udd/ftpnew_gatherer.py Log: To comply with table sources/packages the tables new_sources/new_packages should also feature section and component columns. Unfortunately this

[Collab-qa-commits] r1475 - udd

2009-06-10 Thread Andreas Tille
Author: tille Date: 2009-06-10 19:02:23 + (Wed, 10 Jun 2009) New Revision: 1475 Modified: udd/config_ftpnew.yaml Log: s/udd.debian.net/udd.debian.org/ Modified: udd/config_ftpnew.yaml === --- udd/config_ftpnew.yaml 2009-

[Collab-qa-commits] r1476 - udd/sql

2009-06-10 Thread Andreas Tille
Author: tille Date: 2009-06-10 19:09:25 + (Wed, 10 Jun 2009) New Revision: 1476 Added: udd/sql/ddtp_language_maxversion.sql Log: return language, short/long description and maximum version of a ddtp translation to get the most recent translation of a package description Added: udd/sql/dd

[Collab-qa-commits] r1477 - udd/sql

2009-06-10 Thread Andreas Tille
Author: tille Date: 2009-06-10 19:13:24 + (Wed, 10 Jun 2009) New Revision: 1477 Added: udd/sql/createlang_plpgsql.sql Log: The most recent DDTP translation will be obtained using a plpgsql function. I hope I do not break any policy by installing this additional language Added: udd/sql/c

[Collab-qa-commits] r1478 - udd/sql

2009-06-10 Thread Andreas Tille
Author: tille Date: 2009-06-10 20:26:48 + (Wed, 10 Jun 2009) New Revision: 1478 Modified: udd/sql/ftpnew.sql Log: grant access to new tables Modified: udd/sql/ftpnew.sql === --- udd/sql/ftpnew.sql 2009-06-10 19:13:24 UTC (re

[Collab-qa-commits] r1479 - udd/sql

2009-06-11 Thread Andreas Tille
Author: tille Date: 2009-06-12 06:12:06 + (Fri, 12 Jun 2009) New Revision: 1479 Modified: udd/sql/ddtp_language_maxversion.sql Log: Replaced remaining escape characters which were left when this was used as a shell script Modified: udd/sql/ddtp_language_maxversion.sql ===

[Collab-qa-commits] r1480 - udd/scripts

2009-06-12 Thread Andreas Tille
Author: tille Date: 2009-06-12 07:34:09 + (Fri, 12 Jun 2009) New Revision: 1480 Modified: udd/scripts/fetch_ftpnew.sh Log: s/udd.debian.net/udd.debian.org/ Modified: udd/scripts/fetch_ftpnew.sh === --- udd/scripts/fetch_ftpne

[Collab-qa-commits] r1481 - udd/sql

2009-06-12 Thread Andreas Tille
Author: tille Date: 2009-06-12 12:03:07 + (Fri, 12 Jun 2009) New Revision: 1481 Modified: udd/sql/ddtp_language_maxversion.sql Log: Fix typ casting issue Modified: udd/sql/ddtp_language_maxversion.sql === --- udd/sql/ddtp_lan

[Collab-qa-commits] r1486 - udd/udd

2009-06-13 Thread Andreas Tille
Author: tille Date: 2009-06-14 06:24:12 + (Sun, 14 Jun 2009) New Revision: 1486 Modified: udd/udd/ftpnew_gatherer.py Log: Make sure all binaries will be injected Modified: udd/udd/ftpnew_gatherer.py === --- udd/udd/ftpnew_gat

[Collab-qa-commits] r1487 - udd/udd

2009-06-14 Thread Andreas Tille
Author: tille Date: 2009-06-14 07:18:44 + (Sun, 14 Jun 2009) New Revision: 1487 Modified: udd/udd/ftpnew_gatherer.py Log: Handle missing information fields Modified: udd/udd/ftpnew_gatherer.py === --- udd/udd/ftpnew_gatherer.

[Collab-qa-commits] r1488 - udd

2009-06-15 Thread Andreas Tille
Author: tille Date: 2009-06-15 21:05:40 + (Mon, 15 Jun 2009) New Revision: 1488 Modified: udd/config-org.yaml Log: added ftpnew to general udd configuration file Modified: udd/config-org.yaml === --- udd/config-org.yaml 2009-

[Collab-qa-commits] r1489 - in udd: . scripts sql udd

2009-06-16 Thread Andreas Tille
Author: tille Date: 2009-06-16 18:38:35 + (Tue, 16 Jun 2009) New Revision: 1489 Added: udd/scripts/fetch_screenshots.sh udd/sql/screenshots.sql udd/udd/screenshot_gatherer.py Removed: udd/config_ddtp.yaml udd/config_ftpnew.yaml Modified: udd/config-org.yaml Log: Add gatherer

[Collab-qa-commits] r1555 - udd/udd

2009-08-10 Thread Andreas Tille
Author: tille Date: 2009-08-10 12:17:52 + (Mon, 10 Aug 2009) New Revision: 1555 Modified: udd/udd/ftpnew_gatherer.py Log: Work around a problem when new queue is lacking information about binary packages and only changes file exists as it is currently the case with makefs. Modified: udd/

[Collab-qa-commits] r1556 - udd/udd

2009-08-14 Thread Andreas Tille
Author: tille Date: 2009-08-14 12:31:28 + (Fri, 14 Aug 2009) New Revision: 1556 Modified: udd/udd/ftpnew_gatherer.py Log: Make ftp_new less verbose Modified: udd/udd/ftpnew_gatherer.py === --- udd/udd/ftpnew_gatherer.py 2009

[Collab-qa-commits] r1557 - udd/udd

2009-08-14 Thread Andreas Tille
Author: tille Date: 2009-08-14 12:59:36 + (Fri, 14 Aug 2009) New Revision: 1557 Modified: udd/udd/ftpnew_gatherer.py Log: Make ftpnew gatherer even less verbose Modified: udd/udd/ftpnew_gatherer.py === --- udd/udd/ftpnew_gath

[Collab-qa-commits] r1558 - udd/udd

2009-08-14 Thread Andreas Tille
Author: tille Date: 2009-08-14 13:15:37 + (Fri, 14 Aug 2009) New Revision: 1558 Modified: udd/udd/ftpnew_gatherer.py Log: Do not issue warnings we can not do much about Modified: udd/udd/ftpnew_gatherer.py === --- udd/udd/ftp

[Collab-qa-commits] r1559 - udd/udd

2009-08-14 Thread Andreas Tille
Author: tille Date: 2009-08-14 13:26:41 + (Fri, 14 Aug 2009) New Revision: 1559 Modified: udd/udd/ftpnew_gatherer.py Log: Do not report false positives of not ITPed packages Modified: udd/udd/ftpnew_gatherer.py === --- udd/ud

[Collab-qa-commits] r1560 - udd/udd

2009-08-16 Thread Andreas Tille
Author: tille Date: 2009-08-16 12:46:51 + (Sun, 16 Aug 2009) New Revision: 1560 Modified: udd/udd/ftpnew_gatherer.py Log: More robust in case of missing information in new queue Modified: udd/udd/ftpnew_gatherer.py === --- ud

[Collab-qa-commits] r1561 - udd/udd

2009-08-20 Thread Andreas Tille
Author: tille Date: 2009-08-21 06:22:23 + (Fri, 21 Aug 2009) New Revision: 1561 Modified: udd/udd/ftpnew_gatherer.py Log: Do not crash if deb822 stumbles upon unknown keys Modified: udd/udd/ftpnew_gatherer.py === --- udd/udd/

[Collab-qa-commits] r1562 - udd/udd

2009-08-20 Thread Andreas Tille
Author: tille Date: 2009-08-21 06:27:47 + (Fri, 21 Aug 2009) New Revision: 1562 Modified: udd/udd/ftpnew_gatherer.py Log: Better error message Modified: udd/udd/ftpnew_gatherer.py === --- udd/udd/ftpnew_gatherer.py 2009-08-2

[Collab-qa-commits] r1587 - udd/udd

2009-09-23 Thread Andreas Tille
Author: tille Date: 2009-09-24 06:17:47 + (Thu, 24 Sep 2009) New Revision: 1587 Modified: udd/udd/ftpnew_gatherer.py Log: Make sure wnpp_title becomes any value Modified: udd/udd/ftpnew_gatherer.py === --- udd/udd/ftpnew_gath

[Collab-qa-commits] r1620 - udd/scripts

2009-11-04 Thread Andreas Tille
Author: tille Date: 2009-11-04 21:35:23 + (Wed, 04 Nov 2009) New Revision: 1620 Modified: udd/scripts/fetch_ddtp_translations.sh Log: Make sure UDD will not be updated with non existant DDTP data by returning error code if download failed Modified: udd/scripts/fetch_ddtp_translations.sh

[Collab-qa-commits] r1642 - in udd: scripts udd

2009-12-16 Thread Andreas Tille
Author: tille Date: 2009-12-16 20:21:58 + (Wed, 16 Dec 2009) New Revision: 1642 Modified: udd/scripts/fetch_ddtp_translations.sh udd/udd/ddtp_gatherer.py Log: Update ddtp data only in case of changes in the language translations. This saves a lot of time for the importer Modified: ud

[Collab-qa-commits] r1673 - udd/udd

2010-01-23 Thread Andreas Tille
Author: tille Date: 2010-01-23 08:41:41 + (Sat, 23 Jan 2010) New Revision: 1673 Modified: udd/udd/ftpnew_gatherer.py Log: At least this does not fail to import data, further checks needed to inspect the warnings about missing data Modified: udd/udd/ftpnew_gatherer.py

[Collab-qa-commits] r1677 - udd/sql

2010-02-05 Thread Andreas Tille
Author: tille Date: 2010-02-05 10:31:38 + (Fri, 05 Feb 2010) New Revision: 1677 Added: udd/sql/array_sort.sql udd/sql/versions_archs_components.sql Log: Table with release and release dates, function to order an array. Added: udd/sql/array_sort.sql =

[Collab-qa-commits] r1678 - udd/sql

2010-02-05 Thread Andreas Tille
Author: tille Date: 2010-02-05 12:57:53 + (Fri, 05 Feb 2010) New Revision: 1678 Modified: udd/sql/versions_archs_components.sql Log: Make sure everybody has access to table releases Modified: udd/sql/versions_archs_components.sql ===

[Collab-qa-commits] r1679 - udd/sql

2010-02-05 Thread Andreas Tille
Author: tille Date: 2010-02-05 12:59:01 + (Fri, 05 Feb 2010) New Revision: 1679 Added: udd/sql/releases.sql Removed: udd/sql/versions_archs_components.sql Log: Properly named script Copied: udd/sql/releases.sql (from rev 1678, udd/sql/versions_archs_components.sql) ===

[Collab-qa-commits] r1680 - udd/sql

2010-02-05 Thread Andreas Tille
Author: tille Date: 2010-02-05 13:00:45 + (Fri, 05 Feb 2010) New Revision: 1680 Added: udd/sql/versions_archs_components.sql Log: Function to obtain available versions in different releases for a given package. QUESTION: Is this kind of specific stuff acceptable in UDD? Added: udd/sql/ve

[Collab-qa-commits] r1690 - udd

2010-02-21 Thread Andreas Tille
Author: tille Date: 2010-02-21 10:00:27 + (Sun, 21 Feb 2010) New Revision: 1690 Modified: udd/config-org.yaml Log: Add Debian Edu / SkoleLinux specific package location for inclusion into derivatives Modified: udd/config-org.yaml ==

[Collab-qa-commits] r1697 - udd/udd

2010-02-24 Thread Andreas Tille
Author: tille Date: 2010-02-24 22:18:15 + (Wed, 24 Feb 2010) New Revision: 1697 Modified: udd/udd/ddtp_gatherer.py Log: Better handling of double entries Modified: udd/udd/ddtp_gatherer.py === --- udd/udd/ddtp_gatherer.py

[Collab-qa-commits] r1698 - in udd: . scripts sql udd

2010-02-25 Thread Andreas Tille
Author: tille Date: 2010-02-25 08:56:08 + (Thu, 25 Feb 2010) New Revision: 1698 Added: udd/config-i18n-apps.yaml udd/scripts/fetch_i18n-apps.sh udd/sql/i18n-apps.sql udd/udd/i18n_apps_gatherer.py Log: Injecting information about translated applications in Debian created by the I18

[Collab-qa-commits] r1701 - udd/udd

2010-02-25 Thread Andreas Tille
Author: tille Date: 2010-02-25 20:23:41 + (Thu, 25 Feb 2010) New Revision: 1701 Modified: udd/udd/ftpnew_gatherer.py Log: Try to work without unneeded warnings to get rid of daily mails Modified: udd/udd/ftpnew_gatherer.py ==

[Collab-qa-commits] r1712 - udd/udd

2010-03-06 Thread Andreas Tille
Author: tille Date: 2010-03-06 21:01:44 + (Sat, 06 Mar 2010) New Revision: 1712 Modified: udd/udd/ddtp_gatherer.py Log: Typo Modified: udd/udd/ddtp_gatherer.py === --- udd/udd/ddtp_gatherer.py2010-03-05 17:55:00 UTC (rev

[Collab-qa-commits] r1715 - udd/udd

2010-03-09 Thread Andreas Tille
Author: tille Date: 2010-03-10 07:28:17 + (Wed, 10 Mar 2010) New Revision: 1715 Modified: udd/udd/ftpnew_gatherer.py Log: Better text for warnings about not ITPed bugs Modified: udd/udd/ftpnew_gatherer.py === --- udd/udd/ftpn

[Collab-qa-commits] r1722 - udd/sql

2010-03-13 Thread Andreas Tille
Author: tille Date: 2010-03-13 22:00:28 + (Sat, 13 Mar 2010) New Revision: 1722 Modified: udd/sql/versions_archs_components.sql Log: Avoid temporary table Modified: udd/sql/versions_archs_components.sql === --- udd/sql/versio

[Collab-qa-commits] r1723 - in udd: sql udd

2010-03-14 Thread Andreas Tille
Author: tille Date: 2010-03-14 19:46:59 + (Sun, 14 Mar 2010) New Revision: 1723 Modified: udd/sql/i18n-apps.sql udd/udd/ftpnew_gatherer.py udd/udd/i18n_apps_gatherer.py Log: Fix parsing problem in ftpnew, make i18n-apps usable Modified: udd/sql/i18n-apps.sql

[Collab-qa-commits] r1752 - udd/udd

2010-06-23 Thread Andreas Tille
Author: tille Date: 2010-06-24 06:49:34 + (Thu, 24 Jun 2010) New Revision: 1752 Modified: udd/udd/ddtp_gatherer.py Log: Work around a problem in some languages and make sure at least those languages were imported, where the problem does not exist. Modified: udd/udd/ddtp_gatherer.py =

[Collab-qa-commits] r1754 - in udd: . udd

2010-06-29 Thread Andreas Tille
Author: tille Date: 2010-06-29 14:02:41 + (Tue, 29 Jun 2010) New Revision: 1754 Added: udd/logging.ini Modified: udd/udd/aux.py udd/udd/ddtp_gatherer.py Log: Logging for ddtp gatherer, make sure utf-8 is used also in case unicode was provided in aux.py, clean rollback in case ddtp ga

[Collab-qa-commits] r1755 - udd/udd

2010-07-01 Thread Andreas Tille
Author: tille Date: 2010-07-01 07:38:50 + (Thu, 01 Jul 2010) New Revision: 1755 Modified: udd/udd/ddtp_gatherer.py Log: Fix encoding problem when printing warning messages Modified: udd/udd/ddtp_gatherer.py === --- udd/udd/dd

[Collab-qa-commits] r1756 - udd/udd

2010-07-08 Thread Andreas Tille
Author: tille Date: 2010-07-08 08:38:52 + (Thu, 08 Jul 2010) New Revision: 1756 Modified: udd/udd/ftpnew_gatherer.py Log: Make sure a fallback for less information will not be broken ba hyving no information at all, some encoding issues which only seem to occure on my laptop, not at the s

[Collab-qa-commits] r1766 - udd

2010-08-02 Thread Andreas Tille
Author: tille Date: 2010-08-02 18:39:35 + (Mon, 02 Aug 2010) New Revision: 1766 Modified: udd/config-org.yaml Log: Add i18n-apps configuration to general configuration file Modified: udd/config-org.yaml === --- udd/config-org

[Collab-qa-commits] r1767 - udd

2010-08-02 Thread Andreas Tille
Author: tille Date: 2010-08-02 18:41:39 + (Mon, 02 Aug 2010) New Revision: 1767 Modified: udd/config-org.yaml Log: Also add i18n-apps to types Modified: udd/config-org.yaml === --- udd/config-org.yaml 2010-08-02 18:39:35 UTC

[Collab-qa-commits] r1771 - udd

2010-08-06 Thread Andreas Tille
Author: tille Date: 2010-08-06 11:02:01 + (Fri, 06 Aug 2010) New Revision: 1771 Modified: udd/logging.ini Log: Try to fix strange problem with logging when importing DDTP translations in cron job Modified: udd/logging.ini ==

[Collab-qa-commits] r1772 - udd

2010-08-06 Thread Andreas Tille
Author: tille Date: 2010-08-06 14:35:54 + (Fri, 06 Aug 2010) New Revision: 1772 Modified: udd/logging.ini Log: Fixed handler definition Modified: udd/logging.ini === --- udd/logging.ini 2010-08-06 11:02:01 UTC (rev 1771)

[Collab-qa-commits] r1774 - udd/udd

2010-08-10 Thread Andreas Tille
Author: tille Date: 2010-08-10 13:13:07 + (Tue, 10 Aug 2010) New Revision: 1774 Modified: udd/udd/ddtp_gatherer.py Log: Try to avoid reading logger configuration file Modified: udd/udd/ddtp_gatherer.py === --- udd/udd/ddtp_ga

[Collab-qa-commits] r1776 - udd/udd

2010-08-16 Thread Andreas Tille
Author: tille Date: 2010-08-16 20:26:53 + (Mon, 16 Aug 2010) New Revision: 1776 Modified: udd/udd/ddtp_gatherer.py Log: Try to reduce warning noise in case there is more than one description found Modified: udd/udd/ddtp_gatherer.py =

[Collab-qa-commits] r1779 - udd/udd

2010-08-26 Thread Andreas Tille
Author: tille Date: 2010-08-26 08:58:08 + (Thu, 26 Aug 2010) New Revision: 1779 Modified: udd/udd/ddtp_gatherer.py Log: Less debug lines to enable better reading of debug output, handle problem if description is missing Modified: udd/udd/ddtp_gatherer.py =

[Collab-qa-commits] r1781 - udd/udd

2010-09-13 Thread Andreas Tille
Author: tille Date: 2010-09-13 07:18:00 + (Mon, 13 Sep 2010) New Revision: 1781 Modified: udd/udd/ddtp_gatherer.py Log: catch error in formating (Description-da: : Islamic hijri date and prayer time utilities) contains two ':' which confuses deb822 parsing routine. Modified: udd/udd/ddtp

[Collab-qa-commits] r1823 - udd/udd

2010-10-15 Thread Andreas Tille
Author: tille Date: 2010-10-15 07:29:12 + (Fri, 15 Oct 2010) New Revision: 1823 Modified: udd/udd/screenshot_gatherer.py Log: Make sure screenshots gatherer will also work with JSON implementations available in Squeeze Modified: udd/udd/screenshot_gatherer.py

[Collab-qa-commits] r1824 - udd/udd

2010-10-15 Thread Andreas Tille
Author: tille Date: 2010-10-15 07:35:47 + (Fri, 15 Oct 2010) New Revision: 1824 Modified: udd/udd/screenshot_gatherer.py Log: Handle descriptions containing i18n characters properly Modified: udd/udd/screenshot_gatherer.py ==

[Collab-qa-commits] r1825 - udd/udd

2010-10-15 Thread Andreas Tille
Author: tille Date: 2010-10-15 07:43:34 + (Fri, 15 Oct 2010) New Revision: 1825 Modified: udd/udd/screenshot_gatherer.py Log: Make sure json code will work as well if simplejson is not installed (as for instance on udd.debian.org) Modified: udd/udd/screenshot_gatherer.py

[Collab-qa-commits] r1869 - udd/sql

2010-12-17 Thread Andreas Tille
Author: tille Date: 2010-12-17 13:03:39 + (Fri, 17 Dec 2010) New Revision: 1869 Modified: udd/sql/releases.sql Log: Fix typo Modified: udd/sql/releases.sql === --- udd/sql/releases.sql2010-12-13 12:46:45 UTC (rev 1868

[Collab-qa-commits] r1872 - udd/sql

2010-12-23 Thread Andreas Tille
Author: tille Date: 2010-12-23 09:28:03 + (Thu, 23 Dec 2010) New Revision: 1872 Modified: udd/sql/versions_archs_components.sql Log: Avoid EXECUTE statements to speed up function Modified: udd/sql/versions_archs_components.sql ==

[Collab-qa-commits] r1873 - udd/sql

2010-12-23 Thread Andreas Tille
Author: tille Date: 2010-12-23 11:23:33 + (Thu, 23 Dec 2010) New Revision: 1873 Modified: udd/sql/versions_archs_components.sql Log: Use SQL instead of psql and include sorting according to release Modified: udd/sql/versions_archs_components.sql ===

[Collab-qa-commits] r1874 - udd/sql

2010-12-30 Thread Andreas Tille
Author: tille Date: 2010-12-31 07:22:49 + (Fri, 31 Dec 2010) New Revision: 1874 Added: udd/sql/blends-query-packages.sql Log: Use only one single function call to obtain information used in Blends tasks pages Added: udd/sql/blends-query-packages.sql ==

[Collab-qa-commits] r1875 - udd/sql

2010-12-31 Thread Andreas Tille
Author: tille Date: 2010-12-31 16:09:25 + (Fri, 31 Dec 2010) New Revision: 1875 Modified: udd/sql/blends-query-packages.sql Log: Add dehs and popcon to blends query Modified: udd/sql/blends-query-packages.sql === --- udd/sql/

[Collab-qa-commits] r1876 - udd/sql

2011-01-01 Thread Andreas Tille
Author: tille Date: 2011-01-01 22:10:47 + (Sat, 01 Jan 2011) New Revision: 1876 Modified: udd/sql/blends-query-packages.sql Log: Add info about debtags and screenshots Modified: udd/sql/blends-query-packages.sql === --- udd/s

[Collab-qa-commits] r1877 - udd/sql

2011-01-03 Thread Andreas Tille
Author: tille Date: 2011-01-03 16:16:35 + (Mon, 03 Jan 2011) New Revision: 1877 Modified: udd/sql/blends-query-packages.sql Log: Obtain information about the metapackages inside package pool Modified: udd/sql/blends-query-packages.sql ==

[Collab-qa-commits] r1884 - udd/sql

2011-01-11 Thread Andreas Tille
Author: tille Date: 2011-01-11 22:34:21 + (Tue, 11 Jan 2011) New Revision: 1884 Modified: udd/sql/blends-query-packages.sql Log: Better performance for metapackage translations query; make sure packages query will also contain packages with binary only uploads Modified: udd/sql/blends-qu

[Collab-qa-commits] r1885 - udd/sql

2011-01-12 Thread Andreas Tille
Author: tille Date: 2011-01-12 13:30:09 + (Wed, 12 Jan 2011) New Revision: 1885 Modified: udd/sql/blends-query-packages.sql Log: Avoid duplicates, define order of releases Modified: udd/sql/blends-query-packages.sql === --- u

[Collab-qa-commits] r1886 - udd/sql

2011-01-12 Thread Andreas Tille
Author: tille Date: 2011-01-12 15:36:32 + (Wed, 12 Jan 2011) New Revision: 1886 Modified: udd/sql/blends-query-packages.sql Log: Add changed_by info from upload_history Modified: udd/sql/blends-query-packages.sql === --- udd/

[Collab-qa-commits] r1887 - udd/sql

2011-01-12 Thread Andreas Tille
Author: tille Date: 2011-01-12 22:32:48 + (Wed, 12 Jan 2011) New Revision: 1887 Modified: udd/sql/blends-query-packages.sql Log: Single architecture is neither needed here nor helpful in the query Modified: udd/sql/blends-query-packages.sql

[Collab-qa-commits] r1888 - udd/sql

2011-01-14 Thread Andreas Tille
Author: tille Date: 2011-01-14 09:45:14 + (Fri, 14 Jan 2011) New Revision: 1888 Modified: udd/sql/blends-query-packages.sql Log: Enable querying for enhances (a bit hackish because the same list of packages array is provided in two forms (=second argument enclises all strings in '%') as a

[Collab-qa-commits] r1889 - udd/sql

2011-01-14 Thread Andreas Tille
Author: tille Date: 2011-01-14 13:33:24 + (Fri, 14 Jan 2011) New Revision: 1889 Modified: udd/sql/blends-query-packages.sql Log: Avoid lot of duplicates because of different ddto translation strings; ignore different binary upload versions which are irrelevant for the Blends information

[Collab-qa-commits] r1890 - udd/sql

2011-01-14 Thread Andreas Tille
Author: tille Date: 2011-01-14 14:28:44 + (Fri, 14 Jan 2011) New Revision: 1890 Modified: udd/sql/blends-query-packages.sql Log: Avoid duplicates in versions - arch - releases query by removing binary upload information Modified: udd/sql/blends-query-packages.sql

[Collab-qa-commits] r1891 - udd/sql

2011-01-15 Thread Andreas Tille
Author: tille Date: 2011-01-15 17:55:32 + (Sat, 15 Jan 2011) New Revision: 1891 Modified: udd/sql/blends-query-packages.sql Log: Do respect packages which have a different version number than the source version Modified: udd/sql/blends-query-packages.sql =

[Collab-qa-commits] r1892 - udd/sql

2011-01-15 Thread Andreas Tille
Author: tille Date: 2011-01-15 18:13:40 + (Sat, 15 Jan 2011) New Revision: 1892 Modified: udd/sql/blends-query-packages.sql Log: Better prevention of duplicate entries Modified: udd/sql/blends-query-packages.sql === --- udd/s

[Collab-qa-commits] r1893 - udd/sql

2011-01-15 Thread Andreas Tille
Author: tille Date: 2011-01-15 19:56:14 + (Sat, 15 Jan 2011) New Revision: 1893 Modified: udd/sql/blends-query-packages.sql Log: Prevent duplicate packages if version is identical by chance Modified: udd/sql/blends-query-packages.sql ===

[Collab-qa-commits] r1894 - udd/sql

2011-01-16 Thread Andreas Tille
Author: tille Date: 2011-01-16 18:01:38 + (Sun, 16 Jan 2011) New Revision: 1894 Modified: udd/sql/blends-query-packages.sql Log: Set lower priority for packages in experimental even if this is the highest version, this makes more sense for users and has the side effect that the DDTP trans

[Collab-qa-commits] r1895 - udd/sql

2011-01-16 Thread Andreas Tille
Author: tille Date: 2011-01-16 19:04:35 + (Sun, 16 Jan 2011) New Revision: 1895 Modified: udd/sql/releases.sql Log: the "release" experimental is not in any order to the other releases and there is no reason to put it higher than unstable - so set sort to 0 Modified: udd/sql/releases.sql

[Collab-qa-commits] r1896 - udd/udd

2011-01-22 Thread Andreas Tille
Author: tille Date: 2011-01-22 23:34:47 + (Sat, 22 Jan 2011) New Revision: 1896 Modified: udd/udd/aux.py udd/udd/upload_history_gatherer.py Log: Try harder to parse a reasonable e-mail address which works also for names with comma (',') inside as well as if the e-mail addres is included

[Collab-qa-commits] r1897 - udd/sql

2011-01-23 Thread Andreas Tille
Author: tille Date: 2011-01-23 21:43:42 + (Sun, 23 Jan 2011) New Revision: 1897 Added: udd/sql/fix_broken_emails.sql Log: Add code which fixes several wrongly parsed e-mail addresses in upload_history table in the production UDD without requiring reimporting complete upload-history Adde

[Collab-qa-commits] r1916 - udd/sql

2011-03-09 Thread Andreas Tille
Author: tille Date: 2011-03-09 21:32:45 + (Wed, 09 Mar 2011) New Revision: 1916 Added: udd/sql/releases-squeeze.sql Log: Add release dates for Squeeze Added: udd/sql/releases-squeeze.sql === --- udd/sql/releases-squeeze.sql

[Collab-qa-commits] r1917 - udd/sql

2011-03-09 Thread Andreas Tille
Author: tille Date: 2011-03-09 21:42:20 + (Wed, 09 Mar 2011) New Revision: 1917 Modified: udd/sql/releases-squeeze.sql Log: Fix typo in release date Modified: udd/sql/releases-squeeze.sql === --- udd/sql/releases-squeeze.sql

[Collab-qa-commits] r1918 - udd/udd

2011-03-10 Thread Andreas Tille
Author: tille Date: 2011-03-11 07:33:49 + (Fri, 11 Mar 2011) New Revision: 1918 Modified: udd/udd/ftpnew_gatherer.py Log: Avoid some useless warnings Modified: udd/udd/ftpnew_gatherer.py === --- udd/udd/ftpnew_gatherer.py 20

[Collab-qa-commits] r1919 - udd/udd

2011-03-10 Thread Andreas Tille
Author: tille Date: 2011-03-11 07:40:03 + (Fri, 11 Mar 2011) New Revision: 1919 Modified: udd/udd/ftpnew_gatherer.py Log: Do not warn about some valid fields in control file which are simply not used here Modified: udd/udd/ftpnew_gatherer.py ==

[Collab-qa-commits] r1920 - udd/udd

2011-03-25 Thread Andreas Tille
Author: tille Date: 2011-03-25 12:26:58 + (Fri, 25 Mar 2011) New Revision: 1920 Modified: udd/udd/ddtp_gatherer.py Log: use debian instead of debian_bundle Modified: udd/udd/ddtp_gatherer.py === --- udd/udd/ddtp_gatherer.py

[Collab-qa-commits] r1929 - udd/udd

2011-04-01 Thread Andreas Tille
Author: tille Date: 2011-04-02 06:28:12 + (Sat, 02 Apr 2011) New Revision: 1929 Modified: udd/udd/ftpnew_gatherer.py Log: Do not warn about Gstreamer-* fields any more Modified: udd/udd/ftpnew_gatherer.py === --- udd/udd/ftpn

[Collab-qa-commits] r1934 - udd/udd

2011-04-14 Thread Andreas Tille
Author: tille Date: 2011-04-14 17:20:06 + (Thu, 14 Apr 2011) New Revision: 1934 Modified: udd/udd/ftpnew_gatherer.py Log: Exclude packages only from new if the package has same package and source in UDD Modified: udd/udd/ftpnew_gatherer.py =

[Collab-qa-commits] r1935 - udd/udd

2011-04-14 Thread Andreas Tille
Author: tille Date: 2011-04-15 06:06:39 + (Fri, 15 Apr 2011) New Revision: 1935 Modified: udd/udd/ftpnew_gatherer.py Log: Ignore more undocumented fields in control file but enable printing them in debug mode Modified: udd/udd/ftpnew_gatherer.py ==

[Collab-qa-commits] r1936 - udd/scripts

2011-04-18 Thread Andreas Tille
Author: tille Date: 2011-04-18 12:47:42 + (Mon, 18 Apr 2011) New Revision: 1936 Modified: udd/scripts/sync-dist.sh Log: Do not try syncing dirs ".~tmp~" Modified: udd/scripts/sync-dist.sh === --- udd/scripts/sync-dist.sh2

[Collab-qa-commits] r1943 - udd

2011-05-12 Thread Andreas Tille
Author: tille Date: 2011-05-12 07:34:54 + (Thu, 12 May 2011) New Revision: 1943 Modified: udd/config-org.yaml Log: i18n app data are not available for squeeze any more but only for wheezy Modified: udd/config-org.yaml === ---

[Collab-qa-commits] r1981 - udd/sql

2011-08-10 Thread Andreas Tille
Author: tille Date: 2011-08-10 20:49:00 + (Wed, 10 Aug 2011) New Revision: 1981 Modified: udd/sql/blends-query-packages.sql Log: Add serbian language to DDTP Modified: udd/sql/blends-query-packages.sql === --- udd/sql/blends-

[Collab-qa-commits] r2132 - udd/udd

2012-02-02 Thread Andreas Tille
Author: tille Date: 2012-02-02 21:44:07 + (Thu, 02 Feb 2012) New Revision: 2132 Modified: udd/udd/ddtp_gatherer.py Log: "Official" (== not specifically UDD targeting) Translation files are bzip2 packaged Modified: udd/udd/ddtp_gatherer.py =

[Collab-qa-commits] r2133 - udd/scripts

2012-02-02 Thread Andreas Tille
Author: tille Date: 2012-02-02 21:45:24 + (Thu, 02 Feb 2012) New Revision: 2133 Modified: udd/scripts/fetch_ddtp_translations.sh Log: Enable bz2 compressed translations Modified: udd/scripts/fetch_ddtp_translations.sh === ---

[Collab-qa-commits] r2134 - in udd: . sql

2012-02-03 Thread Andreas Tille
Author: tille Date: 2012-02-03 08:23:04 + (Fri, 03 Feb 2012) New Revision: 2134 Modified: udd/config-org.yaml udd/sql/bibref.sql udd/sql/blends-query-packages.sql Log: Fix mirror where to get translations from; add support for bibtex in blends query Modified: udd/config-org.yaml ==

[Collab-qa-commits] r2135 - in udd: sql udd

2012-02-03 Thread Andreas Tille
Author: tille Date: 2012-02-03 08:27:19 + (Fri, 03 Feb 2012) New Revision: 2135 Modified: udd/sql/setup.sql udd/sql/upgrade.sql udd/udd/packages_gatherer.py Log: Inject patch from Stuart Prescott to handle Description-md5 field which is needed to address english long descriptions fr

[Collab-qa-commits] r2136 - in udd: sql udd

2012-02-06 Thread Andreas Tille
Author: tille Date: 2012-02-06 21:06:10 + (Mon, 06 Feb 2012) New Revision: 2136 Modified: udd/sql/blends-query-packages.sql udd/sql/setup.sql udd/sql/upgrade.sql udd/udd/aux.py udd/udd/ddtp_gatherer.py Log: Adapt ddtp gatherer to new way to provide translations Modified: udd/s

[Collab-qa-commits] r2137 - udd/udd

2012-02-06 Thread Andreas Tille
Author: tille Date: 2012-02-06 21:09:14 + (Mon, 06 Feb 2012) New Revision: 2137 Modified: udd/udd/ddtp_gatherer.py Log: Use prepared statement Modified: udd/udd/ddtp_gatherer.py === --- udd/udd/ddtp_gatherer.py2012-02-06

[Collab-qa-commits] r2138 - udd/udd

2012-02-06 Thread Andreas Tille
Author: tille Date: 2012-02-06 21:45:31 + (Mon, 06 Feb 2012) New Revision: 2138 Modified: udd/udd/ddtp_gatherer.py Log: Use prepared statements Modified: udd/udd/ddtp_gatherer.py === --- udd/udd/ddtp_gatherer.py2012-02-06

[Collab-qa-commits] r2140 - udd/sql

2012-02-09 Thread Andreas Tille
Author: tille Date: 2012-02-09 21:01:20 + (Thu, 09 Feb 2012) New Revision: 2140 Modified: udd/sql/blends-query-packages.sql Log: Adapt blends query to the fact that 'en' is now a "Translation" Modified: udd/sql/blends-query-packages.sql

[Collab-qa-commits] r2141 - in udd: . sql udd

2012-02-11 Thread Andreas Tille
Author: tille Date: 2012-02-11 21:13:46 + (Sat, 11 Feb 2012) New Revision: 2141 Modified: udd/config-org.yaml udd/sql/setup.sql udd/sql/upgrade.sql udd/udd/packages_gatherer.py Log: Commit changes by Stuart Prescott to enable me commiting ddtp changes based on this Modified: udd

[Collab-qa-commits] r2142 - in udd: scripts udd

2012-02-11 Thread Andreas Tille
Author: tille Date: 2012-02-11 21:21:36 + (Sat, 11 Feb 2012) New Revision: 2142 Modified: udd/scripts/fetch_ddtp_translations.sh udd/udd/ddtp_gatherer.py Log: Commit first shot at new ddtp importer to at least enable import for others and start testing applications TODO: - New housekee

[Collab-qa-commits] r2143 - udd/sql

2012-02-11 Thread Andreas Tille
Author: tille Date: 2012-02-11 21:51:17 + (Sat, 11 Feb 2012) New Revision: 2143 Modified: udd/sql/ddtp_language_maxversion.sql Log: Drop function which is unneeded for new way to handle ddtp Modified: udd/sql/ddtp_language_maxversion.sql ===

[Collab-qa-commits] r2144 - udd/sql

2012-02-11 Thread Andreas Tille
Author: tille Date: 2012-02-11 21:58:15 + (Sat, 11 Feb 2012) New Revision: 2144 Modified: udd/sql/blends-query-packages.sql Log: Adapt blends-query to new name (s/ddtp/descriptions/) Modified: udd/sql/blends-query-packages.sql ==

[Collab-qa-commits] r2145 - udd/scripts

2012-02-12 Thread Andreas Tille
Author: tille Date: 2012-02-12 16:46:00 + (Sun, 12 Feb 2012) New Revision: 2145 Modified: udd/scripts/fetch_ddtp_translations.sh Log: No need to backup previous hashes which will be stored in database table Modified: udd/scripts/fetch_ddtp_translations.sh =

  1   2   3   >