Merge lp:~mcasadevall/launchpad/raw_source_changelog_librarian into lp:launchpad/db-devel
- raw_source_changelog_librarian
- Merge into db-devel
| Status: | Merged |
|---|---|
| Approved by: | Brad Crittenden on 2010-03-23 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | not available |
| Proposed branch: | lp:~mcasadevall/launchpad/raw_source_changelog_librarian |
| Merge into: | lp:launchpad/db-devel |
| Diff against target: |
2679 lines (+1653/-314) 15 files modified
database/sampledata/current-dev.sql (+1349/-147) database/sampledata/current.sql (+129/-109) database/schema/comments.sql (+1/-1) database/schema/patch-2207-43-0.sql (+4/-0) database/schema/security.cfg (+1/-0) lib/lp/archiveuploader/dscfile.py (+85/-21) lib/lp/archiveuploader/tests/test_dscfile.py (+62/-24) lib/lp/registry/interfaces/distroseries.py (+6/-4) lib/lp/registry/model/distroseries.py (+7/-5) lib/lp/soyuz/doc/distroseriesqueue-translations.txt (+3/-2) lib/lp/soyuz/doc/sourcepackagerelease.txt (+2/-1) lib/lp/soyuz/interfaces/sourcepackagerelease.py (+1/-0) lib/lp/soyuz/model/sourcepackagerelease.py (+1/-0) lib/lp/soyuz/tests/test_publishing.py (+1/-0) lib/lp/testing/factory.py (+1/-0) |
| To merge this branch: | bzr merge lp:~mcasadevall/launchpad/raw_source_changelog_librarian |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Björn Tillenius (community) | db | 2010-03-23 | Approve on 2010-03-23 |
| Brad Crittenden (community) | code | Approve on 2010-03-23 | |
| Stuart Bishop | db | 2010-03-23 | Approve on 2010-03-23 |
| Michael Hudson-Doyle | 2010-03-23 | Pending | |
|
Review via email:
|
|||
This proposal supersedes a proposal from 2010-03-22.
Commit Message
Add initial support for raw source changelogs to Soyuz.
Description of the Change
Summary:
This branch implements the addition of a changelog text field in librarian in SourcePackagesR
This is the initial step for implementing https:/
Pre-implementation Notes:
Worked off cprov's RawSourceChangelog as a basis. Discussions with persia, bigjools, and stub led to a modification having the changelog in the database directly versus placing it in library for generating on the fly deltas between various changelog entries. A migration tool will have to be written to put existing changelogs into the database. This is an extension to lp:~mcasadevall/launchpad/raw_source_changelog which implemented this functionality in the database; after discussion with bigjools and other developers, I rewrote the changelog storage to use the database.
Implementation Details:
I refactored the test_dscfiles.py test to have several more tests and to test for a security bug which has already been merged onto production. I also refactored dscfiles.py to be more clear and to prevent code duplication by making some file access methods share some helper functions thus improving overall security.
Tests:
I requested hwhudson run this branch on ec2, then I manually corrected all the failures, and reran those tests. I can't properly run the test suite at this point without getting unrelated failures; this branch probably needs to be ec2test'ed before submitted to buildbot
Q/A Plan:
Setup soyuz locally, and upload a package to an archive or PPA. The changelog should appear in the SourcePackageRe
Lint:
utilities/shhh.py PYTHONPATH= python2.5 bootstrap.py\
--download-
= Launchpad lint =
Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.
Linting changed files:
configs/
cronscripts/
cronscripts/
database/
database/
database/
database/
database/
database/
database/
database/
lib/canonical
lib/canonical
lib/canonical
lib/canonical
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
== Pyflakes notices ==
cronscripts/
16: 'config' imported but unused
lib/canonical/
690: local variable 'num_removed' is assigned to but never used
lib/canonical/
511: local variable 'max_id' is assigned to but never used
lib/canonical/
184: local variable 'c1' is assigned to but never used
185: local variable 'c2' is assigned to but never used
lib/lp/
105: 'IProjectGroup' imported but unused
784: local variable 'bug_activity' is assigned to but never used
lib/lp/
179: local variable 'dupe' is assigned to but never used
975: local variable 'name12' is assigned to but never used
979: local variable 'bmp2' is assigned to but never used
1033: local variable 'in_progress' is assigned to but never used
1034: local variable 'needs_review' is assigned to but never used
1318: local variable 'job' is assigned to but never used
1355: local variable 'job' is assigned to but never used
1573: local variable 'comment' is assigned to but never used
1581: local variable 'comment1' is assigned to but never used
1833: local variable 'job' is assigned to but never used
1890: local variable 'updatejob2' is assigned to but never used
1898: local variable 'bmp2' is assigned to but never used
lib/lp/
6: 're' imported but unused
lib/lp/
128: local variable 'gedit_
== Pylint notices ==
cronscripts/
14: [F0401] Unable to import 'zope.component'
cronscripts/
14: [F0401] Unable to import 'zope.component'
16: [W0611] Unused import config
lib/canonical/
665: [C0301] Line too long (79/78)
15: [F0401] Unable to import 'zope.component'
16: [F0401] Unable to import 'zope.interface'
lib/canonical/
15: [F0401] Unable to import 'zope.interface'
lib/lp/
29: [F0401] Unable to import 'zope.component'
lib/lp/
26: [F0401] Unable to import 'zope.component'
27: [F0401] Unable to import 'zope.interface'
28: [F0401] Unable to import 'zope.schema'
30: [F0401] Unable to import 'zope.schema.
31: [F0401] Unable to import 'zope.security.
36: [F0401] Unable to import 'lazr.lifecycle
52: [F0401] Unable to import 'lazr.restful.
58: [F0401] Unable to import 'lazr.restful.
59: [F0401] Unable to import 'lazr.restful.
508: [C0322, IBug.addAttachment] Operator not preceded by a space
comment=Text(), filename=
^
content_
@export_
def addAttachment(
content_
655: [C0322, IBug.getNominat
nominations
^
title=
value_
required=
@operation_
@export_
def getNominations(
735: [C0322, IBug.markUserAf
required=False, default=True))
^
@call_
@export_
def markUserAffecte
750: [C0322, IBug.setComment
required=True),
^
visible=
@call_
@export_
def setCommentVisib
762: [C0322, IBug.linkHWSubm
Interface, title=_('A HWDB submission'), required=True))
^
@export_
def linkHWSubmissio
769: [C0322, IBug.unlinkHWSu
Interface, title=_('A HWDB submission'), required=True))
^
@export_
def unlinkHWSubmiss
lib/lp/
19: [F0401] Unable to import 'zope.interface'
20: [F0401] Unable to import 'zope.schema'
21: [F0401] Unable to import 'lazr.enum'
28: [F0401] Unable to import 'lazr.restful.
30: [F0401] Unable to import 'lazr.restful.
lib/lp/
26: [F0401] Unable to import 'email.Utils'
29: [F0401] Unable to import 'zope.contenttype'
30: [F0401] Unable to import 'zope.component'
31: [F0401] Unable to import 'zope.event'
32: [F0401] Unable to import 'zope.interface'
41: [F0401] Unable to import 'lazr.lifecycle
43: [F0401] Unable to import 'lazr.lifecycle
105: [W0611] Unused import IProjectGroup
lib/lp/
17: [F0401] Unable to import 'zope.event'
18: [F0401] Unable to import 'zope.interface'
19: [F0401] Unable to import 'zope.component'
29: [F0401] Unable to import 'lazr.lifecycle
30: [F0401] Unable to import 'lazr.lifecycle
31: [F0401] Unable to import 'lazr.uri'
lib/lp/
29: [F0401] Unable to import 'lazr.delegates'
30: [F0401] Unable to import 'lazr.enum'
37: [F0401] Unable to import 'zope.component'
38: [F0401] Unable to import 'zope.interface'
lib/lp/
573: [C0301] Line too long (79/78)
18: [F0401] Unable to import 'zope.component'
19: [F0401] Unable to import 'zope.interface'
20: [F0401] Unable to import 'zope.schema'
22: [F0401] Unable to import 'lazr.enum'
23: [F0401] Unable to import 'lazr.restful.
28: [F0401] Unable to import 'lazr.restful.
114: [E1002, DistroSeriesVer
426: [C0322, IDistroSeriesPu
description=_(
^
"Return items that are more recent than this timestamp."),
required=
status=Choice(
vocabulary=
title=
description
required=
archive=
schema=
title=
description
required=
pocket=Choice(
vocabulary=
title=
description
required=
custom_
vocabulary=
title=_("Custom Type"),
description
"type."),
required=
)
@operation_
@export_
def getPackageUploa
custom_type):
lib/lp/
1947: [C0301] Line too long (79/78)
25: [F0401] Unable to import 'zope.component'
26: [F0401] Unable to import 'zope.interface'
lib/lp/
40: [F0401] Unable to import 'zope.interface'
41: [F0401] Unable to import 'zope.schema'
43: [F0401] Unable to import 'lazr.enum'
56: [F0401] Unable to import 'lazr.restful.
62: [F0401] Unable to import 'lazr.restful.
477: [C0322, IArchivePublic.
packageset=
^
Interface, title=_("Package set"), required=True),
explicit=Bool(
title=
@export_
def newPackagesetUp
501: [C0322, IArchivePublic.
packageset=
^
Interface, title=_("Package set"), required=True),
direct_
title=_("Ignore package set hierarchy"), required=False))
@operation_
@export_
def getUploadersFor
523: [C0322, IArchivePublic.
packageset=
^
Interface, title=_("Package set"), required=True),
explicit=Bool(
title=
@export_
def deletePackagese
558: [C0322, IArchivePublic.
person=
^
@operation_
@export_
def getPackagesetsF
587: [C0322, IArchivePublic.
direct_
^
title=_("Ignore package set hierarchy"), required=False))
@operation_
@export_
def getPackagesetsF
sourcepacka
616: [C0322, IArchivePublic.
title=_("Source package name"), required=True),
^
person=
distroserie
Interface,
title=_("The distro series"), required=False))
@export_
def isSourceUploadA
704: [C0322, IArchiveView.
status=Choice(
^
title=
description
vocabulary=
required=
distroserie
Interface,
title=
pocket=Choice(
title=
description
vocabulary=
required=False, readonly=True),
exact_
title=_("Exact Match"),
description
" matching."),
required=
created_
title=
description
"than or equal to this date."),
required=
@operation_
@export_
def getPublishedSou
distroserie
exact_
758: [C0322, IArchiveView.
status=Choice(
^
title=
description
vocabulary=
required=
distroarchs
Interface,
title=_("Distro Arch Series"), required=False),
pocket=Choice(
title=
description
vocabulary=
required=False, readonly=True),
exact_
description
"matching."),
required=
@operation_
@export_
@export_
def getAllPublished
distroarchs
exact_
802: [C0322, IArchiveView.
title=
^
@export_
def getBuildCounter
830: [C0322, IArchiveView.
title=_("A list of source publishing history record ids."),
^
value_
@export_
def getBuildSummari
928: [C0322, IArchiveAppend.
title=_("Source package names"),
^
value_
from_
to_
to_
include_
title=
description
" this source"),
required=
@export_
def syncSources(
to_series=None, include_
969: [C0322, IArchiveAppend.
version=
^
from_
to_
to_
include_
title=
description
" this source"),
required=
@export_
def syncSource(
to_series=None, include_
1009: [C0322, IArchiveAppend.
title=
^
required=True,
vocabulary=
description
date_
description
"expire.")),
description
description
@export_
def newSubscription
description
1048: [C0322, IArchiveEdit.
source_
^
title=_("Source Package Name"), required=True))
@export_
def newPackageUploa
1064: [C0322, IArchiveEdit.
component_
^
title=
@export_
def newComponentUpl
1081: [C0322, IArchiveEdit.
component_
^
title=
@export_
def newQueueAdmin(
1099: [C0322, IArchiveEdit.
source_
^
title=_("Source Package Name"), required=True))
@export_
def deletePackageUp
1112: [C0322, IArchiveEdit.
component_
^
title=
@export_
def deleteComponent
1124: [C0322, IArchiveEdit.
component_
^
title=
@export_
def deleteQueueAdmi
lib/lp/
18: [F0401] Unable to import 'lazr.enum'
19: [F0401] Unable to import 'lazr.restful.
20: [F0401] Unable to import 'zope.schema'
21: [F0401] Unable to import 'zope.interface'
lib/lp/
32: [F0401] Unable to import 'zope.schema'
33: [F0401] Unable to import 'zope.interface'
34: [F0401] Unable to import 'lazr.enum'
41: [F0401] Unable to import 'lazr.restful.
42: [F0401] Unable to import 'lazr.restful.
lib/lp/
16: [F0401] Unable to import 'lazr.restful.
17: [F0401] Unable to import 'zope.schema'
18: [F0401] Unable to import 'zope.interface'
lib/lp/
14: [F0401] Unable to import 'lazr.lifecycle
21: [F0401] Unable to import 'zope.component'
22: [F0401] Unable to import 'zope.event'
23: [F0401] Unable to import 'zope.interface'
24: [F0401] Unable to import 'zope.security.
lib/lp/
14: [F0401] Unable to import 'zope.interface'
lib/lp/
26: [F0401] Unable to import 'zope.component'
27: [F0401] Unable to import 'zope.interface'
lib/lp/
23: [F0401] Unable to import 'zope.interface'
24: [F0401] Unable to import 'zope.component'
lib/lp/
6: [W0611] Unused import re
lib/lp/
8: [F0401] Unable to import 'zope.component'
lib/lp/
684: [C0301] Line too long (79/78)
713: [C0301] Line too long (79/78)
10: [F0401] Unable to import 'zope.component'
11: [F0401] Unable to import 'zope.security.
lib/lp/
15: [F0401] Unable to import 'zope.component'
820: [F0401, OverrideFromAnc
lib/lp/
33: [F0401] Unable to import 'zope.component'
34: [F0401] Unable to import 'zope.security.
1708: [F0401, LaunchpadObject
| Michael Hudson-Doyle (mwhudson) wrote : Posted in a previous version of this proposal | # |
| Stuart Bishop (stub) wrote : | # |
The database patch needs an index or the Librarian garbage collector will seize up:
CREATE INDEX sourcepackagere
ON SourcepackageRe
Will this new column need to become NOT NULL after we populate it with old data? Or will there be cases where there is no changelog?
Otherwise fine. Approved patch number is patch-2207-
| Michael Casadevall (mcasadevall) wrote : | # |
@stub:
Changes committed to my branch and pushed. Its not clear at this time if we're going to push all changelogs in the database (or if we even have all the sources to do so), but I suspect there will be cases where we don't have the changelog to put in the database. If we somehow manage to populate the entire database with every changelog, then I suspect adding the NOT NULL restriction would be a good idea.
| Emmet Hikory (persia) wrote : Posted in a previous version of this proposal | # |
In the current Ubuntu archive, the largest debian/copyright is 2.1MB and the largest debian/changelog is 1.6MB (from memory: I may be off by up to 10% and may have swapped the assignments). These are unlikely to exceed 10MB in the next 5 years, given the growth over the past 5 years.
| Brad Crittenden (bac) wrote : | # |
Hi Michael,
Thanks for the branch and for the fixes. Michael did a good review so
I just checked your changes.
Please make the changes I suggest and then I'll re-review and approve
the branch and land it for you once the final changes are made.
After you've made the changes please paste an incremental diff. You
can do that before doing the 'bzr ci' by doing:
% bzr diff | utilities/paste
Put that URL in your reply to the merge proposal.
Let me know on IRC if you have any questions.
--Brad
> === modified file 'lib/lp/
> --- lib/lp/
> +++ lib/lp/
> @@ -528,10 +527,10 @@
> # XXX cprov 20070713: We should access only the expected directory
> # name (<sourcename>
>
> + # Locate both the copyright and changelog files for later processing
Comments are always complete sentences. Please end with a period.
> for error in findCopyright(self, tmpdir, self.logger):
> yield error
>
> - # Now do the same for the changelog
> for error in findAndMoveChan
> yield error
>
> @@ -687,17 +686,16 @@
> yield error
>
>
> -def findFile(
> +def findFile(
> """Find and return any file under source_dir
mwh asked you to insert a blank line here.
> :param source_file: The directory where the source was extracted
> :param source_dir: The directory where the source was extracted.
> :param logger: A logger object for debug output.
You removed logger so please remove the comment.
> - :return fullpath: the full path of the file
> + :return fullpath: The full path of the file, if the file is not found.
I don't think you completed your thought. Did you mean to say "None"
if the file is not found?
mwh also requested a comment about the other checking the function
does, symlinks, etc.
Just a quick note here about reviews. When a reviewer makes a
suggestion it is expected that you will either do what is suggested or
directly address the issue and argue why you think it isn't a good
idea. Either of those approaches is appropriate but silently not
doing anything is not because it makes it really hard to pick up on re-review.
> """
> -
> # Instead of trying to predict the unpacked source directory name,
> # we simply use glob to retrive everything like:
Old typo: retrieve. Please fix.
> - # 'tempdir/
> + # 'tempdir/
> globpath = os.path.
> for fullpath in glob.glob(
> if not os.path.
> @@ -734,19 +734,23 @@
>
> def findAndMoveChan
> """Find and move any debian/changelog.
> +
> + This function finds the changelog file within the source package and
> + moves it to target_dir. The changelog file is later uploaded to librarian
s/to librarian/to the librarian/
> === modified file 'lib/lp/
| Michael Casadevall (mcasadevall) wrote : | # |
Incremental diff is here: http://
I corrected all the issues Brad listed, and rerun the test suite on the files I modified; no failures, but I haven't done a full run of the test suite. I re-added the check messages since they got left out by accident, as well as added and extended the doc streams in TestDscFile.
| Brad Crittenden (bac) wrote : | # |
Hi Michael,
Thanks for the changes. It all looks good except for line 126 of the diff. It should be:
result_set = result_
Preview Diff
| 1 | === modified file 'database/sampledata/current-dev.sql' |
| 2 | --- database/sampledata/current-dev.sql 2010-02-26 11:02:12 +0000 |
| 3 | +++ database/sampledata/current-dev.sql 2010-03-23 14:23:29 +0000 |
| 4 | @@ -775,6 +775,12 @@ |
| 5 | |
| 6 | |
| 7 | |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | ALTER TABLE account DISABLE TRIGGER ALL; |
| 15 | |
| 16 | INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (1, '2005-06-06 08:59:51.591618', 8, 20, '2005-06-06 08:59:51.591618', 'Mark Shuttleworth', 'mark_oid', NULL, '123/mark'); |
| 17 | @@ -854,6 +860,8 @@ |
| 18 | INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (243634, '2009-08-24 14:36:04.670944', 1, 20, '2009-08-24 14:36:04.670944', 'Epiphany Maintainer', 'HHN3kCp', 'Activated when the preferred email was set.', NULL); |
| 19 | INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (243635, '2009-08-24 14:39:04.682972', 1, 20, '2009-08-24 14:39:04.682972', 'intltool maintainer', 'NbFGnBx', 'Activated when the preferred email was set.', NULL); |
| 20 | INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (243636, '2009-08-24 14:41:04.403504', 1, 20, '2009-08-24 14:41:04.403504', 'Lies Maintainer', 'e3eENYJ', 'Activated when the preferred email was set.', NULL); |
| 21 | +INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (243637, '2010-03-21 16:37:00.097121', 1, 20, '2010-03-21 16:37:00.097121', 'Ppa-user', 'AdzdTBA', 'Activated when the preferred email was set.', NULL); |
| 22 | +INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (243638, '2010-03-21 16:40:52.504463', 7, 10, '2010-03-21 16:40:52.504463', 'Santiago Vila', 'pD7XQny', NULL, NULL); |
| 23 | |
| 24 | |
| 25 | ALTER TABLE account ENABLE TRIGGER ALL; |
| 26 | @@ -924,6 +932,7 @@ |
| 27 | INSERT INTO accountpassword (id, account, password) VALUES (243637, 243634, 'j4OCnhO4rzPbvyJgeHYEGXe8FpfWYMsCsRvxb9wZVBUHsCfiUP/XvQ=='); |
| 28 | INSERT INTO accountpassword (id, account, password) VALUES (243638, 243635, 'MUDYvi+UgO8wUqxwhd9br4tXTgxPpcloU5EUW5BRTNUKUS2ac+hG7A=='); |
| 29 | INSERT INTO accountpassword (id, account, password) VALUES (243639, 243636, 'Q/4V+DAYdXXoCoQiSchF9DkfA4ntWhmkJhmzcmYmylpEnlbiZfvyIA=='); |
| 30 | +INSERT INTO accountpassword (id, account, password) VALUES (243640, 243637, 'R8LC6MbIoRPDggGnD6Er3tX3VcTigtjn/n3pvfbdXtOJBWzXWL0gIA=='); |
| 31 | |
| 32 | |
| 33 | ALTER TABLE accountpassword ENABLE TRIGGER ALL; |
| 34 | @@ -1006,18 +1015,20 @@ |
| 35 | |
| 36 | ALTER TABLE archive DISABLE TRIGGER ALL; |
| 37 | |
| 38 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (1, 17, NULL, true, NULL, 1, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:12.241774', 15, 1, 8, 5, 1, '2008-09-23 17:29:03.442606', NULL, NULL, NULL, 'Primary Archive for Ubuntu Linux', 0, NULL); |
| 39 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (2, 1, NULL, true, NULL, 2, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.863812', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.445921', NULL, NULL, NULL, 'Primary Archive for Redhat Advanced Server', 0, NULL); |
| 40 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (3, 1, NULL, true, NULL, 3, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.864941', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.446557', NULL, NULL, NULL, 'Primary Archive for Debian GNU/Linux', 0, NULL); |
| 41 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (4, 1, NULL, true, NULL, 4, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.865502', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.44689', NULL, NULL, NULL, 'Primary Archive for The Gentoo Linux', 0, NULL); |
| 42 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (5, 1, NULL, true, NULL, 5, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866015', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447202', NULL, NULL, NULL, 'Primary Archive for Kubuntu - Free KDE-based Linux', 0, NULL); |
| 43 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (7, 4, NULL, true, NULL, 7, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866529', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447515', NULL, NULL, NULL, 'Primary Archive for GuadaLinex: Linux for Andalucia', 0, NULL); |
| 44 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (8, 17, NULL, true, NULL, 8, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.867154', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447851', NULL, NULL, NULL, 'Primary Archive for Ubuntu Test', 0, NULL); |
| 45 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (9, 28, 'packages to help my friends.', true, 1024, 1, 2, false, 3, 3, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.867684', 4, 0, 3, 1, 0, '2008-09-23 17:29:03.448178', NULL, NULL, NULL, 'PPA for Celso Providelo', 0, NULL); |
| 46 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (10, 1, 'packages to help the humanity (you know, ubuntu)', true, 1024, 1, 2, false, 1, 1, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.868202', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.448488', NULL, NULL, NULL, 'PPA for Mark Shuttleworth', 0, NULL); |
| 47 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (11, 52, 'I am not allowed to say, I have no privs.', true, 1024, 1, 2, false, 0, 0, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.868709', 1, 0, 0, 1, 0, '2008-09-23 17:29:03.448797', NULL, NULL, NULL, 'PPA for No Privileges Person', 0, NULL); |
| 48 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (12, 17, 'Partner archive', true, NULL, 1, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869209', 1, 0, 1, 0, 0, '2008-09-23 17:29:03.449157', NULL, NULL, NULL, 'Partner Archive for Ubuntu Linux', 0, NULL); |
| 49 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (13, 17, 'Partner archive', true, NULL, 8, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869732', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.449471', NULL, NULL, NULL, 'Partner Archive for Ubuntu Test', 0, NULL); |
| 50 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (1, 17, NULL, true, NULL, 1, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:12.241774', 15, 1, 8, 5, 1, '2008-09-23 17:29:03.442606', NULL, NULL, NULL, 'Primary Archive for Ubuntu Linux', 0, NULL, 0); |
| 51 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (2, 1, NULL, true, NULL, 2, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.863812', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.445921', NULL, NULL, NULL, 'Primary Archive for Redhat Advanced Server', 0, NULL, 0); |
| 52 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (3, 1, NULL, true, NULL, 3, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.864941', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.446557', NULL, NULL, NULL, 'Primary Archive for Debian GNU/Linux', 0, NULL, 0); |
| 53 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (4, 1, NULL, true, NULL, 4, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.865502', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.44689', NULL, NULL, NULL, 'Primary Archive for The Gentoo Linux', 0, NULL, 0); |
| 54 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (5, 1, NULL, true, NULL, 5, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866015', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447202', NULL, NULL, NULL, 'Primary Archive for Kubuntu - Free KDE-based Linux', 0, NULL, 0); |
| 55 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (7, 4, NULL, true, NULL, 7, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866529', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447515', NULL, NULL, NULL, 'Primary Archive for GuadaLinex: Linux for Andalucia', 0, NULL, 0); |
| 56 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (8, 17, NULL, true, NULL, 8, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.867154', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447851', NULL, NULL, NULL, 'Primary Archive for Ubuntu Test', 0, NULL, 0); |
| 57 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (9, 28, 'packages to help my friends.', true, 1024, 1, 2, false, 3, 3, NULL, NULL, NULL, true, 'ppa', false, '2008-05-27 18:15:15.867684', 4, 0, 3, 1, 0, '2008-09-23 17:29:03.448178', NULL, NULL, NULL, 'PPA for Celso Providelo', 0, NULL, 0); |
| 58 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (10, 1, 'packages to help the humanity (you know, ubuntu)', true, 1024, 1, 2, false, 1, 1, NULL, NULL, NULL, true, 'ppa', false, '2008-05-27 18:15:15.868202', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.448488', NULL, NULL, NULL, 'PPA for Mark Shuttleworth', 0, NULL, 0); |
| 59 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (11, 52, 'I am not allowed to say, I have no privs.', true, 1024, 1, 2, false, 0, 0, NULL, NULL, NULL, true, 'ppa', false, '2008-05-27 18:15:15.868709', 1, 0, 0, 1, 0, '2008-09-23 17:29:03.448797', NULL, NULL, NULL, 'PPA for No Privileges Person', 0, NULL, 0); |
| 60 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (12, 17, 'Partner archive', true, NULL, 1, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869209', 1, 0, 1, 0, 0, '2008-09-23 17:29:03.449157', NULL, NULL, NULL, 'Partner Archive for Ubuntu Linux', 0, NULL, 0); |
| 61 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (13, 17, 'Partner archive', true, NULL, 8, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869732', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.449471', NULL, NULL, NULL, 'Partner Archive for Ubuntu Test', 0, NULL, 0); |
| 62 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (14, 243651, 'Automatically created test PPA.', true, 1024, 1, 2, false, 0, 0, NULL, NULL, NULL, false, 'test-ppa', true, '2010-03-21 16:37:03.438124', 0, 0, 0, 0, 0, '2010-03-21 16:37:03.438124', NULL, NULL, NULL, 'PPA named test-ppa for Ppa-user', 0, 'deb http://archive.ubuntu.com/ubuntu lucid main restricted universe multiverse |
| 63 | +', 0); |
| 64 | |
| 65 | |
| 66 | ALTER TABLE archive ENABLE TRIGGER ALL; |
| 67 | @@ -1064,6 +1075,8 @@ |
| 68 | INSERT INTO archivepermission (id, date_created, person, permission, archive, component, sourcepackagename, packageset, explicit) VALUES (16, '2006-10-16 18:31:43.465111', 12, 2, 1, 4, NULL, NULL, false); |
| 69 | INSERT INTO archivepermission (id, date_created, person, permission, archive, component, sourcepackagename, packageset, explicit) VALUES (17, '2006-10-16 18:31:43.465111', 243602, 2, 1, 3, NULL, NULL, false); |
| 70 | INSERT INTO archivepermission (id, date_created, person, permission, archive, component, sourcepackagename, packageset, explicit) VALUES (18, '2006-10-16 18:31:43.465111', 243602, 2, 1, 4, NULL, NULL, false); |
| 71 | +INSERT INTO archivepermission (id, date_created, person, permission, archive, component, sourcepackagename, packageset, explicit) VALUES (19, '2010-03-21 16:36:52.135353', 17, 1, 1, 4, NULL, NULL, false); |
| 72 | +INSERT INTO archivepermission (id, date_created, person, permission, archive, component, sourcepackagename, packageset, explicit) VALUES (20, '2010-03-21 16:36:52.135353', 17, 2, 1, 4, NULL, NULL, false); |
| 73 | |
| 74 | |
| 75 | ALTER TABLE archivepermission ENABLE TRIGGER ALL; |
| 76 | @@ -1116,31 +1129,31 @@ |
| 77 | |
| 78 | ALTER TABLE binarypackagepublishinghistory DISABLE TRIGGER ALL; |
| 79 | |
| 80 | -INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (9, 12, 1, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 81 | +INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (9, 12, 1, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 82 | INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (11, 15, 6, 3, 1, 3, 40, '2005-05-05 00:00:00', '2005-05-05 00:01:00', '2006-01-25 00:00:00', 7, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 83 | -INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (12, 15, 6, 2, 3, 3, 40, '2006-01-25 00:00:00', '2006-01-25 00:01:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 84 | +INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (12, 15, 6, 4, 3, 3, 40, '2006-01-25 00:00:00', '2006-01-25 00:01:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 85 | INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (13, 15, 1, 3, 3, 3, 40, '2006-01-26 00:00:00', '2006-01-26 00:01:00', '2007-09-13 00:00:01', NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 86 | INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (14, 15, 7, 3, 3, 3, 40, '2006-01-26 00:00:00', '2006-01-26 00:01:00', '2006-01-28 00:00:00', NULL, NULL, NULL, NULL, 0, 3, NULL, NULL); |
| 87 | INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (15, 12, 7, 2, 3, 3, 40, '2006-01-26 00:00:00', '2006-01-26 00:01:00', NULL, NULL, NULL, NULL, NULL, 0, 3, NULL, NULL); |
| 88 | -INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (16, 15, 1, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-24 00:01:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 89 | -INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (17, 16, 1, 2, 1, 1, 10, '2005-07-06 00:00:00', '2005-08-20 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 90 | +INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (16, 15, 1, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-24 00:01:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 91 | +INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (17, 16, 1, 4, 1, 1, 10, '2005-07-06 00:00:00', '2005-08-20 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 92 | INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (18, 17, 1, 3, 1, 1, 10, '2005-08-07 00:00:00', '2005-08-22 00:00:00', '2005-08-22 00:00:01', NULL, NULL, '2005-08-22 00:00:02', '2005-08-23 00:00:00', 0, 1, NULL, NULL); |
| 93 | -INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (19, 18, 1, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-20 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 94 | -INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (20, 17, 1, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-20 00:01:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 95 | -INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (21, 18, 11, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-20 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 96 | +INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (19, 18, 1, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-20 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 97 | +INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (20, 17, 1, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-20 00:01:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 98 | +INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (21, 18, 11, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-20 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 99 | INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (22, 20, 8, 4, 1, 1, 40, '2006-09-13 00:00:00', '2006-09-13 00:00:01', '2006-09-13 00:00:01', NULL, NULL, '2006-09-13 00:00:02', '2006-09-13 00:00:03', 0, 1, 1, 'nah ...'); |
| 100 | INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (23, 6, 1, 4, 1, 1, 40, '2006-12-01 00:00:00', '2006-12-01 00:00:01', '2006-12-01 00:00:01', NULL, NULL, '2006-12-01 00:00:02', '2006-12-01 00:00:03', 0, 1, 28, 'I do not like it either'); |
| 101 | -INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (24, 21, 1, 2, 1, 1, 40, '2006-12-01 00:00:00', '2006-12-01 00:00:01', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 102 | +INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (24, 21, 1, 4, 1, 1, 40, '2006-12-01 00:00:00', '2006-12-01 00:00:01', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 103 | INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (25, 12, 1, 2, 1, 1, 10, '2007-01-19 00:00:00', '2007-02-19 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 8, NULL, NULL); |
| 104 | -INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (26, 22, 1, 2, 1, 1, 40, '2006-04-11 13:00:00', '2006-04-11 13:00:01', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 105 | +INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (26, 22, 1, 4, 1, 1, 40, '2006-04-11 13:00:00', '2006-04-11 13:00:01', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 106 | INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (27, 22, 1, 2, 1, 1, 40, '2007-07-10 13:00:00', '2007-07-10 13:00:01', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL); |
| 107 | INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (28, 23, 1, 2, 1, 1, 40, '2007-07-10 13:00:00', '2007-07-10 13:00:01', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL); |
| 108 | INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (29, 23, 12, 2, 1, 1, 40, '2007-07-10 13:00:00', '2007-07-10 13:00:01', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL); |
| 109 | INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (30, 24, 12, 2, 1, 1, 40, '2007-08-10 13:00:00', '2007-08-10 13:00:01', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL); |
| 110 | -INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (31, 25, 8, 2, 5, 7, 20, '2007-08-09 21:55:39.561526', '2007-08-09 21:56:39.561526', NULL, NULL, NULL, NULL, NULL, 0, 12, NULL, NULL); |
| 111 | -INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (32, 26, 12, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 112 | -INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (33, 27, 1, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 113 | -INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (34, 27, 12, 2, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 114 | +INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (31, 25, 8, 4, 5, 7, 20, '2007-08-09 21:55:39.561526', '2007-08-09 21:56:39.561526', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 12, 16, 'Cleaned up because of missing Librarian files.'); |
| 115 | +INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (32, 26, 12, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 116 | +INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (33, 27, 1, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 117 | +INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (34, 27, 12, 4, 1, 1, 10, '2005-05-05 00:00:00', '2005-06-18 00:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 118 | INSERT INTO binarypackagepublishinghistory (id, binarypackagerelease, distroarchseries, status, component, section, priority, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (35, 24, 12, 2, 1, 1, 40, '2007-08-10 13:00:00', '2007-08-10 13:00:01', NULL, NULL, NULL, NULL, NULL, 0, 10, NULL, NULL); |
| 119 | |
| 120 | |
| 121 | @@ -1169,6 +1182,13 @@ |
| 122 | ALTER TABLE binarypackagerelease ENABLE TRIGGER ALL; |
| 123 | |
| 124 | |
| 125 | +ALTER TABLE binarypackagereleasedownloadcount DISABLE TRIGGER ALL; |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | +ALTER TABLE binarypackagereleasedownloadcount ENABLE TRIGGER ALL; |
| 130 | + |
| 131 | + |
| 132 | ALTER TABLE bounty DISABLE TRIGGER ALL; |
| 133 | |
| 134 | INSERT INTO bounty (id, name, title, summary, description, usdvalue, difficulty, reviewer, datecreated, owner, deadline, claimant, dateclaimed, bountystatus) VALUES (1, 'foomatic-widgets', 'Make foomatic have better widgets.', 'Foomatic needs to have way better widgets. The current ones are SO WinXP. Eeewww. Maybe we can get some of that K-Bling that I saw in Kubuntu?', 'The widgets need to be particularly polished, since foomatic is going to be the default foomaster on the desktop for the planet.', 453.44, 50, 16, '2005-03-11 09:17:40.585397', 16, NULL, NULL, NULL, 1); |
| 135 | @@ -1732,6 +1752,13 @@ |
| 136 | ALTER TABLE bugwatch ENABLE TRIGGER ALL; |
| 137 | |
| 138 | |
| 139 | +ALTER TABLE bugwatchactivity DISABLE TRIGGER ALL; |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | +ALTER TABLE bugwatchactivity ENABLE TRIGGER ALL; |
| 144 | + |
| 145 | + |
| 146 | ALTER TABLE build DISABLE TRIGGER ALL; |
| 147 | |
| 148 | INSERT INTO build (id, datecreated, processor, distroarchseries, buildstate, datebuilt, buildduration, buildlog, builder, sourcepackagerelease, pocket, dependencies, archive, build_warnings, date_first_dispatched, upload_log) VALUES (2, '2004-09-27 11:57:13', 1, 1, 1, '2004-09-27 11:57:14', '00:02:01', 1, 1, 14, 0, NULL, 1, NULL, NULL, NULL); |
| 149 | @@ -1885,6 +1912,44 @@ |
| 150 | INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (12, 1, 3, '2006-10-16 18:31:43.262049'); |
| 151 | INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (13, 10, 5, '2007-06-24 13:12:05.04436'); |
| 152 | INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (14, 11, 5, '2007-06-24 13:12:10.692827'); |
| 153 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (15, 3, 3, '2010-03-21 16:36:52.135353'); |
| 154 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (16, 3, 4, '2010-03-21 16:36:52.135353'); |
| 155 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (17, 14, 1, '2010-03-21 16:36:52.135353'); |
| 156 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (18, 14, 2, '2010-03-21 16:36:52.135353'); |
| 157 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (19, 14, 3, '2010-03-21 16:36:52.135353'); |
| 158 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (20, 14, 4, '2010-03-21 16:36:52.135353'); |
| 159 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (21, 15, 1, '2010-03-21 16:36:52.135353'); |
| 160 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (22, 15, 2, '2010-03-21 16:36:52.135353'); |
| 161 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (23, 15, 3, '2010-03-21 16:36:52.135353'); |
| 162 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (24, 15, 4, '2010-03-21 16:36:52.135353'); |
| 163 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (25, 16, 1, '2010-03-21 16:36:52.135353'); |
| 164 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (26, 16, 2, '2010-03-21 16:36:52.135353'); |
| 165 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (27, 16, 3, '2010-03-21 16:36:52.135353'); |
| 166 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (28, 16, 4, '2010-03-21 16:36:52.135353'); |
| 167 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (29, 17, 1, '2010-03-21 16:36:52.135353'); |
| 168 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (30, 17, 2, '2010-03-21 16:36:52.135353'); |
| 169 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (31, 17, 3, '2010-03-21 16:36:52.135353'); |
| 170 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (32, 17, 4, '2010-03-21 16:36:52.135353'); |
| 171 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (33, 18, 1, '2010-03-21 16:36:52.135353'); |
| 172 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (34, 18, 2, '2010-03-21 16:36:52.135353'); |
| 173 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (35, 18, 3, '2010-03-21 16:36:52.135353'); |
| 174 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (36, 18, 4, '2010-03-21 16:36:52.135353'); |
| 175 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (37, 19, 1, '2010-03-21 16:36:52.135353'); |
| 176 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (38, 19, 2, '2010-03-21 16:36:52.135353'); |
| 177 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (39, 19, 3, '2010-03-21 16:36:52.135353'); |
| 178 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (40, 19, 4, '2010-03-21 16:36:52.135353'); |
| 179 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (41, 20, 1, '2010-03-21 16:36:52.135353'); |
| 180 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (42, 20, 2, '2010-03-21 16:36:52.135353'); |
| 181 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (43, 20, 3, '2010-03-21 16:36:52.135353'); |
| 182 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (44, 20, 4, '2010-03-21 16:36:52.135353'); |
| 183 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (45, 21, 1, '2010-03-21 16:36:52.135353'); |
| 184 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (46, 21, 2, '2010-03-21 16:36:52.135353'); |
| 185 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (47, 21, 3, '2010-03-21 16:36:52.135353'); |
| 186 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (48, 21, 4, '2010-03-21 16:36:52.135353'); |
| 187 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (49, 22, 1, '2010-03-21 16:36:52.135353'); |
| 188 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (50, 22, 2, '2010-03-21 16:36:52.135353'); |
| 189 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (51, 22, 3, '2010-03-21 16:36:52.135353'); |
| 190 | +INSERT INTO componentselection (id, distroseries, component, date_created) VALUES (52, 22, 4, '2010-03-21 16:36:52.135353'); |
| 191 | |
| 192 | |
| 193 | ALTER TABLE componentselection ENABLE TRIGGER ALL; |
| 194 | @@ -2236,7 +2301,7 @@ |
| 195 | |
| 196 | ALTER TABLE distribution DISABLE TRIGGER ALL; |
| 197 | |
| 198 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (1, 'ubuntu', 'Ubuntu Linux', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 'ubuntulinux.org', 17, '[publishing] |
| 199 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (1, 'ubuntu', 'Ubuntu Linux', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 'ubuntulinux.org', 17, '[publishing] |
| 200 | pendingremovalduration=5 |
| 201 | root=/var/tmp/archive |
| 202 | archiveroot=/var/tmp/archive/ubuntu |
| 203 | @@ -2245,21 +2310,21 @@ |
| 204 | overrideroot=/var/tmp/archive/ubuntu-overrides |
| 205 | cacheroot=/var/tmp/archive/ubuntu-cache |
| 206 | miscroot=/var/tmp/archive/ubuntu-misc |
| 207 | -', 'Ubuntu', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 17, 3, 100, NULL, true, true, NULL, NULL, 3, 59, NULL, NULL, '2006-10-16 18:31:43.415195', NULL, NULL, NULL, NULL, NULL, true, NULL, true, true, NULL, NULL); |
| 208 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (2, 'redhat', 'Redhat Advanced Server', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 'redhat.com', 1, NULL, 'Red Hat', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.417928', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL); |
| 209 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (3, 'debian', 'Debian GNU/Linux', 'Debian GNU/Linux is |
| 210 | +', 'Ubuntu', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 17, 3, 100, NULL, true, true, NULL, NULL, 3, 59, NULL, NULL, '2006-10-16 18:31:43.415195', NULL, NULL, NULL, NULL, NULL, true, NULL, true, true, NULL, NULL, NULL); |
| 211 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (2, 'redhat', 'Redhat Advanced Server', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 'redhat.com', 1, NULL, 'Red Hat', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.417928', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL); |
| 212 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (3, 'debian', 'Debian GNU/Linux', 'Debian GNU/Linux is |
| 213 | a non commercial distribution of a GNU/Linux Operating System for many |
| 214 | platforms.', 'debian.org', 1, NULL, 'Debian', 'Debian GNU/Linux is |
| 215 | a non commercial distribution of a GNU/Linux Operating System for many |
| 216 | -platforms.', 1, 2, 200, NULL, false, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.418942', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL); |
| 217 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (4, 'gentoo', 'The Gentoo Linux', 'Gentoo is a very |
| 218 | +platforms.', 1, 2, 200, NULL, false, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.418942', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL); |
| 219 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (4, 'gentoo', 'The Gentoo Linux', 'Gentoo is a very |
| 220 | customizeable GNU/Linux Distribution that is designed to let you build every |
| 221 | -single package yourself, with your own preferences.', 'gentoo.org', 1, NULL, 'Gentoo', 'Gentoo is a very customizeable GNU/Linux Distribution that is designed to let you build every single package yourself, with your own preferences.', 1, NULL, 1, NULL, true, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.41974', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL); |
| 222 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (5, 'kubuntu', 'Kubuntu - Free KDE-based Linux', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop |
| 223 | +single package yourself, with your own preferences.', 'gentoo.org', 1, NULL, 'Gentoo', 'Gentoo is a very customizeable GNU/Linux Distribution that is designed to let you build every single package yourself, with your own preferences.', 1, NULL, 1, NULL, true, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.41974', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL); |
| 224 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (5, 'kubuntu', 'Kubuntu - Free KDE-based Linux', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop |
| 225 | Environment as its default desktop after install.', 'kubuntu.org', 1, NULL, 'Kubuntu', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop |
| 226 | -Environment as its default desktop after install.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.420551', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL); |
| 227 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (7, 'guadalinex', 'GuadaLinex: Linux for Andalucia', 'GuadaLinex is based on Ubuntu and adds full support for applications specific to the local environment in Andalucia.', 'guadalinex.es', 4, NULL, 'GuadaLinex', 'The GuadaLinex team produces a high quality linux for the Andalucian marketplace.', 32, NULL, 1, NULL, false, false, NULL, NULL, NULL, 4, NULL, NULL, '2006-10-16 18:31:43.421329', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL); |
| 228 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (8, 'ubuntutest', 'Ubuntu Test', 'Ubuntu Test', 'ubuntulinux.org', 17, '[publishing] |
| 229 | +Environment as its default desktop after install.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.420551', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL); |
| 230 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (7, 'guadalinex', 'GuadaLinex: Linux for Andalucia', 'GuadaLinex is based on Ubuntu and adds full support for applications specific to the local environment in Andalucia.', 'guadalinex.es', 4, NULL, 'GuadaLinex', 'The GuadaLinex team produces a high quality linux for the Andalucian marketplace.', 32, NULL, 1, NULL, false, false, NULL, NULL, NULL, 4, NULL, NULL, '2006-10-16 18:31:43.421329', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL); |
| 231 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (8, 'ubuntutest', 'Ubuntu Test', 'Ubuntu Test', 'ubuntulinux.org', 17, '[publishing] |
| 232 | pendingremovalduration=5 |
| 233 | root=/var/tmp/archive |
| 234 | archiveroot=/var/tmp/archive/ubuntutest |
| 235 | @@ -2268,7 +2333,7 @@ |
| 236 | overrideroot=/var/tmp/archive/ubuntutest-overrides |
| 237 | cacheroot=/var/tmp/archive/ubuntutest-cache |
| 238 | miscroot=/var/tmp/archive/ubuntutest-misc |
| 239 | -', 'ubuntutest', 'Ubuntu Test summary', 17, NULL, 1, NULL, false, false, NULL, NULL, NULL, 17, NULL, NULL, '2006-10-16 18:31:43.422162', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL); |
| 240 | +', 'ubuntutest', 'Ubuntu Test summary', 17, NULL, 1, NULL, false, false, NULL, NULL, NULL, 17, NULL, NULL, '2006-10-16 18:31:43.422162', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL); |
| 241 | |
| 242 | |
| 243 | ALTER TABLE distribution ENABLE TRIGGER ALL; |
| 244 | @@ -2344,6 +2409,34 @@ |
| 245 | INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (10, 13, 3, 'amd64', 1, true, 0, '2006-10-16 18:31:43.458434', true); |
| 246 | INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (11, 3, 4, 'hppa', 1, false, 0, '2006-10-16 18:31:43.458892', false); |
| 247 | INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (12, 1, 4, 'hppa', 1, false, 0, '2006-10-16 18:31:43.459349', false); |
| 248 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (13, 3, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false); |
| 249 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (14, 14, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true); |
| 250 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (15, 14, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false); |
| 251 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (16, 14, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false); |
| 252 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (17, 15, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false); |
| 253 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (18, 15, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false); |
| 254 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (19, 15, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true); |
| 255 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (20, 16, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false); |
| 256 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (21, 16, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false); |
| 257 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (22, 16, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true); |
| 258 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (23, 17, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false); |
| 259 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (24, 17, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false); |
| 260 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (25, 17, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true); |
| 261 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (26, 18, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false); |
| 262 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (27, 18, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false); |
| 263 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (28, 18, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true); |
| 264 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (29, 19, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false); |
| 265 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (30, 19, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false); |
| 266 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (31, 19, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true); |
| 267 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (32, 20, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false); |
| 268 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (33, 20, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false); |
| 269 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (34, 20, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true); |
| 270 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (35, 21, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false); |
| 271 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (36, 21, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false); |
| 272 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (37, 21, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true); |
| 273 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (38, 22, 4, 'hppa', 1, false, 0, '2010-03-21 16:36:52.135353', false); |
| 274 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (39, 22, 3, 'amd64', 1, true, 0, '2010-03-21 16:36:52.135353', false); |
| 275 | +INSERT INTO distroarchseries (id, distroseries, processorfamily, architecturetag, owner, official, package_count, date_created, supports_virtualized) VALUES (40, 22, 1, 'i386', 1, true, 0, '2010-03-21 16:36:52.135353', true); |
| 276 | |
| 277 | |
| 278 | ALTER TABLE distroarchseries ENABLE TRIGGER ALL; |
| 279 | @@ -2363,19 +2456,21 @@ |
| 280 | |
| 281 | ALTER TABLE distroseries DISABLE TRIGGER ALL; |
| 282 | |
| 283 | -INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (1, 1, 'warty', 'The Warty Warthog Release', 'Warty was the first stable release of Ubuntu. Key feature goals included releasing on time, with the latest version of the Gnome Desktop Environment, and the creation of all the infrastructure required to manage Ubuntu itself. Warty includes excellent support for Python, with most of the widely used Python libraries installed by default.', '4.10', 4, '2004-08-20 00:00:00', NULL, 17, NULL, 'Warty is the first release of Ubuntu, with a planned release date of October 2004.', 'Warty', NULL, 0, 1, 'warty-changes@ubuntu.com', 4, 3, NULL, '2006-10-16 18:31:43.475428', false, false, NULL, NULL, NULL, false); |
| 284 | +INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (1, 1, 'warty', 'The Warty Warthog Release', 'Warty was the first stable release of Ubuntu. Key feature goals included releasing on time, with the latest version of the Gnome Desktop Environment, and the creation of all the infrastructure required to manage Ubuntu itself. Warty includes excellent support for Python, with most of the widely used Python libraries installed by default.', '4.10', 6, '2004-08-20 00:00:00', NULL, 17, '[publishing] |
| 285 | +components = main restricted universe multiverse', 'Warty is the first release of Ubuntu, with a planned release date of October 2004.', 'Warty', NULL, 0, 1, 'warty-changes@ubuntu.com', 4, 3, NULL, '2006-10-16 18:31:43.475428', false, false, NULL, NULL, NULL, false); |
| 286 | INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (2, 2, 'six', 'Six Six Six', 'some text to describe the whole 666 release of RH', '6.0.1', 4, '2004-03-21 00:00:00', NULL, 8, NULL, 'some text to describe the whole 666 release of RH', 'Six', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.482603', false, false, NULL, NULL, NULL, false); |
| 287 | -INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (3, 1, 'hoary', 'The Hoary Hedgehog Release', 'Hoary is the second release of Ubuntu. Key feature goals include the integration of Hoary with the Launchpad for bugs and translation information, as well as Gnome 2.10 and the X.org window system.', '5.04', 2, NULL, 1, 1, NULL, 'Hoary is the second released of Ubuntu, with release planned for April 2005.', 'Hoary', NULL, 96, 6, 'hoary-changes@ubuntu.com', 1, 4, NULL, '2006-10-16 18:31:43.483559', false, false, NULL, NULL, NULL, false); |
| 288 | +INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (3, 1, 'hoary', 'The Hoary Hedgehog Release', 'Hoary is the second release of Ubuntu. Key feature goals include the integration of Hoary with the Launchpad for bugs and translation information, as well as Gnome 2.10 and the X.org window system.', '5.04', 6, NULL, 1, 1, '[publishing] |
| 289 | +components = main restricted universe multiverse', 'Hoary is the second released of Ubuntu, with release planned for April 2005.', 'Hoary', NULL, 96, 6, 'hoary-changes@ubuntu.com', 1, 4, NULL, '2006-10-16 18:31:43.483559', false, false, NULL, NULL, NULL, false); |
| 290 | INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (4, 2, '7.0', 'Seven', 'The release that we would not expect', '7.0.1', 3, NULL, 2, 7, NULL, 'The release that we would not expect', '7.0', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.484426', false, false, NULL, NULL, NULL, false); |
| 291 | -INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (5, 1, 'grumpy', 'The Grumpy Groundhog Release', 'Grumpy, the third release of Ubuntu Linux, is not yet in active development. This information is purely a placeholder.', '5.10', 1, NULL, 1, 1, NULL, 'Grumpy is the third release of Ubuntu, planned for October 2005.', 'Grumpy', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.485233', false, false, NULL, NULL, NULL, false); |
| 292 | +INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (5, 1, 'grumpy', 'The Grumpy Groundhog Release', 'Grumpy, the third release of Ubuntu Linux, is not yet in active development. This information is purely a placeholder.', '5.10', 6, NULL, 1, 1, '[publishing] |
| 293 | +components = main restricted universe multiverse', 'Grumpy is the third release of Ubuntu, planned for October 2005.', 'Grumpy', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.485233', false, false, NULL, NULL, NULL, false); |
| 294 | INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (6, 3, 'woody', 'WOODY', 'WOODY is the current stable verison of Debian GNU/Linux', '3.0', 4, '2003-01-01 00:00:00', NULL, 2, NULL, 'WOODY is the current stable verison of Debian GNU/Linux', 'Woody', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.486054', false, false, NULL, NULL, NULL, false); |
| 295 | INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (7, 3, 'sarge', 'Sarge', 'Sarge is the FROZEN unstable version of Debian GNU/Linux.', '3.1', 3, NULL, 6, 5, NULL, 'Sarge is the FROZEN unstable version of Debian GNU/Linux.', 'Sarge', NULL, 0, NULL, NULL, 0, 0, 6, '2006-10-16 18:31:43.486972', false, false, NULL, NULL, NULL, false); |
| 296 | INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (8, 3, 'sid', 'Sid', 'Sid is the CRAZY unstable version of Debian GNU/Linux.', '3.2', 1, NULL, 6, 6, NULL, 'Sid is the CRAZY unstable version of Debian GNU/Linux.', 'Sid', NULL, 0, NULL, NULL, 0, 1, NULL, '2006-10-16 18:31:43.487779', false, false, NULL, NULL, NULL, false); |
| 297 | INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (9, 7, '2k5', 'Guada 2005', 'This release places extra emphasis on usability and installability. The installer is adapted from Ubuntu to assume your country, language, keyboard and time zone preference, thus ensuring that installs ask the minimum number of questions possible.', '2005', 2, NULL, 3, 4, NULL, 'Guada 2005 is a rapid-install version of |
| 298 | Ubuntu Hoary for the Andalucian marketplace.', 'Guada2005', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.488598', false, false, NULL, NULL, NULL, false); |
| 299 | -INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (10, 1, 'breezy-autotest', 'Breezy Badger Autotest', 'Autotest version of Breezy', '6.6.6', 1, NULL, 3, 1, '[publishing] |
| 300 | -components = main restricted universe multiverse |
| 301 | -', 'Autosync uploader test', 'Breezy Badger Autotest', NULL, 0, 8, 'autotest_changes@ubuntu.com', 0, 0, NULL, '2006-10-16 18:31:43.489468', false, false, NULL, NULL, NULL, false); |
| 302 | +INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (10, 1, 'breezy-autotest', 'Breezy Badger Autotest', 'Autotest version of Breezy', '6.6.6', 6, NULL, 3, 1, '[publishing] |
| 303 | +components = main restricted universe multiverse', 'Autosync uploader test', 'Breezy Badger Autotest', NULL, 0, 8, 'autotest_changes@ubuntu.com', 0, 0, NULL, '2006-10-16 18:31:43.489468', false, false, NULL, NULL, NULL, false); |
| 304 | INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (11, 8, 'breezy-autotest', 'Breezy Badger Autotest', 'Autotest version of Breezy', '6.6.6', 1, NULL, 1, 1, '[publishing] |
| 305 | components = main restricted universe multiverse |
| 306 | ', 'Autosync uploader test', 'Breezy Badger Autotest', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.490333', false, false, NULL, NULL, NULL, false); |
| 307 | @@ -2383,6 +2478,24 @@ |
| 308 | INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (13, 8, 'hoary-test', 'Mock Hoary', 'nothing special', '9.9.9', 1, NULL, 1, 1, '[publishing] |
| 309 | components = main restricted universe multiverse |
| 310 | ', 'summmmmmmary', 'Hoary Mock', NULL, 0, NULL, NULL, 0, 0, NULL, '2006-10-16 18:31:43.492845', false, false, NULL, NULL, NULL, false); |
| 311 | +INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (14, 1, 'dapper', 'The Dapper Drake', '6.06 is awesome.', '6.06', 5, NULL, 3, 1, '[publishing] |
| 312 | +components = main restricted universe multiverse', 'Ubuntu 6.06 is good.', 'Dapper', NULL, 0, 14, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false); |
| 313 | +INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (15, 1, 'edgy', 'The Edgy Eft', '6.10 is awesome.', '6.10', 6, NULL, 14, 1, '[publishing] |
| 314 | +components = main restricted universe multiverse', 'Ubuntu 6.10 is good.', 'Edgy', NULL, 0, 19, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false); |
| 315 | +INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (16, 1, 'feisty', 'The Feisty Fawn', '7.04 is awesome.', '7.04', 6, NULL, 15, 1, '[publishing] |
| 316 | +components = main restricted universe multiverse', 'Ubuntu 7.04 is good.', 'Feisty', NULL, 0, 22, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false); |
| 317 | +INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (17, 1, 'gutsy', 'The Gutsy Gibbon', '7.10 is awesome.', '7.10', 6, NULL, 16, 1, '[publishing] |
| 318 | +components = main restricted universe multiverse', 'Ubuntu 7.10 is good.', 'Gutsy', NULL, 0, 25, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false); |
| 319 | +INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (18, 1, 'hardy', 'The Hardy Heron', '8.04 is awesome.', '8.04', 5, NULL, 17, 1, '[publishing] |
| 320 | +components = main restricted universe multiverse', 'Ubuntu 8.04 is good.', 'Hardy', NULL, 0, 28, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false); |
| 321 | +INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (19, 1, 'intrepid', 'The Intrepid Ibex', '8.10 is awesome.', '8.10', 5, NULL, 18, 1, '[publishing] |
| 322 | +components = main restricted universe multiverse', 'Ubuntu 8.10 is good.', 'Intrepid', NULL, 0, 31, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false); |
| 323 | +INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (20, 1, 'jaunty', 'The Jaunty Jackalope', '9.04 is awesome.', '9.04', 5, NULL, 19, 1, '[publishing] |
| 324 | +components = main restricted universe multiverse', 'Ubuntu 9.04 is good.', 'Jaunty', NULL, 0, 34, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false); |
| 325 | +INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (21, 1, 'karmic', 'The Karmic Koala', '9.10 is awesome.', '9.10', 4, NULL, 20, 1, '[publishing] |
| 326 | +components = main restricted universe multiverse', 'Ubuntu 9.10 is good.', 'Karmic', NULL, 0, 37, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false); |
| 327 | +INSERT INTO distroseries (id, distribution, name, title, description, version, releasestatus, datereleased, parent_series, owner, lucilleconfig, summary, displayname, datelastlangpack, messagecount, nominatedarchindep, changeslist, binarycount, sourcecount, driver, date_created, hide_all_translations, defer_translation_imports, language_pack_base, language_pack_delta, language_pack_proposed, language_pack_full_export_requested) VALUES (22, 1, 'lucid', 'The Lucid Lynx', '10.04 is awesome.', '10.04', 2, NULL, 21, 1, '[publishing] |
| 328 | +components = main restricted universe multiverse', 'Ubuntu 10.04 is good.', 'Lucid', NULL, 0, 40, NULL, 0, 0, NULL, '2010-03-21 16:36:52.135353', true, true, NULL, NULL, NULL, false); |
| 329 | |
| 330 | |
| 331 | ALTER TABLE distroseries ENABLE TRIGGER ALL; |
| 332 | @@ -2519,6 +2632,8 @@ |
| 333 | INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (90, 'epiphany-maintainer@example.com', 243648, 4, '2009-08-24 14:36:04.670944', 243634); |
| 334 | INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (91, 'intltool-maintainer@example.com', 243649, 4, '2009-08-24 14:39:04.682972', 243635); |
| 335 | INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (92, 'lies@example.com', 243650, 4, '2009-08-24 14:41:04.403504', 243636); |
| 336 | +INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (93, 'test@launchpad.dev', 243651, 4, '2010-03-21 16:37:00.097121', 243637); |
| 337 | +INSERT INTO emailaddress (id, email, person, status, date_created, account) VALUES (94, 'sanvila@debian.org', 243652, 1, '2010-03-21 16:40:52.504463', 243638); |
| 338 | |
| 339 | |
| 340 | ALTER TABLE emailaddress ENABLE TRIGGER ALL; |
| 341 | @@ -2632,6 +2747,8 @@ |
| 342 | ALTER TABLE gpgkey DISABLE TRIGGER ALL; |
| 343 | |
| 344 | INSERT INTO gpgkey (id, owner, keyid, fingerprint, active, algorithm, keysize, can_encrypt, date_created) VALUES (1, 16, '12345678', 'ABCDEF0123456789ABCDDCBA0000111112345678', true, 17, 1024, true, '2006-10-16 18:31:43.631499'); |
| 345 | +INSERT INTO gpgkey (id, owner, keyid, fingerprint, active, algorithm, keysize, can_encrypt, date_created) VALUES (2, 243651, '90A7B996', 'C13FCD9A94FCCEE3B75277D075545A4890A7B996', true, 1, 2048, true, '2010-03-21 16:37:00.153872'); |
| 346 | +INSERT INTO gpgkey (id, owner, keyid, fingerprint, active, algorithm, keysize, can_encrypt, date_created) VALUES (3, 243651, '00000001', '00000001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', true, 1, 2, false, '2010-03-21 16:37:03.438124'); |
| 347 | |
| 348 | |
| 349 | ALTER TABLE gpgkey ENABLE TRIGGER ALL; |
| 350 | @@ -3815,6 +3932,31 @@ |
| 351 | INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (90, 90, 'pmount_1.0-1_all.deb', 'application/x-debian-package', NULL, '2008-05-08 10:15:32.440132', '2008-05-08 10:10:27.899028', false, 0); |
| 352 | INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (91, 91, 'upload_22_log.txt', 'application/text', NULL, '2008-07-07 22:30:01.123456', '2008-07-07 22:30:01.123456', false, 0); |
| 353 | INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (92, 92, 'sample-submission-2.xml', 'application/x-bzip2', NULL, '2008-09-30 08:19:00.222131', '2008-09-30 08:19:00.222131', false, 0); |
| 354 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (93, 93, 'hello_2.4-3_source.changes', 'text/plain', NULL, '2010-03-21 16:40:52.468708', '2010-03-21 16:40:52.468708', false, 0); |
| 355 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (94, 94, 'changelog', 'text/x-debian-source-changelog', NULL, '2010-03-21 16:40:52.468708', '2010-03-21 16:40:52.468708', false, 0); |
| 356 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (95, 95, 'hello_2.4.orig.tar.gz', 'application/gzipped-tar', NULL, '2010-03-21 16:40:52.468708', '2010-03-21 16:40:52.468708', false, 0); |
| 357 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (96, 96, 'hello_2.4-3.diff.gz', 'application/gzipped-patch', NULL, '2010-03-21 16:40:52.468708', '2010-03-21 16:40:52.468708', false, 0); |
| 358 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (97, 97, 'hello_2.4-3.dsc', 'text/x-debian-source-package', NULL, '2010-03-21 16:40:52.468708', '2010-03-21 16:40:52.468708', false, 0); |
| 359 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (98, 98, 'hello_2.4-3_source.changes', 'text/plain', NULL, '2010-03-21 16:40:53.242249', '2010-03-21 16:40:53.242249', false, 0); |
| 360 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (99, 99, 'changelog', 'text/x-debian-source-changelog', NULL, '2010-03-21 16:40:53.242249', '2010-03-21 16:40:53.242249', false, 0); |
| 361 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (100, 100, 'hello_2.4.orig.tar.gz', 'application/gzipped-tar', NULL, '2010-03-21 16:40:53.242249', '2010-03-21 16:40:53.242249', false, 0); |
| 362 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (101, 101, 'hello_2.4-3.diff.gz', 'application/gzipped-patch', NULL, '2010-03-21 16:40:53.242249', '2010-03-21 16:40:53.242249', false, 0); |
| 363 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (102, 102, 'hello_2.4-3.dsc', 'text/x-debian-source-package', NULL, '2010-03-21 16:40:53.242249', '2010-03-21 16:40:53.242249', false, 0); |
| 364 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (103, 103, 'hello_2.4-3_source.changes', 'text/plain', NULL, '2010-03-21 16:40:55.270048', '2010-03-21 16:40:55.270048', false, 0); |
| 365 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (104, 104, 'changelog', 'text/x-debian-source-changelog', NULL, '2010-03-21 16:40:55.270048', '2010-03-21 16:40:55.270048', false, 0); |
| 366 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (105, 105, 'hello_2.4.orig.tar.gz', 'application/gzipped-tar', NULL, '2010-03-21 16:40:55.270048', '2010-03-21 16:40:55.270048', false, 0); |
| 367 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (106, 106, 'hello_2.4-3.diff.gz', 'application/gzipped-patch', NULL, '2010-03-21 16:40:55.270048', '2010-03-21 16:40:55.270048', false, 0); |
| 368 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (107, 107, 'hello_2.4-3.dsc', 'text/x-debian-source-package', NULL, '2010-03-21 16:40:55.270048', '2010-03-21 16:40:55.270048', false, 0); |
| 369 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (108, 108, 'hello_2.4-3_source.changes', 'text/plain', NULL, '2010-03-21 16:40:56.808105', '2010-03-21 16:40:56.808105', false, 0); |
| 370 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (109, 109, 'changelog', 'text/x-debian-source-changelog', NULL, '2010-03-21 16:40:56.808105', '2010-03-21 16:40:56.808105', false, 0); |
| 371 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (110, 110, 'hello_2.4.orig.tar.gz', 'application/gzipped-tar', NULL, '2010-03-21 16:40:56.808105', '2010-03-21 16:40:56.808105', false, 0); |
| 372 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (111, 111, 'hello_2.4-3.diff.gz', 'application/gzipped-patch', NULL, '2010-03-21 16:40:56.808105', '2010-03-21 16:40:56.808105', false, 0); |
| 373 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (112, 112, 'hello_2.4-3.dsc', 'text/x-debian-source-package', NULL, '2010-03-21 16:40:56.808105', '2010-03-21 16:40:56.808105', false, 0); |
| 374 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (113, 113, 'hello_2.4-3_source.changes', 'text/plain', NULL, '2010-03-21 16:40:58.942507', '2010-03-21 16:40:58.942507', false, 0); |
| 375 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (114, 114, 'changelog', 'text/x-debian-source-changelog', NULL, '2010-03-21 16:40:58.942507', '2010-03-21 16:40:58.942507', false, 0); |
| 376 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (115, 115, 'hello_2.4.orig.tar.gz', 'application/gzipped-tar', NULL, '2010-03-21 16:40:58.942507', '2010-03-21 16:40:58.942507', false, 0); |
| 377 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (116, 116, 'hello_2.4-3.diff.gz', 'application/gzipped-patch', NULL, '2010-03-21 16:40:58.942507', '2010-03-21 16:40:58.942507', false, 0); |
| 378 | +INSERT INTO libraryfilealias (id, content, filename, mimetype, expires, last_accessed, date_created, restricted, hits) VALUES (117, 117, 'hello_2.4-3.dsc', 'text/x-debian-source-package', NULL, '2010-03-21 16:40:58.942507', '2010-03-21 16:40:58.942507', false, 0); |
| 379 | |
| 380 | |
| 381 | ALTER TABLE libraryfilealias ENABLE TRIGGER ALL; |
| 382 | @@ -3909,6 +4051,31 @@ |
| 383 | INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (90, '2008-05-08 10:10:16.866444', 18, '0c805a60b31058a1018680f99447033dcb9d4caa', '8a8a67b8dbc5f203ae8712092c68c7aa', NULL); |
| 384 | INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (91, '2008-07-07 22:30:01.123456', 10, '0c805a60b31058a1018680f99447033dcb9d4c01', '8a8a67b8dbc5f203ae8712092c68c701', NULL); |
| 385 | INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (92, '2008-09-30 08:19:00.222131', 10, 'f10e2821bbbea527ea02200352313bc059445190', '7815696ecbf1c96e6894b779456d330e', NULL); |
| 386 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (93, '2010-03-21 16:40:52.468708', 1698, 'a894138c09bc49182f4f70368d3436ce254db1c3', '456e2055f980f56163423b5ae61dd1ba', NULL); |
| 387 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (94, '2010-03-21 16:40:52.468708', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL); |
| 388 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (95, '2010-03-21 16:40:52.468708', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL); |
| 389 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (96, '2010-03-21 16:40:52.468708', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL); |
| 390 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (97, '2010-03-21 16:40:52.468708', 1173, '20353964f353c348956c88e7bd2af180a9ab665f', '63e41c55fd6e4909ff181c85538416a9', NULL); |
| 391 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (98, '2010-03-21 16:40:53.242249', 1698, '1b228d4b27ea16a65ae708669846095fb40c9172', 'aa20edb67b9ba280f8ecefe6118534bd', NULL); |
| 392 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (99, '2010-03-21 16:40:53.242249', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL); |
| 393 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (100, '2010-03-21 16:40:53.242249', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL); |
| 394 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (101, '2010-03-21 16:40:53.242249', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL); |
| 395 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (102, '2010-03-21 16:40:53.242249', 1173, '6d9a9191d822a7d935d5eb2e68f75130e7f450ec', 'cf0607fdf8e6103db833164806da3d0b', NULL); |
| 396 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (103, '2010-03-21 16:40:55.270048', 1698, '1b228d4b27ea16a65ae708669846095fb40c9172', 'aa20edb67b9ba280f8ecefe6118534bd', NULL); |
| 397 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (104, '2010-03-21 16:40:55.270048', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL); |
| 398 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (105, '2010-03-21 16:40:55.270048', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL); |
| 399 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (106, '2010-03-21 16:40:55.270048', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL); |
| 400 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (107, '2010-03-21 16:40:55.270048', 1173, '6d9a9191d822a7d935d5eb2e68f75130e7f450ec', 'cf0607fdf8e6103db833164806da3d0b', NULL); |
| 401 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (108, '2010-03-21 16:40:56.808105', 1698, '1b228d4b27ea16a65ae708669846095fb40c9172', 'aa20edb67b9ba280f8ecefe6118534bd', NULL); |
| 402 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (109, '2010-03-21 16:40:56.808105', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL); |
| 403 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (110, '2010-03-21 16:40:56.808105', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL); |
| 404 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (111, '2010-03-21 16:40:56.808105', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL); |
| 405 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (112, '2010-03-21 16:40:56.808105', 1173, '6d9a9191d822a7d935d5eb2e68f75130e7f450ec', 'cf0607fdf8e6103db833164806da3d0b', NULL); |
| 406 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (113, '2010-03-21 16:40:58.942507', 1698, '1b228d4b27ea16a65ae708669846095fb40c9172', 'aa20edb67b9ba280f8ecefe6118534bd', NULL); |
| 407 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (114, '2010-03-21 16:40:58.942507', 9384, '4298df8dc91044112f33febac673524fab1d04b9', '9443d7940112cb5f00f864de4f318e5d', NULL); |
| 408 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (115, '2010-03-21 16:40:58.942507', 499638, 'fcbf0264928900adf03a7797474375e1a6fa3836', '1691faa758ca41c70b6da5501bdf230a', NULL); |
| 409 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (116, '2010-03-21 16:40:58.942507', 5739, '6de5cf470583cdbf2947d16aa4f10e3028839391', '0a267ee8ef148e91d06c3750ec79ca85', NULL); |
| 410 | +INSERT INTO libraryfilecontent (id, datecreated, filesize, sha1, md5, sha256) VALUES (117, '2010-03-21 16:40:58.942507', 1173, '6d9a9191d822a7d935d5eb2e68f75130e7f450ec', 'cf0607fdf8e6103db833164806da3d0b', NULL); |
| 411 | |
| 412 | |
| 413 | ALTER TABLE libraryfilecontent ENABLE TRIGGER ALL; |
| 414 | @@ -4048,6 +4215,8 @@ |
| 415 | INSERT INTO lp_person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243648, 'Epiphany Maintainer', NULL, NULL, 'epiphany-maintainer', NULL, NULL, NULL, NULL, 1, NULL, '2009-08-24 14:36:04.668409', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243634); |
| 416 | INSERT INTO lp_person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243649, 'intltool maintainer', NULL, NULL, 'intltool-maintainer', NULL, NULL, NULL, NULL, 1, NULL, '2009-08-24 14:38:22.003195', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243635); |
| 417 | INSERT INTO lp_person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243650, 'Lies Maintainer', NULL, NULL, 'lies-maintainer', NULL, NULL, NULL, NULL, 1, NULL, '2009-08-24 14:39:04.740018', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243636); |
| 418 | +INSERT INTO lp_person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243651, 'Ppa-user', NULL, NULL, 'ppa-user', NULL, NULL, NULL, NULL, 1, NULL, '2010-03-21 16:37:00.092385', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243637); |
| 419 | +INSERT INTO lp_person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243652, 'Santiago Vila', NULL, NULL, 'sanvila', NULL, NULL, NULL, NULL, 1, NULL, '2010-03-21 16:40:52.468708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, 7, 'when the hello_2.4-3 package was uploaded to lucid/RELEASE', NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243638); |
| 420 | |
| 421 | |
| 422 | ALTER TABLE lp_person ENABLE TRIGGER ALL; |
| 423 | @@ -4299,6 +4468,10 @@ |
| 424 | INSERT INTO lp_teamparticipation (id, team, person) VALUES (250, 243648, 243648); |
| 425 | INSERT INTO lp_teamparticipation (id, team, person) VALUES (251, 243649, 243649); |
| 426 | INSERT INTO lp_teamparticipation (id, team, person) VALUES (252, 243650, 243650); |
| 427 | +INSERT INTO lp_teamparticipation (id, team, person) VALUES (253, 243651, 243651); |
| 428 | +INSERT INTO lp_teamparticipation (id, team, person) VALUES (254, 32, 243651); |
| 429 | +INSERT INTO lp_teamparticipation (id, team, person) VALUES (255, 17, 243651); |
| 430 | +INSERT INTO lp_teamparticipation (id, team, person) VALUES (256, 243652, 243652); |
| 431 | |
| 432 | |
| 433 | ALTER TABLE lp_teamparticipation ENABLE TRIGGER ALL; |
| 434 | @@ -5121,6 +5294,11 @@ |
| 435 | INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (13, 3, 10, 0, 65, '2007-08-09 21:25:37.832976', NULL, 12); |
| 436 | INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (14, 3, 10, 0, 69, '2007-08-09 21:54:18.456616', NULL, 12); |
| 437 | INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (15, 3, 1, 0, 52, '2008-05-25 20:39:27.186515', NULL, 10); |
| 438 | +INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (16, 0, 22, 0, 93, '2010-03-21 16:40:52.468708', NULL, 1); |
| 439 | +INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (17, 0, 22, 0, 98, '2010-03-21 16:40:53.242249', NULL, 1); |
| 440 | +INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (18, 0, 22, 0, 103, '2010-03-21 16:40:55.270048', NULL, 1); |
| 441 | +INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (19, 0, 22, 0, 108, '2010-03-21 16:40:56.808105', NULL, 1); |
| 442 | +INSERT INTO packageupload (id, status, distroseries, pocket, changesfile, date_created, signing_key, archive) VALUES (20, 0, 22, 0, 113, '2010-03-21 16:40:58.942507', NULL, 1); |
| 443 | |
| 444 | |
| 445 | ALTER TABLE packageupload ENABLE TRIGGER ALL; |
| 446 | @@ -5157,6 +5335,11 @@ |
| 447 | INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (6, 12, 34, '2007-02-15 14:40:09.479212'); |
| 448 | INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (7, 13, 36, '2007-08-09 21:25:37.832976'); |
| 449 | INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (8, 15, 35, '2006-10-16 18:31:43.832976'); |
| 450 | +INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (9, 16, 38, '2010-03-21 16:40:52.468708'); |
| 451 | +INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (10, 17, 39, '2010-03-21 16:40:53.242249'); |
| 452 | +INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (11, 18, 40, '2010-03-21 16:40:55.270048'); |
| 453 | +INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (12, 19, 41, '2010-03-21 16:40:56.808105'); |
| 454 | +INSERT INTO packageuploadsource (id, packageupload, sourcepackagerelease, date_created) VALUES (13, 20, 42, '2010-03-21 16:40:58.942507'); |
| 455 | |
| 456 | |
| 457 | ALTER TABLE packageuploadsource ENABLE TRIGGER ALL; |
| 458 | @@ -5167,8 +5350,35 @@ |
| 459 | INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 1, 1, 3, 2, '2005-07-05 14:20:26.577312', NULL, '2006-10-16 18:31:44.336247'); |
| 460 | INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 10, 19, 1, 8, '2005-09-15 11:55:38.640138', NULL, '2006-10-16 18:31:44.337965'); |
| 461 | INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 11, 19, 8, 8, '2005-09-15 11:55:48.109778', NULL, '2006-10-16 18:31:44.338488'); |
| 462 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 12, 1, 14, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 463 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 13, 9, 14, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 464 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 14, 10, 14, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 465 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 15, 10, 15, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 466 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 16, 9, 15, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 467 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 17, 1, 15, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 468 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 18, 1, 16, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 469 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 19, 9, 16, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 470 | INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 2, 9, 3, 3, '2005-07-05 14:20:26.577312', NULL, '2006-10-16 18:31:44.338912'); |
| 471 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 20, 10, 16, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 472 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 21, 10, 17, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 473 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 22, 9, 17, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 474 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 23, 1, 17, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 475 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 24, 1, 18, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 476 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 25, 9, 18, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 477 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 26, 10, 18, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 478 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 27, 10, 19, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 479 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 28, 9, 19, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 480 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 29, 1, 19, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 481 | INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 3, 10, 1, 5, '2005-07-05 14:20:26.577312', NULL, '2006-10-16 18:31:44.339361'); |
| 482 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 30, 1, 20, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 483 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 31, 9, 20, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 484 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 32, 10, 20, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 485 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 33, 10, 21, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 486 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 34, 9, 21, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 487 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 35, 1, 21, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 488 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 36, 1, 22, 2, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 489 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 37, 9, 22, 3, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 490 | +INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 38, 10, 22, 5, '2010-03-21 16:36:52.135353', NULL, '2010-03-21 16:36:52.135353'); |
| 491 | INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 4, 9, 1, 3, '2005-07-05 14:20:26.577312', NULL, '2006-10-16 18:31:44.339782'); |
| 492 | INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 6, 10, 3, 5, '2005-07-05 14:20:26.577312', NULL, '2006-10-16 18:31:44.340203'); |
| 493 | INSERT INTO packaging (packaging, id, sourcepackagename, distroseries, productseries, datecreated, owner, date_created) VALUES (1, 7, 15, 1, 6, '2005-07-05 14:20:26.577312', NULL, '2006-10-16 18:31:44.340624'); |
| 494 | @@ -5302,6 +5512,8 @@ |
| 495 | INSERT INTO person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243648, 'Epiphany Maintainer', NULL, NULL, 'epiphany-maintainer', NULL, NULL, NULL, NULL, 1, NULL, '2009-08-24 14:36:04.668409', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243634); |
| 496 | INSERT INTO person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243649, 'intltool maintainer', NULL, NULL, 'intltool-maintainer', NULL, NULL, NULL, NULL, 1, NULL, '2009-08-24 14:38:22.003195', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243635); |
| 497 | INSERT INTO person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243650, 'Lies Maintainer', NULL, NULL, 'lies-maintainer', NULL, NULL, NULL, NULL, 1, NULL, '2009-08-24 14:39:04.740018', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243636); |
| 498 | +INSERT INTO person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243651, 'Ppa-user', NULL, NULL, 'ppa-user', NULL, NULL, NULL, NULL, 1, NULL, '2010-03-21 16:37:00.092385', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 1, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243637); |
| 499 | +INSERT INTO person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (243652, 'Santiago Vila', NULL, NULL, 'sanvila', NULL, NULL, NULL, NULL, 1, NULL, '2010-03-21 16:40:52.468708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, 7, 'when the hello_2.4-3 package was uploaded to lucid/RELEASE', NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, true, 243638); |
| 500 | |
| 501 | |
| 502 | ALTER TABLE person ENABLE TRIGGER ALL; |
| 503 | @@ -8155,31 +8367,31 @@ |
| 504 | |
| 505 | ALTER TABLE product DISABLE TRIGGER ALL; |
| 506 | |
| 507 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (1, 1, 17, 'tomcat', 'Tomcat', 'Tomcat', 'The servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.', 'Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. This project has nothing to do with Ubuntu, but this description uses the word "Ubuntu" for the purpose of testing search results.', '2004-09-24 20:58:00.655518', 'http://tomcat.apache.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 16, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 17, NULL, NULL); |
| 508 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (2, 2, 2, 'unassigned', 'unassigned syncs', 'unassigned syncs', 'syncs still not assigned to a real product', 'unassigned syncs, will not be processed, to be moved to real projects ASAP.', '2004-09-24 20:58:00.674409', 'http://archive.apache.org/dist/tomcat', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 17, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL); |
| 509 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (3, 3, 2, 'arch-mirrors', 'Arch mirrors', 'Arch archive mirrors', 'Arch Archive Mirroring project.', 'Arch archive full-archive mirror tasks', '2004-09-24 20:58:00.691047', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 15, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL); |
| 510 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (4, 4, 12, 'firefox', 'Mozilla Firefox', 'Mozilla Firefox', 'The Mozilla Firefox web browser', 'The Mozilla Firefox web browser', '2004-09-24 20:58:02.185708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, false, true, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 511 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (5, 5, 12, 'evolution', 'Evolution', 'The Evolution Groupware Application', 'Evolution is an email client, addressbook and calendar application that is very well integrated with the Gnome desktop. Evolution is the standard mail client in the Ubuntu distribution, and supports all current mail system standards.', 'Recently, Evolution has seen significant work to make it interoperable with the proprietary Microsoft Exchange Server protocols and formats, allowing organisations to replace Outlook on Windows with Evolution and Linux. |
| 512 | - |
| 513 | -The current stable release series of Evolution is 2.0.', '2004-09-24 20:58:02.240163', 'http://www.gnome.org/evolution/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, true, true, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 514 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (6, 5, 12, 'gnome-terminal', 'GNOME Terminal', 'The GNOME Terminal Emulator', 'Gnome Terminal is a simple terminal application for your Gnome desktop. It allows quick access to console applications, supports all console types, and has many useful features such as tabbed consoles (many consoles in a single window with quick switching between them).', 'The Gnome Terminal application fully supports Gnome 2 and is a standard part of the Gnome Desktop.', '2004-09-24 20:58:02.256678', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, 2, 14, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, 'gnome-terminal', NULL); |
| 515 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (7, 6, 12, 'iso-codes', 'iso-codes', 'The iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.258743', 'http://www.novell.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 13, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 516 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (8, 4, 12, 'thunderbird', 'Mozilla Thunderbird', 'Mozilla Thunderbird', 'The Mozilla Thunderbird email client', 'The Mozilla Thunderbird email client', '2004-09-24 20:58:04.478988', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 517 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (9, 5, 16, 'applets', 'Gnome Applets', 'The Gnome Panel Applets', 'The Gnome Panel Applets are a collection of standard widgets that can be installed on your desktop Panel. These icons act as launchers for applications, or indicators of the status of your machine. For example, panel applets exist to show you your battery status or wifi network signal strength.', 'This is the collection of Panel Applets that is part of the default Gnome release. Additional Panel Applets are available from third parties. A complete set of Panel Applets is included in the Ubuntu OS, for example. |
| 518 | - |
| 519 | -The Gnome Panel team includes Abel Kascinsky, Frederick Wurst and Andreas Andropovitch Axelsson.', '2004-10-03 16:46:09.113721', 'http://www.gnome.org/panel/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 12, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL); |
| 520 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (10, NULL, 2, 'python-gnome2-dev', 'python gnome2 dev', 'python gnome2 dev', 'Python bindings for the GNOME desktop environment', 'Python bindings for the GNOME desktop environment', '2004-09-24 20:58:00.674409', 'http://www.daa.com.au/~james/software/pygtk/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 18, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL); |
| 521 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (11, 5, 12, 'netapplet', 'NetApplet', 'Network Applet', 'The Novell Network Applet', 'Displays current network status and allows network switching', '2005-03-10 16:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 522 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (12, NULL, 16, 'a52dec', 'a52dec', 'Liba52 Test Decoder', 'a52dec is a test program for liba52.', 'This tool decodes ATSC A/52 streams, and also includes a demultiplexer for mpeg-1 and mpeg-2 program streams. The liba52 source code is always distributed in the a52dec package, to make sure it easier for people to test it.', '2005-04-14 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 6, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL); |
| 523 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (13, 5, 16, 'gnomebaker', 'gnomebaker', 'Gnome Baker', 'Gnome Baker is a CD burning application', 'Gnome Baker burns CDs like there''s no tomorrow', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 11, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL); |
| 524 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (14, NULL, 12, 'bazaar', 'Bazaar', 'Bazaar', 'Bazaar is a distributed revision control system', 'Bazaar is all about source control and double-dashes.', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 10, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 525 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (15, NULL, 1, 'alsa-utils', 'alsa-utils', 'ALSA utilities', 'Utilities for configurating and using the Advanced Linux Sound Architecture', NULL, '2005-09-15 09:05:11.472752', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 2, 1, true, false, NULL, NULL, NULL, NULL, 8, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL); |
| 526 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (16, NULL, 12, 'landscape', 'The Landscape Project', 'The Landscape Project', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface.', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface. The scope of the project isn''t limited, and will grow up as new features are planned. |
| 527 | - |
| 528 | -The Landscape system consists of two major parts: a client daemon which delivers information to the server and acts on server-provided requests; and a web server responsible for handling communication with clients and the user interface itself.', '2006-07-11 19:59:17.311451', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 9, NULL, NULL, NULL, NULL, false, true, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 529 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (17, NULL, 12, 'launchpad', 'Launchpad', 'Launchpad', 'Launchpad is a catalogue of libre software projects and products. Projects registered in the Launchpad are linked to their translations in Rosetta, their bugs in Malone, their RCS imports in Bazaar, and their packages in Soyuz.', 'Launchpad''s design is inspired by the Description of a Project (DOAP) framework by Edd Dumbill, with extensions for actual releases of products.', '2006-11-24 12:48:19.178553', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 19, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 530 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (18, NULL, 37, 'upstart', 'Upstart', 'The Upstart System Initialisation Process', 'Event-based init daemon.', 'upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.', '2007-03-14 18:47:04.891546', 'http://upstart.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 3, 100, false, false, NULL, NULL, NULL, NULL, 20, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 37, NULL, NULL); |
| 531 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (19, NULL, 28, 'aptoncd', 'APTonCD', 'APTonCD, Get APT Anywhere', 'A simple yet powerful tool which allows you to create one (or more) CD/DVD-Repository containing all of the packages downloaded via apt-get or aptitude.', 'A GUI-based tool that allows you to create a CD/DVD with all downloaded packages with APT-GET, creating a removable-repository. |
| 532 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (1, 1, 17, 'tomcat', 'Tomcat', 'Tomcat', 'The servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.', 'Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. This project has nothing to do with Ubuntu, but this description uses the word "Ubuntu" for the purpose of testing search results.', '2004-09-24 20:58:00.655518', 'http://tomcat.apache.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 16, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 17, NULL, NULL, NULL); |
| 533 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (2, 2, 2, 'unassigned', 'unassigned syncs', 'unassigned syncs', 'syncs still not assigned to a real product', 'unassigned syncs, will not be processed, to be moved to real projects ASAP.', '2004-09-24 20:58:00.674409', 'http://archive.apache.org/dist/tomcat', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 17, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL, NULL); |
| 534 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (3, 3, 2, 'arch-mirrors', 'Arch mirrors', 'Arch archive mirrors', 'Arch Archive Mirroring project.', 'Arch archive full-archive mirror tasks', '2004-09-24 20:58:00.691047', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 15, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL, NULL); |
| 535 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (4, 4, 12, 'firefox', 'Mozilla Firefox', 'Mozilla Firefox', 'The Mozilla Firefox web browser', 'The Mozilla Firefox web browser', '2004-09-24 20:58:02.185708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, false, true, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 536 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (5, 5, 12, 'evolution', 'Evolution', 'The Evolution Groupware Application', 'Evolution is an email client, addressbook and calendar application that is very well integrated with the Gnome desktop. Evolution is the standard mail client in the Ubuntu distribution, and supports all current mail system standards.', 'Recently, Evolution has seen significant work to make it interoperable with the proprietary Microsoft Exchange Server protocols and formats, allowing organisations to replace Outlook on Windows with Evolution and Linux. |
| 537 | + |
| 538 | +The current stable release series of Evolution is 2.0.', '2004-09-24 20:58:02.240163', 'http://www.gnome.org/evolution/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, true, true, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 539 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (6, 5, 12, 'gnome-terminal', 'GNOME Terminal', 'The GNOME Terminal Emulator', 'Gnome Terminal is a simple terminal application for your Gnome desktop. It allows quick access to console applications, supports all console types, and has many useful features such as tabbed consoles (many consoles in a single window with quick switching between them).', 'The Gnome Terminal application fully supports Gnome 2 and is a standard part of the Gnome Desktop.', '2004-09-24 20:58:02.256678', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, 2, 14, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, 'gnome-terminal', NULL, NULL); |
| 540 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (7, 6, 12, 'iso-codes', 'iso-codes', 'The iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.258743', 'http://www.novell.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 13, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 541 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (8, 4, 12, 'thunderbird', 'Mozilla Thunderbird', 'Mozilla Thunderbird', 'The Mozilla Thunderbird email client', 'The Mozilla Thunderbird email client', '2004-09-24 20:58:04.478988', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 542 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (9, 5, 16, 'applets', 'Gnome Applets', 'The Gnome Panel Applets', 'The Gnome Panel Applets are a collection of standard widgets that can be installed on your desktop Panel. These icons act as launchers for applications, or indicators of the status of your machine. For example, panel applets exist to show you your battery status or wifi network signal strength.', 'This is the collection of Panel Applets that is part of the default Gnome release. Additional Panel Applets are available from third parties. A complete set of Panel Applets is included in the Ubuntu OS, for example. |
| 543 | + |
| 544 | +The Gnome Panel team includes Abel Kascinsky, Frederick Wurst and Andreas Andropovitch Axelsson.', '2004-10-03 16:46:09.113721', 'http://www.gnome.org/panel/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 12, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL); |
| 545 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (10, NULL, 2, 'python-gnome2-dev', 'python gnome2 dev', 'python gnome2 dev', 'Python bindings for the GNOME desktop environment', 'Python bindings for the GNOME desktop environment', '2004-09-24 20:58:00.674409', 'http://www.daa.com.au/~james/software/pygtk/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 18, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL, NULL); |
| 546 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (11, 5, 12, 'netapplet', 'NetApplet', 'Network Applet', 'The Novell Network Applet', 'Displays current network status and allows network switching', '2005-03-10 16:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 547 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (12, NULL, 16, 'a52dec', 'a52dec', 'Liba52 Test Decoder', 'a52dec is a test program for liba52.', 'This tool decodes ATSC A/52 streams, and also includes a demultiplexer for mpeg-1 and mpeg-2 program streams. The liba52 source code is always distributed in the a52dec package, to make sure it easier for people to test it.', '2005-04-14 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 6, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL); |
| 548 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (13, 5, 16, 'gnomebaker', 'gnomebaker', 'Gnome Baker', 'Gnome Baker is a CD burning application', 'Gnome Baker burns CDs like there''s no tomorrow', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 11, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL); |
| 549 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (14, NULL, 12, 'bazaar', 'Bazaar', 'Bazaar', 'Bazaar is a distributed revision control system', 'Bazaar is all about source control and double-dashes.', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 10, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 550 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (15, NULL, 1, 'alsa-utils', 'alsa-utils', 'ALSA utilities', 'Utilities for configurating and using the Advanced Linux Sound Architecture', NULL, '2005-09-15 09:05:11.472752', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 2, 1, true, false, NULL, NULL, NULL, NULL, 8, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL, NULL); |
| 551 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (16, NULL, 12, 'landscape', 'The Landscape Project', 'The Landscape Project', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface.', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface. The scope of the project isn''t limited, and will grow up as new features are planned. |
| 552 | + |
| 553 | +The Landscape system consists of two major parts: a client daemon which delivers information to the server and acts on server-provided requests; and a web server responsible for handling communication with clients and the user interface itself.', '2006-07-11 19:59:17.311451', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 9, NULL, NULL, NULL, NULL, false, true, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 554 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (17, NULL, 12, 'launchpad', 'Launchpad', 'Launchpad', 'Launchpad is a catalogue of libre software projects and products. Projects registered in the Launchpad are linked to their translations in Rosetta, their bugs in Malone, their RCS imports in Bazaar, and their packages in Soyuz.', 'Launchpad''s design is inspired by the Description of a Project (DOAP) framework by Edd Dumbill, with extensions for actual releases of products.', '2006-11-24 12:48:19.178553', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 19, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 555 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (18, NULL, 37, 'upstart', 'Upstart', 'The Upstart System Initialisation Process', 'Event-based init daemon.', 'upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.', '2007-03-14 18:47:04.891546', 'http://upstart.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 3, 100, false, false, NULL, NULL, NULL, NULL, 20, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 37, NULL, NULL, NULL); |
| 556 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (19, NULL, 28, 'aptoncd', 'APTonCD', 'APTonCD, Get APT Anywhere', 'A simple yet powerful tool which allows you to create one (or more) CD/DVD-Repository containing all of the packages downloaded via apt-get or aptitude.', 'A GUI-based tool that allows you to create a CD/DVD with all downloaded packages with APT-GET, creating a removable-repository. |
| 557 | |
| 558 | With aptoncd you can: |
| 559 | * Create a CD/DVD with all downloaded packages |
| 560 | @@ -8188,26 +8400,26 @@ |
| 561 | * Upgrade a lot of computers with same DVD |
| 562 | * And more is expected... |
| 563 | |
| 564 | -In the "Create APTonCD" feature we have the possibility to make a CD/DVD with all previously downloaded packages with apt-get or aptitude. It uses apt-cache (/var/cache/apt/archives) and scans for packages and makes a repository in one (or more) CD/DVD, exactly as the previous option.', '2007-03-14 18:53:13.112116', 'http://aptoncd.sourceforge.net/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 21, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 28, NULL, NULL); |
| 565 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (20, NULL, 14, 'jokosher', 'Jokosher', 'Jokosher Audio Editor', 'Jokosher is a simple yet powerful multi-track studio. With it you can create and record music, podcasts and more, all from an integrated simple environment.', 'Jokosher brings together many sources of audio into a seamless environment where you can record, mix and publish your audio content.', '2007-03-15 20:11:49.501871', 'http://www.jokosher.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 22, NULL, NULL, NULL, NULL, false, false, false, NULL, false, true, NULL, NULL, false, false, 14, NULL, NULL); |
| 566 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (21, NULL, 12, 'bzr', 'Bazaar', 'Bazaar Version Control System', 'Bazaar is a distributed revision control system. It allows team members to branch and merge upstream code very easily. Most importantly, it is very robust in handling renames so that merges across radical restructurings of the tree are efficient and correct.', 'Bazaar aims to be a distributed RCS system that the open source community loves to use. |
| 567 | +In the "Create APTonCD" feature we have the possibility to make a CD/DVD with all previously downloaded packages with apt-get or aptitude. It uses apt-cache (/var/cache/apt/archives) and scans for packages and makes a repository in one (or more) CD/DVD, exactly as the previous option.', '2007-03-14 18:53:13.112116', 'http://aptoncd.sourceforge.net/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 21, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 28, NULL, NULL, NULL); |
| 568 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (20, NULL, 14, 'jokosher', 'Jokosher', 'Jokosher Audio Editor', 'Jokosher is a simple yet powerful multi-track studio. With it you can create and record music, podcasts and more, all from an integrated simple environment.', 'Jokosher brings together many sources of audio into a seamless environment where you can record, mix and publish your audio content.', '2007-03-15 20:11:49.501871', 'http://www.jokosher.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 22, NULL, NULL, NULL, NULL, false, false, false, NULL, false, true, NULL, NULL, false, false, 14, NULL, NULL, NULL); |
| 569 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (21, NULL, 12, 'bzr', 'Bazaar', 'Bazaar Version Control System', 'Bazaar is a distributed revision control system. It allows team members to branch and merge upstream code very easily. Most importantly, it is very robust in handling renames so that merges across radical restructurings of the tree are efficient and correct.', 'Bazaar aims to be a distributed RCS system that the open source community loves to use. |
| 570 | |
| 571 | -Distributed revision control systems allow multiple people to have their own branch of a project, and merge code efficiently between them. This enables new contributors to immediately have access to the full tools that previously have been limited to just the committers to a project.', '2007-03-27 16:28:27.763632', 'http://bazaar-vcs.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 23, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 572 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (22, NULL, 12, 'redfish', 'Redfish', 'Redfish', 'The redfish project.', 'The redfish project.', '2007-04-18 20:58:56.846607', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 24, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 573 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (23, 1, 1, 'derby', 'Derby', 'Derby - Java Database', 'Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0.', 'Some key advantages include: |
| 574 | +Distributed revision control systems allow multiple people to have their own branch of a project, and merge code efficiently between them. This enables new contributors to immediately have access to the full tools that previously have been limited to just the committers to a project.', '2007-03-27 16:28:27.763632', 'http://bazaar-vcs.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 23, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 575 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (22, NULL, 12, 'redfish', 'Redfish', 'Redfish', 'The redfish project.', 'The redfish project.', '2007-04-18 20:58:56.846607', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 24, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 576 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (23, 1, 1, 'derby', 'Derby', 'Derby - Java Database', 'Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0.', 'Some key advantages include: |
| 577 | |
| 578 | * Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver. |
| 579 | * Derby is based on the Java, JDBC, and SQL standards. |
| 580 | * Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution. |
| 581 | * Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server. |
| 582 | * Derby is easy to install, deploy, and use. |
| 583 | -', '2007-11-19 12:44:30.603892', 'http://db.apache.org/derby/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 25, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL); |
| 584 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (24, NULL, 243623, 'mega-money-maker', 'Mega Money Maker', 'Sample Commercial Project', 'Proprietary project', NULL, '2008-06-27 14:51:47.366199', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 26, NULL, NULL, NULL, NULL, false, false, false, 'All rights reserved. Not free.', false, false, NULL, NULL, false, false, 243623, NULL, NULL); |
| 585 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (25, NULL, 16, 'rosetta', 'Launchpad Translations', 'The translations part of Launchpad', 'Here you can translate your project into other spoken languages.', NULL, '2008-10-02 10:12:40.909504', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 27, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL); |
| 586 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (26, NULL, 16, 'obsolete-junk', 'Obsolete Junk', 'The Great Mass of Obsolete Junk', 'If you have junk that you don''t want clogging up your product, dump it here.', NULL, '2009-05-02 21:33:15.310312', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 28, NULL, NULL, NULL, NULL, false, false, false, '(We have them all because we are junk. Junk. Junk I tell you.)', false, false, NULL, NULL, false, true, 16, NULL, NULL); |
| 587 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (27, NULL, 243648, 'epiphany', 'Epiphany', 'Epiphany Web Browser', 'A default GNOME web browser.', 'description1', '2009-08-24 14:36:04.699204', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 3, 20, true, false, NULL, NULL, NULL, NULL, 29, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 243648, NULL, NULL); |
| 588 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (28, NULL, 243649, 'intltool', 'intltool', 'Internationalization build tools', 'Tools to extract translatable messages from different file formats and to merge them back in.', 'description2', '2009-08-24 14:39:04.708167', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 2, 1, true, false, NULL, NULL, NULL, NULL, 30, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 243649, NULL, NULL); |
| 589 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (29, NULL, 243650, 'lies', 'Lies', 'Quick production of lies', 'Software to easily and quickly manufacture as many lies as possible. It takes truth as the input', 'description3', '2009-08-24 14:41:04.427117', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 2, 100, true, false, NULL, NULL, NULL, NULL, 31, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 243650, NULL, NULL); |
| 590 | +', '2007-11-19 12:44:30.603892', 'http://db.apache.org/derby/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 25, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL, NULL); |
| 591 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (24, NULL, 243623, 'mega-money-maker', 'Mega Money Maker', 'Sample Commercial Project', 'Proprietary project', NULL, '2008-06-27 14:51:47.366199', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 26, NULL, NULL, NULL, NULL, false, false, false, 'All rights reserved. Not free.', false, false, NULL, NULL, false, false, 243623, NULL, NULL, NULL); |
| 592 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (25, NULL, 16, 'rosetta', 'Launchpad Translations', 'The translations part of Launchpad', 'Here you can translate your project into other spoken languages.', NULL, '2008-10-02 10:12:40.909504', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 27, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL); |
| 593 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (26, NULL, 16, 'obsolete-junk', 'Obsolete Junk', 'The Great Mass of Obsolete Junk', 'If you have junk that you don''t want clogging up your product, dump it here.', NULL, '2009-05-02 21:33:15.310312', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 28, NULL, NULL, NULL, NULL, false, false, false, '(We have them all because we are junk. Junk. Junk I tell you.)', false, false, NULL, NULL, false, true, 16, NULL, NULL, NULL); |
| 594 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (27, NULL, 243648, 'epiphany', 'Epiphany', 'Epiphany Web Browser', 'A default GNOME web browser.', 'description1', '2009-08-24 14:36:04.699204', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 3, 20, true, false, NULL, NULL, NULL, NULL, 29, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 243648, NULL, NULL, NULL); |
| 595 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (28, NULL, 243649, 'intltool', 'intltool', 'Internationalization build tools', 'Tools to extract translatable messages from different file formats and to merge them back in.', 'description2', '2009-08-24 14:39:04.708167', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 2, 1, true, false, NULL, NULL, NULL, NULL, 30, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 243649, NULL, NULL, NULL); |
| 596 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (29, NULL, 243650, 'lies', 'Lies', 'Quick production of lies', 'Software to easily and quickly manufacture as many lies as possible. It takes truth as the input', 'description3', '2009-08-24 14:41:04.427117', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 2, 100, true, false, NULL, NULL, NULL, NULL, 31, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 243650, NULL, NULL, NULL); |
| 597 | |
| 598 | |
| 599 | ALTER TABLE product ENABLE TRIGGER ALL; |
| 600 | @@ -8498,24 +8710,24 @@ |
| 601 | |
| 602 | ALTER TABLE project DISABLE TRIGGER ALL; |
| 603 | |
| 604 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (1, 1, 'apache', 'Apache', 'Apache', 'The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field.', 'We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.', '2004-09-24 20:58:00.633513', 'http://apache.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1); |
| 605 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (2, 2, 'do-not-use-info-imports', 'DO NOT USE', 'DO NOT USE', 'DO NOT USE', 'TEMPORARY project till mirror jobs are assigned to correct project', '2004-09-24 20:58:00.637677', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, true, false, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2); |
| 606 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (3, 2, 'launchpad-mirrors', 'Launchpad SCM Mirrors', 'The Launchpad Mirroring Project', 'launchpad mirrors various revision control archives, that mirroring is managed here', 'A project to mirror revision control archives into Arch.', '2004-09-24 20:58:00.65398', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2); |
| 607 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (4, 12, 'mozilla', 'the Mozilla Project', 'The Mozilla Project', 'The Mozilla Project is the largest open source web browser collaborative project. Founded when Netscape released the source code to its pioneering browser in 1999, the Mozilla Project continues to set the standard for web browser technology.', 'The Mozilla Project produces several internet applications that are very widely used, and is also a center for collaboration on internet standards work by open source groups. |
| 608 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (1, 1, 'apache', 'Apache', 'Apache', 'The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field.', 'We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.', '2004-09-24 20:58:00.633513', 'http://apache.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL); |
| 609 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (2, 2, 'do-not-use-info-imports', 'DO NOT USE', 'DO NOT USE', 'DO NOT USE', 'TEMPORARY project till mirror jobs are assigned to correct project', '2004-09-24 20:58:00.637677', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, true, false, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL); |
| 610 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (3, 2, 'launchpad-mirrors', 'Launchpad SCM Mirrors', 'The Launchpad Mirroring Project', 'launchpad mirrors various revision control archives, that mirroring is managed here', 'A project to mirror revision control archives into Arch.', '2004-09-24 20:58:00.65398', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL); |
| 611 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (4, 12, 'mozilla', 'the Mozilla Project', 'The Mozilla Project', 'The Mozilla Project is the largest open source web browser collaborative project. Founded when Netscape released the source code to its pioneering browser in 1999, the Mozilla Project continues to set the standard for web browser technology.', 'The Mozilla Project produces several internet applications that are very widely used, and is also a center for collaboration on internet standards work by open source groups. |
| 612 | |
| 613 | The Project now has several popular products, including the Firefox web browser, the Thunderbird mail client and the libraries that enable them to run on many platforms. |
| 614 | |
| 615 | -Organisationally, the Mozilla Project is hosted by the Mozilla Foundation, a not-for-profit company incorporated in the US.', '2004-09-24 20:58:02.177698', 'http://www.mozilla.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12); |
| 616 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (5, 12, 'gnome', 'GNOME', 'The GNOME Project', 'The GNOME Project is an initiative to prduce a free desktop software framework. GNOME is more than a set of applications, it is a user interface standard (the Gnome HIG) and a set of libraries that allow applications to work together in a harmonious desktop-ish way.', 'The Gnome Project was founded (when?) to build on the success of early applications using the Gtk GUI toolkit. Many of those applications are still part of Gnome, and the Gtk toolkit remains an essential part of Gnome. |
| 617 | - |
| 618 | -Gnome applications cover the full spectrum from office productivity applications to games, digital camera applications, and of course the Gnome Panel which acts as a launcher and general access point for apps on the desktop.', '2004-09-24 20:58:02.222154', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, 2, 20, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, 12); |
| 619 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (6, 12, 'iso-codes-project', 'iso-codes', 'iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.238443', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12); |
| 620 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (7, 16, 'aaa', 'the Test Project', 'The Test Project', 'This is a small project that has no purpose by to serve as a test data point. The only thing this project has ever produced is products, most of which are largely unheard of. This short description is long enough.', 'Of course, one can''t say enough about the Test Project. Not only is it always there, it''s often exactly in the same state that you saw it last. And it has an amazing ability to pop up in places where you just didn''t think you''d expect to find it. Very noticeable when you least want it noticed, that sort of thing. |
| 621 | - |
| 622 | -It would be very interesting to know whether this second paragraph of text about the test project is in fact rendered as a second paragraph, or if it all blurs together in a haze of testing. Only time will tell.', '2004-10-03 22:27:25.02843', 'http://www.testmenow.com', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16); |
| 623 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (8, 16, 'gimp', 'the GiMP Project', 'The GIMP Project', 'The GIMP Project works in the field of image manipulation and reproduction. The Project is responsible for several pieces of software, such as The GiMP and GiMP-Print.', 'Founded by Spencer Kimball in 1996 with the simple aim of producing a "paint" program, the GIMP project has become one of the defining projects of the open source world. The GIMP itself is an image manipulation program that is beginning to rival even Adobe Photoshop in features and functionality. |
| 624 | - |
| 625 | -The project is loosely organised, with about 15 people making regular contributions. There is no fixed release schedule other than "when it is done".', '2004-10-03 22:27:45.283741', 'http://www.gimp.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16); |
| 626 | +Organisationally, the Mozilla Project is hosted by the Mozilla Foundation, a not-for-profit company incorporated in the US.', '2004-09-24 20:58:02.177698', 'http://www.mozilla.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL); |
| 627 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (5, 12, 'gnome', 'GNOME', 'The GNOME Project', 'The GNOME Project is an initiative to prduce a free desktop software framework. GNOME is more than a set of applications, it is a user interface standard (the Gnome HIG) and a set of libraries that allow applications to work together in a harmonious desktop-ish way.', 'The Gnome Project was founded (when?) to build on the success of early applications using the Gtk GUI toolkit. Many of those applications are still part of Gnome, and the Gtk toolkit remains an essential part of Gnome. |
| 628 | + |
| 629 | +Gnome applications cover the full spectrum from office productivity applications to games, digital camera applications, and of course the Gnome Panel which acts as a launcher and general access point for apps on the desktop.', '2004-09-24 20:58:02.222154', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, 2, 20, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL); |
| 630 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (6, 12, 'iso-codes-project', 'iso-codes', 'iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.238443', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL); |
| 631 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (7, 16, 'aaa', 'the Test Project', 'The Test Project', 'This is a small project that has no purpose by to serve as a test data point. The only thing this project has ever produced is products, most of which are largely unheard of. This short description is long enough.', 'Of course, one can''t say enough about the Test Project. Not only is it always there, it''s often exactly in the same state that you saw it last. And it has an amazing ability to pop up in places where you just didn''t think you''d expect to find it. Very noticeable when you least want it noticed, that sort of thing. |
| 632 | + |
| 633 | +It would be very interesting to know whether this second paragraph of text about the test project is in fact rendered as a second paragraph, or if it all blurs together in a haze of testing. Only time will tell.', '2004-10-03 22:27:25.02843', 'http://www.testmenow.com', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL); |
| 634 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (8, 16, 'gimp', 'the GiMP Project', 'The GIMP Project', 'The GIMP Project works in the field of image manipulation and reproduction. The Project is responsible for several pieces of software, such as The GiMP and GiMP-Print.', 'Founded by Spencer Kimball in 1996 with the simple aim of producing a "paint" program, the GIMP project has become one of the defining projects of the open source world. The GIMP itself is an image manipulation program that is beginning to rival even Adobe Photoshop in features and functionality. |
| 635 | + |
| 636 | +The project is loosely organised, with about 15 people making regular contributions. There is no fixed release schedule other than "when it is done".', '2004-10-03 22:27:45.283741', 'http://www.gimp.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL); |
| 637 | |
| 638 | |
| 639 | ALTER TABLE project ENABLE TRIGGER ALL; |
| 640 | @@ -8788,6 +9000,25 @@ |
| 641 | INSERT INTO section (id, name) VALUES (33, 'embedded'); |
| 642 | INSERT INTO section (id, name) VALUES (34, 'hamradio'); |
| 643 | INSERT INTO section (id, name) VALUES (35, 'science'); |
| 644 | +INSERT INTO section (id, name) VALUES (36, 'cli-mono'); |
| 645 | +INSERT INTO section (id, name) VALUES (37, 'database'); |
| 646 | +INSERT INTO section (id, name) VALUES (38, 'debug'); |
| 647 | +INSERT INTO section (id, name) VALUES (39, 'fonts'); |
| 648 | +INSERT INTO section (id, name) VALUES (40, 'gnu-r'); |
| 649 | +INSERT INTO section (id, name) VALUES (41, 'gnustep'); |
| 650 | +INSERT INTO section (id, name) VALUES (42, 'haskell'); |
| 651 | +INSERT INTO section (id, name) VALUES (43, 'httpd'); |
| 652 | +INSERT INTO section (id, name) VALUES (44, 'java'); |
| 653 | +INSERT INTO section (id, name) VALUES (45, 'kernel'); |
| 654 | +INSERT INTO section (id, name) VALUES (46, 'lisp'); |
| 655 | +INSERT INTO section (id, name) VALUES (47, 'localization'); |
| 656 | +INSERT INTO section (id, name) VALUES (48, 'ocaml'); |
| 657 | +INSERT INTO section (id, name) VALUES (49, 'php'); |
| 658 | +INSERT INTO section (id, name) VALUES (50, 'ruby'); |
| 659 | +INSERT INTO section (id, name) VALUES (51, 'vcs'); |
| 660 | +INSERT INTO section (id, name) VALUES (52, 'video'); |
| 661 | +INSERT INTO section (id, name) VALUES (53, 'xfce'); |
| 662 | +INSERT INTO section (id, name) VALUES (54, 'zope'); |
| 663 | |
| 664 | |
| 665 | ALTER TABLE section ENABLE TRIGGER ALL; |
| 666 | @@ -8878,6 +9109,530 @@ |
| 667 | INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (81, 1, 7, '2007-02-09 10:31:52.595418'); |
| 668 | INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (82, 3, 7, '2007-02-09 10:31:52.595418'); |
| 669 | INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (83, 3, 29, '2007-02-15 12:31:52.595418'); |
| 670 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (84, 3, 36, '2010-03-21 16:36:52.135353'); |
| 671 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (85, 3, 5, '2010-03-21 16:36:52.135353'); |
| 672 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (86, 3, 37, '2010-03-21 16:36:52.135353'); |
| 673 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (87, 3, 38, '2010-03-21 16:36:52.135353'); |
| 674 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (88, 3, 8, '2010-03-21 16:36:52.135353'); |
| 675 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (89, 3, 32, '2010-03-21 16:36:52.135353'); |
| 676 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (90, 3, 33, '2010-03-21 16:36:52.135353'); |
| 677 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (91, 3, 39, '2010-03-21 16:36:52.135353'); |
| 678 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (92, 3, 9, '2010-03-21 16:36:52.135353'); |
| 679 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (93, 3, 10, '2010-03-21 16:36:52.135353'); |
| 680 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (94, 3, 11, '2010-03-21 16:36:52.135353'); |
| 681 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (95, 3, 40, '2010-03-21 16:36:52.135353'); |
| 682 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (96, 3, 41, '2010-03-21 16:36:52.135353'); |
| 683 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (97, 3, 34, '2010-03-21 16:36:52.135353'); |
| 684 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (98, 3, 42, '2010-03-21 16:36:52.135353'); |
| 685 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (99, 3, 43, '2010-03-21 16:36:52.135353'); |
| 686 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (100, 3, 12, '2010-03-21 16:36:52.135353'); |
| 687 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (101, 3, 44, '2010-03-21 16:36:52.135353'); |
| 688 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (102, 3, 13, '2010-03-21 16:36:52.135353'); |
| 689 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (103, 3, 45, '2010-03-21 16:36:52.135353'); |
| 690 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (104, 3, 15, '2010-03-21 16:36:52.135353'); |
| 691 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (105, 3, 14, '2010-03-21 16:36:52.135353'); |
| 692 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (106, 3, 46, '2010-03-21 16:36:52.135353'); |
| 693 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (107, 3, 47, '2010-03-21 16:36:52.135353'); |
| 694 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (108, 3, 16, '2010-03-21 16:36:52.135353'); |
| 695 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (109, 3, 17, '2010-03-21 16:36:52.135353'); |
| 696 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (110, 3, 18, '2010-03-21 16:36:52.135353'); |
| 697 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (111, 3, 19, '2010-03-21 16:36:52.135353'); |
| 698 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (112, 3, 20, '2010-03-21 16:36:52.135353'); |
| 699 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (113, 3, 48, '2010-03-21 16:36:52.135353'); |
| 700 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (114, 3, 21, '2010-03-21 16:36:52.135353'); |
| 701 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (115, 3, 22, '2010-03-21 16:36:52.135353'); |
| 702 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (116, 3, 23, '2010-03-21 16:36:52.135353'); |
| 703 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (117, 3, 49, '2010-03-21 16:36:52.135353'); |
| 704 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (118, 3, 24, '2010-03-21 16:36:52.135353'); |
| 705 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (119, 3, 50, '2010-03-21 16:36:52.135353'); |
| 706 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (120, 3, 35, '2010-03-21 16:36:52.135353'); |
| 707 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (121, 3, 25, '2010-03-21 16:36:52.135353'); |
| 708 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (122, 3, 26, '2010-03-21 16:36:52.135353'); |
| 709 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (123, 3, 27, '2010-03-21 16:36:52.135353'); |
| 710 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (124, 3, 28, '2010-03-21 16:36:52.135353'); |
| 711 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (125, 3, 30, '2010-03-21 16:36:52.135353'); |
| 712 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (126, 3, 51, '2010-03-21 16:36:52.135353'); |
| 713 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (127, 3, 52, '2010-03-21 16:36:52.135353'); |
| 714 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (128, 3, 31, '2010-03-21 16:36:52.135353'); |
| 715 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (129, 3, 53, '2010-03-21 16:36:52.135353'); |
| 716 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (130, 3, 54, '2010-03-21 16:36:52.135353'); |
| 717 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (131, 14, 3, '2010-03-21 16:36:52.135353'); |
| 718 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (132, 14, 1, '2010-03-21 16:36:52.135353'); |
| 719 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (133, 14, 2, '2010-03-21 16:36:52.135353'); |
| 720 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (134, 14, 4, '2010-03-21 16:36:52.135353'); |
| 721 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (135, 14, 7, '2010-03-21 16:36:52.135353'); |
| 722 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (136, 14, 29, '2010-03-21 16:36:52.135353'); |
| 723 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (137, 14, 36, '2010-03-21 16:36:52.135353'); |
| 724 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (138, 14, 5, '2010-03-21 16:36:52.135353'); |
| 725 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (139, 14, 37, '2010-03-21 16:36:52.135353'); |
| 726 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (140, 14, 38, '2010-03-21 16:36:52.135353'); |
| 727 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (141, 14, 8, '2010-03-21 16:36:52.135353'); |
| 728 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (142, 14, 32, '2010-03-21 16:36:52.135353'); |
| 729 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (143, 14, 33, '2010-03-21 16:36:52.135353'); |
| 730 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (144, 14, 39, '2010-03-21 16:36:52.135353'); |
| 731 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (145, 14, 9, '2010-03-21 16:36:52.135353'); |
| 732 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (146, 14, 10, '2010-03-21 16:36:52.135353'); |
| 733 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (147, 14, 11, '2010-03-21 16:36:52.135353'); |
| 734 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (148, 14, 40, '2010-03-21 16:36:52.135353'); |
| 735 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (149, 14, 41, '2010-03-21 16:36:52.135353'); |
| 736 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (150, 14, 34, '2010-03-21 16:36:52.135353'); |
| 737 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (151, 14, 42, '2010-03-21 16:36:52.135353'); |
| 738 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (152, 14, 43, '2010-03-21 16:36:52.135353'); |
| 739 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (153, 14, 12, '2010-03-21 16:36:52.135353'); |
| 740 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (154, 14, 44, '2010-03-21 16:36:52.135353'); |
| 741 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (155, 14, 13, '2010-03-21 16:36:52.135353'); |
| 742 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (156, 14, 45, '2010-03-21 16:36:52.135353'); |
| 743 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (157, 14, 15, '2010-03-21 16:36:52.135353'); |
| 744 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (158, 14, 14, '2010-03-21 16:36:52.135353'); |
| 745 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (159, 14, 46, '2010-03-21 16:36:52.135353'); |
| 746 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (160, 14, 47, '2010-03-21 16:36:52.135353'); |
| 747 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (161, 14, 16, '2010-03-21 16:36:52.135353'); |
| 748 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (162, 14, 17, '2010-03-21 16:36:52.135353'); |
| 749 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (163, 14, 18, '2010-03-21 16:36:52.135353'); |
| 750 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (164, 14, 19, '2010-03-21 16:36:52.135353'); |
| 751 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (165, 14, 20, '2010-03-21 16:36:52.135353'); |
| 752 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (166, 14, 48, '2010-03-21 16:36:52.135353'); |
| 753 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (167, 14, 21, '2010-03-21 16:36:52.135353'); |
| 754 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (168, 14, 22, '2010-03-21 16:36:52.135353'); |
| 755 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (169, 14, 23, '2010-03-21 16:36:52.135353'); |
| 756 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (170, 14, 49, '2010-03-21 16:36:52.135353'); |
| 757 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (171, 14, 24, '2010-03-21 16:36:52.135353'); |
| 758 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (172, 14, 50, '2010-03-21 16:36:52.135353'); |
| 759 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (173, 14, 35, '2010-03-21 16:36:52.135353'); |
| 760 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (174, 14, 25, '2010-03-21 16:36:52.135353'); |
| 761 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (175, 14, 26, '2010-03-21 16:36:52.135353'); |
| 762 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (176, 14, 27, '2010-03-21 16:36:52.135353'); |
| 763 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (177, 14, 28, '2010-03-21 16:36:52.135353'); |
| 764 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (178, 14, 30, '2010-03-21 16:36:52.135353'); |
| 765 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (179, 14, 51, '2010-03-21 16:36:52.135353'); |
| 766 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (180, 14, 52, '2010-03-21 16:36:52.135353'); |
| 767 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (181, 14, 31, '2010-03-21 16:36:52.135353'); |
| 768 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (182, 14, 53, '2010-03-21 16:36:52.135353'); |
| 769 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (183, 14, 54, '2010-03-21 16:36:52.135353'); |
| 770 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (184, 15, 3, '2010-03-21 16:36:52.135353'); |
| 771 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (185, 15, 1, '2010-03-21 16:36:52.135353'); |
| 772 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (186, 15, 2, '2010-03-21 16:36:52.135353'); |
| 773 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (187, 15, 4, '2010-03-21 16:36:52.135353'); |
| 774 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (188, 15, 7, '2010-03-21 16:36:52.135353'); |
| 775 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (189, 15, 29, '2010-03-21 16:36:52.135353'); |
| 776 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (190, 15, 36, '2010-03-21 16:36:52.135353'); |
| 777 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (191, 15, 5, '2010-03-21 16:36:52.135353'); |
| 778 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (192, 15, 37, '2010-03-21 16:36:52.135353'); |
| 779 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (193, 15, 38, '2010-03-21 16:36:52.135353'); |
| 780 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (194, 15, 8, '2010-03-21 16:36:52.135353'); |
| 781 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (195, 15, 32, '2010-03-21 16:36:52.135353'); |
| 782 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (196, 15, 33, '2010-03-21 16:36:52.135353'); |
| 783 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (197, 15, 39, '2010-03-21 16:36:52.135353'); |
| 784 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (198, 15, 9, '2010-03-21 16:36:52.135353'); |
| 785 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (199, 15, 10, '2010-03-21 16:36:52.135353'); |
| 786 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (200, 15, 11, '2010-03-21 16:36:52.135353'); |
| 787 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (201, 15, 40, '2010-03-21 16:36:52.135353'); |
| 788 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (202, 15, 41, '2010-03-21 16:36:52.135353'); |
| 789 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (203, 15, 34, '2010-03-21 16:36:52.135353'); |
| 790 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (204, 15, 42, '2010-03-21 16:36:52.135353'); |
| 791 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (205, 15, 43, '2010-03-21 16:36:52.135353'); |
| 792 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (206, 15, 12, '2010-03-21 16:36:52.135353'); |
| 793 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (207, 15, 44, '2010-03-21 16:36:52.135353'); |
| 794 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (208, 15, 13, '2010-03-21 16:36:52.135353'); |
| 795 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (209, 15, 45, '2010-03-21 16:36:52.135353'); |
| 796 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (210, 15, 15, '2010-03-21 16:36:52.135353'); |
| 797 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (211, 15, 14, '2010-03-21 16:36:52.135353'); |
| 798 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (212, 15, 46, '2010-03-21 16:36:52.135353'); |
| 799 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (213, 15, 47, '2010-03-21 16:36:52.135353'); |
| 800 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (214, 15, 16, '2010-03-21 16:36:52.135353'); |
| 801 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (215, 15, 17, '2010-03-21 16:36:52.135353'); |
| 802 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (216, 15, 18, '2010-03-21 16:36:52.135353'); |
| 803 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (217, 15, 19, '2010-03-21 16:36:52.135353'); |
| 804 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (218, 15, 20, '2010-03-21 16:36:52.135353'); |
| 805 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (219, 15, 48, '2010-03-21 16:36:52.135353'); |
| 806 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (220, 15, 21, '2010-03-21 16:36:52.135353'); |
| 807 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (221, 15, 22, '2010-03-21 16:36:52.135353'); |
| 808 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (222, 15, 23, '2010-03-21 16:36:52.135353'); |
| 809 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (223, 15, 49, '2010-03-21 16:36:52.135353'); |
| 810 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (224, 15, 24, '2010-03-21 16:36:52.135353'); |
| 811 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (225, 15, 50, '2010-03-21 16:36:52.135353'); |
| 812 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (226, 15, 35, '2010-03-21 16:36:52.135353'); |
| 813 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (227, 15, 25, '2010-03-21 16:36:52.135353'); |
| 814 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (228, 15, 26, '2010-03-21 16:36:52.135353'); |
| 815 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (229, 15, 27, '2010-03-21 16:36:52.135353'); |
| 816 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (230, 15, 28, '2010-03-21 16:36:52.135353'); |
| 817 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (231, 15, 30, '2010-03-21 16:36:52.135353'); |
| 818 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (232, 15, 51, '2010-03-21 16:36:52.135353'); |
| 819 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (233, 15, 52, '2010-03-21 16:36:52.135353'); |
| 820 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (234, 15, 31, '2010-03-21 16:36:52.135353'); |
| 821 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (235, 15, 53, '2010-03-21 16:36:52.135353'); |
| 822 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (236, 15, 54, '2010-03-21 16:36:52.135353'); |
| 823 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (237, 16, 3, '2010-03-21 16:36:52.135353'); |
| 824 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (238, 16, 1, '2010-03-21 16:36:52.135353'); |
| 825 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (239, 16, 2, '2010-03-21 16:36:52.135353'); |
| 826 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (240, 16, 4, '2010-03-21 16:36:52.135353'); |
| 827 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (241, 16, 7, '2010-03-21 16:36:52.135353'); |
| 828 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (242, 16, 29, '2010-03-21 16:36:52.135353'); |
| 829 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (243, 16, 36, '2010-03-21 16:36:52.135353'); |
| 830 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (244, 16, 5, '2010-03-21 16:36:52.135353'); |
| 831 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (245, 16, 37, '2010-03-21 16:36:52.135353'); |
| 832 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (246, 16, 38, '2010-03-21 16:36:52.135353'); |
| 833 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (247, 16, 8, '2010-03-21 16:36:52.135353'); |
| 834 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (248, 16, 32, '2010-03-21 16:36:52.135353'); |
| 835 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (249, 16, 33, '2010-03-21 16:36:52.135353'); |
| 836 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (250, 16, 39, '2010-03-21 16:36:52.135353'); |
| 837 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (251, 16, 9, '2010-03-21 16:36:52.135353'); |
| 838 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (252, 16, 10, '2010-03-21 16:36:52.135353'); |
| 839 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (253, 16, 11, '2010-03-21 16:36:52.135353'); |
| 840 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (254, 16, 40, '2010-03-21 16:36:52.135353'); |
| 841 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (255, 16, 41, '2010-03-21 16:36:52.135353'); |
| 842 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (256, 16, 34, '2010-03-21 16:36:52.135353'); |
| 843 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (257, 16, 42, '2010-03-21 16:36:52.135353'); |
| 844 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (258, 16, 43, '2010-03-21 16:36:52.135353'); |
| 845 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (259, 16, 12, '2010-03-21 16:36:52.135353'); |
| 846 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (260, 16, 44, '2010-03-21 16:36:52.135353'); |
| 847 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (261, 16, 13, '2010-03-21 16:36:52.135353'); |
| 848 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (262, 16, 45, '2010-03-21 16:36:52.135353'); |
| 849 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (263, 16, 15, '2010-03-21 16:36:52.135353'); |
| 850 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (264, 16, 14, '2010-03-21 16:36:52.135353'); |
| 851 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (265, 16, 46, '2010-03-21 16:36:52.135353'); |
| 852 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (266, 16, 47, '2010-03-21 16:36:52.135353'); |
| 853 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (267, 16, 16, '2010-03-21 16:36:52.135353'); |
| 854 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (268, 16, 17, '2010-03-21 16:36:52.135353'); |
| 855 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (269, 16, 18, '2010-03-21 16:36:52.135353'); |
| 856 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (270, 16, 19, '2010-03-21 16:36:52.135353'); |
| 857 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (271, 16, 20, '2010-03-21 16:36:52.135353'); |
| 858 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (272, 16, 48, '2010-03-21 16:36:52.135353'); |
| 859 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (273, 16, 21, '2010-03-21 16:36:52.135353'); |
| 860 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (274, 16, 22, '2010-03-21 16:36:52.135353'); |
| 861 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (275, 16, 23, '2010-03-21 16:36:52.135353'); |
| 862 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (276, 16, 49, '2010-03-21 16:36:52.135353'); |
| 863 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (277, 16, 24, '2010-03-21 16:36:52.135353'); |
| 864 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (278, 16, 50, '2010-03-21 16:36:52.135353'); |
| 865 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (279, 16, 35, '2010-03-21 16:36:52.135353'); |
| 866 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (280, 16, 25, '2010-03-21 16:36:52.135353'); |
| 867 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (281, 16, 26, '2010-03-21 16:36:52.135353'); |
| 868 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (282, 16, 27, '2010-03-21 16:36:52.135353'); |
| 869 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (283, 16, 28, '2010-03-21 16:36:52.135353'); |
| 870 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (284, 16, 30, '2010-03-21 16:36:52.135353'); |
| 871 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (285, 16, 51, '2010-03-21 16:36:52.135353'); |
| 872 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (286, 16, 52, '2010-03-21 16:36:52.135353'); |
| 873 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (287, 16, 31, '2010-03-21 16:36:52.135353'); |
| 874 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (288, 16, 53, '2010-03-21 16:36:52.135353'); |
| 875 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (289, 16, 54, '2010-03-21 16:36:52.135353'); |
| 876 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (290, 17, 3, '2010-03-21 16:36:52.135353'); |
| 877 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (291, 17, 1, '2010-03-21 16:36:52.135353'); |
| 878 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (292, 17, 2, '2010-03-21 16:36:52.135353'); |
| 879 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (293, 17, 4, '2010-03-21 16:36:52.135353'); |
| 880 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (294, 17, 7, '2010-03-21 16:36:52.135353'); |
| 881 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (295, 17, 29, '2010-03-21 16:36:52.135353'); |
| 882 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (296, 17, 36, '2010-03-21 16:36:52.135353'); |
| 883 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (297, 17, 5, '2010-03-21 16:36:52.135353'); |
| 884 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (298, 17, 37, '2010-03-21 16:36:52.135353'); |
| 885 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (299, 17, 38, '2010-03-21 16:36:52.135353'); |
| 886 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (300, 17, 8, '2010-03-21 16:36:52.135353'); |
| 887 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (301, 17, 32, '2010-03-21 16:36:52.135353'); |
| 888 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (302, 17, 33, '2010-03-21 16:36:52.135353'); |
| 889 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (303, 17, 39, '2010-03-21 16:36:52.135353'); |
| 890 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (304, 17, 9, '2010-03-21 16:36:52.135353'); |
| 891 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (305, 17, 10, '2010-03-21 16:36:52.135353'); |
| 892 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (306, 17, 11, '2010-03-21 16:36:52.135353'); |
| 893 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (307, 17, 40, '2010-03-21 16:36:52.135353'); |
| 894 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (308, 17, 41, '2010-03-21 16:36:52.135353'); |
| 895 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (309, 17, 34, '2010-03-21 16:36:52.135353'); |
| 896 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (310, 17, 42, '2010-03-21 16:36:52.135353'); |
| 897 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (311, 17, 43, '2010-03-21 16:36:52.135353'); |
| 898 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (312, 17, 12, '2010-03-21 16:36:52.135353'); |
| 899 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (313, 17, 44, '2010-03-21 16:36:52.135353'); |
| 900 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (314, 17, 13, '2010-03-21 16:36:52.135353'); |
| 901 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (315, 17, 45, '2010-03-21 16:36:52.135353'); |
| 902 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (316, 17, 15, '2010-03-21 16:36:52.135353'); |
| 903 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (317, 17, 14, '2010-03-21 16:36:52.135353'); |
| 904 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (318, 17, 46, '2010-03-21 16:36:52.135353'); |
| 905 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (319, 17, 47, '2010-03-21 16:36:52.135353'); |
| 906 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (320, 17, 16, '2010-03-21 16:36:52.135353'); |
| 907 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (321, 17, 17, '2010-03-21 16:36:52.135353'); |
| 908 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (322, 17, 18, '2010-03-21 16:36:52.135353'); |
| 909 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (323, 17, 19, '2010-03-21 16:36:52.135353'); |
| 910 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (324, 17, 20, '2010-03-21 16:36:52.135353'); |
| 911 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (325, 17, 48, '2010-03-21 16:36:52.135353'); |
| 912 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (326, 17, 21, '2010-03-21 16:36:52.135353'); |
| 913 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (327, 17, 22, '2010-03-21 16:36:52.135353'); |
| 914 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (328, 17, 23, '2010-03-21 16:36:52.135353'); |
| 915 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (329, 17, 49, '2010-03-21 16:36:52.135353'); |
| 916 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (330, 17, 24, '2010-03-21 16:36:52.135353'); |
| 917 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (331, 17, 50, '2010-03-21 16:36:52.135353'); |
| 918 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (332, 17, 35, '2010-03-21 16:36:52.135353'); |
| 919 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (333, 17, 25, '2010-03-21 16:36:52.135353'); |
| 920 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (334, 17, 26, '2010-03-21 16:36:52.135353'); |
| 921 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (335, 17, 27, '2010-03-21 16:36:52.135353'); |
| 922 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (336, 17, 28, '2010-03-21 16:36:52.135353'); |
| 923 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (337, 17, 30, '2010-03-21 16:36:52.135353'); |
| 924 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (338, 17, 51, '2010-03-21 16:36:52.135353'); |
| 925 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (339, 17, 52, '2010-03-21 16:36:52.135353'); |
| 926 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (340, 17, 31, '2010-03-21 16:36:52.135353'); |
| 927 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (341, 17, 53, '2010-03-21 16:36:52.135353'); |
| 928 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (342, 17, 54, '2010-03-21 16:36:52.135353'); |
| 929 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (343, 18, 3, '2010-03-21 16:36:52.135353'); |
| 930 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (344, 18, 1, '2010-03-21 16:36:52.135353'); |
| 931 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (345, 18, 2, '2010-03-21 16:36:52.135353'); |
| 932 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (346, 18, 4, '2010-03-21 16:36:52.135353'); |
| 933 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (347, 18, 7, '2010-03-21 16:36:52.135353'); |
| 934 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (348, 18, 29, '2010-03-21 16:36:52.135353'); |
| 935 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (349, 18, 36, '2010-03-21 16:36:52.135353'); |
| 936 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (350, 18, 5, '2010-03-21 16:36:52.135353'); |
| 937 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (351, 18, 37, '2010-03-21 16:36:52.135353'); |
| 938 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (352, 18, 38, '2010-03-21 16:36:52.135353'); |
| 939 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (353, 18, 8, '2010-03-21 16:36:52.135353'); |
| 940 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (354, 18, 32, '2010-03-21 16:36:52.135353'); |
| 941 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (355, 18, 33, '2010-03-21 16:36:52.135353'); |
| 942 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (356, 18, 39, '2010-03-21 16:36:52.135353'); |
| 943 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (357, 18, 9, '2010-03-21 16:36:52.135353'); |
| 944 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (358, 18, 10, '2010-03-21 16:36:52.135353'); |
| 945 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (359, 18, 11, '2010-03-21 16:36:52.135353'); |
| 946 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (360, 18, 40, '2010-03-21 16:36:52.135353'); |
| 947 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (361, 18, 41, '2010-03-21 16:36:52.135353'); |
| 948 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (362, 18, 34, '2010-03-21 16:36:52.135353'); |
| 949 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (363, 18, 42, '2010-03-21 16:36:52.135353'); |
| 950 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (364, 18, 43, '2010-03-21 16:36:52.135353'); |
| 951 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (365, 18, 12, '2010-03-21 16:36:52.135353'); |
| 952 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (366, 18, 44, '2010-03-21 16:36:52.135353'); |
| 953 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (367, 18, 13, '2010-03-21 16:36:52.135353'); |
| 954 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (368, 18, 45, '2010-03-21 16:36:52.135353'); |
| 955 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (369, 18, 15, '2010-03-21 16:36:52.135353'); |
| 956 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (370, 18, 14, '2010-03-21 16:36:52.135353'); |
| 957 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (371, 18, 46, '2010-03-21 16:36:52.135353'); |
| 958 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (372, 18, 47, '2010-03-21 16:36:52.135353'); |
| 959 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (373, 18, 16, '2010-03-21 16:36:52.135353'); |
| 960 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (374, 18, 17, '2010-03-21 16:36:52.135353'); |
| 961 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (375, 18, 18, '2010-03-21 16:36:52.135353'); |
| 962 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (376, 18, 19, '2010-03-21 16:36:52.135353'); |
| 963 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (377, 18, 20, '2010-03-21 16:36:52.135353'); |
| 964 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (378, 18, 48, '2010-03-21 16:36:52.135353'); |
| 965 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (379, 18, 21, '2010-03-21 16:36:52.135353'); |
| 966 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (380, 18, 22, '2010-03-21 16:36:52.135353'); |
| 967 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (381, 18, 23, '2010-03-21 16:36:52.135353'); |
| 968 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (382, 18, 49, '2010-03-21 16:36:52.135353'); |
| 969 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (383, 18, 24, '2010-03-21 16:36:52.135353'); |
| 970 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (384, 18, 50, '2010-03-21 16:36:52.135353'); |
| 971 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (385, 18, 35, '2010-03-21 16:36:52.135353'); |
| 972 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (386, 18, 25, '2010-03-21 16:36:52.135353'); |
| 973 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (387, 18, 26, '2010-03-21 16:36:52.135353'); |
| 974 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (388, 18, 27, '2010-03-21 16:36:52.135353'); |
| 975 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (389, 18, 28, '2010-03-21 16:36:52.135353'); |
| 976 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (390, 18, 30, '2010-03-21 16:36:52.135353'); |
| 977 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (391, 18, 51, '2010-03-21 16:36:52.135353'); |
| 978 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (392, 18, 52, '2010-03-21 16:36:52.135353'); |
| 979 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (393, 18, 31, '2010-03-21 16:36:52.135353'); |
| 980 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (394, 18, 53, '2010-03-21 16:36:52.135353'); |
| 981 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (395, 18, 54, '2010-03-21 16:36:52.135353'); |
| 982 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (396, 19, 3, '2010-03-21 16:36:52.135353'); |
| 983 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (397, 19, 1, '2010-03-21 16:36:52.135353'); |
| 984 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (398, 19, 2, '2010-03-21 16:36:52.135353'); |
| 985 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (399, 19, 4, '2010-03-21 16:36:52.135353'); |
| 986 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (400, 19, 7, '2010-03-21 16:36:52.135353'); |
| 987 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (401, 19, 29, '2010-03-21 16:36:52.135353'); |
| 988 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (402, 19, 36, '2010-03-21 16:36:52.135353'); |
| 989 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (403, 19, 5, '2010-03-21 16:36:52.135353'); |
| 990 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (404, 19, 37, '2010-03-21 16:36:52.135353'); |
| 991 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (405, 19, 38, '2010-03-21 16:36:52.135353'); |
| 992 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (406, 19, 8, '2010-03-21 16:36:52.135353'); |
| 993 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (407, 19, 32, '2010-03-21 16:36:52.135353'); |
| 994 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (408, 19, 33, '2010-03-21 16:36:52.135353'); |
| 995 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (409, 19, 39, '2010-03-21 16:36:52.135353'); |
| 996 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (410, 19, 9, '2010-03-21 16:36:52.135353'); |
| 997 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (411, 19, 10, '2010-03-21 16:36:52.135353'); |
| 998 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (412, 19, 11, '2010-03-21 16:36:52.135353'); |
| 999 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (413, 19, 40, '2010-03-21 16:36:52.135353'); |
| 1000 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (414, 19, 41, '2010-03-21 16:36:52.135353'); |
| 1001 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (415, 19, 34, '2010-03-21 16:36:52.135353'); |
| 1002 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (416, 19, 42, '2010-03-21 16:36:52.135353'); |
| 1003 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (417, 19, 43, '2010-03-21 16:36:52.135353'); |
| 1004 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (418, 19, 12, '2010-03-21 16:36:52.135353'); |
| 1005 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (419, 19, 44, '2010-03-21 16:36:52.135353'); |
| 1006 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (420, 19, 13, '2010-03-21 16:36:52.135353'); |
| 1007 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (421, 19, 45, '2010-03-21 16:36:52.135353'); |
| 1008 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (422, 19, 15, '2010-03-21 16:36:52.135353'); |
| 1009 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (423, 19, 14, '2010-03-21 16:36:52.135353'); |
| 1010 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (424, 19, 46, '2010-03-21 16:36:52.135353'); |
| 1011 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (425, 19, 47, '2010-03-21 16:36:52.135353'); |
| 1012 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (426, 19, 16, '2010-03-21 16:36:52.135353'); |
| 1013 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (427, 19, 17, '2010-03-21 16:36:52.135353'); |
| 1014 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (428, 19, 18, '2010-03-21 16:36:52.135353'); |
| 1015 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (429, 19, 19, '2010-03-21 16:36:52.135353'); |
| 1016 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (430, 19, 20, '2010-03-21 16:36:52.135353'); |
| 1017 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (431, 19, 48, '2010-03-21 16:36:52.135353'); |
| 1018 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (432, 19, 21, '2010-03-21 16:36:52.135353'); |
| 1019 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (433, 19, 22, '2010-03-21 16:36:52.135353'); |
| 1020 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (434, 19, 23, '2010-03-21 16:36:52.135353'); |
| 1021 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (435, 19, 49, '2010-03-21 16:36:52.135353'); |
| 1022 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (436, 19, 24, '2010-03-21 16:36:52.135353'); |
| 1023 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (437, 19, 50, '2010-03-21 16:36:52.135353'); |
| 1024 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (438, 19, 35, '2010-03-21 16:36:52.135353'); |
| 1025 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (439, 19, 25, '2010-03-21 16:36:52.135353'); |
| 1026 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (440, 19, 26, '2010-03-21 16:36:52.135353'); |
| 1027 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (441, 19, 27, '2010-03-21 16:36:52.135353'); |
| 1028 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (442, 19, 28, '2010-03-21 16:36:52.135353'); |
| 1029 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (443, 19, 30, '2010-03-21 16:36:52.135353'); |
| 1030 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (444, 19, 51, '2010-03-21 16:36:52.135353'); |
| 1031 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (445, 19, 52, '2010-03-21 16:36:52.135353'); |
| 1032 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (446, 19, 31, '2010-03-21 16:36:52.135353'); |
| 1033 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (447, 19, 53, '2010-03-21 16:36:52.135353'); |
| 1034 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (448, 19, 54, '2010-03-21 16:36:52.135353'); |
| 1035 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (449, 20, 3, '2010-03-21 16:36:52.135353'); |
| 1036 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (450, 20, 1, '2010-03-21 16:36:52.135353'); |
| 1037 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (451, 20, 2, '2010-03-21 16:36:52.135353'); |
| 1038 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (452, 20, 4, '2010-03-21 16:36:52.135353'); |
| 1039 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (453, 20, 7, '2010-03-21 16:36:52.135353'); |
| 1040 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (454, 20, 29, '2010-03-21 16:36:52.135353'); |
| 1041 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (455, 20, 36, '2010-03-21 16:36:52.135353'); |
| 1042 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (456, 20, 5, '2010-03-21 16:36:52.135353'); |
| 1043 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (457, 20, 37, '2010-03-21 16:36:52.135353'); |
| 1044 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (458, 20, 38, '2010-03-21 16:36:52.135353'); |
| 1045 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (459, 20, 8, '2010-03-21 16:36:52.135353'); |
| 1046 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (460, 20, 32, '2010-03-21 16:36:52.135353'); |
| 1047 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (461, 20, 33, '2010-03-21 16:36:52.135353'); |
| 1048 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (462, 20, 39, '2010-03-21 16:36:52.135353'); |
| 1049 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (463, 20, 9, '2010-03-21 16:36:52.135353'); |
| 1050 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (464, 20, 10, '2010-03-21 16:36:52.135353'); |
| 1051 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (465, 20, 11, '2010-03-21 16:36:52.135353'); |
| 1052 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (466, 20, 40, '2010-03-21 16:36:52.135353'); |
| 1053 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (467, 20, 41, '2010-03-21 16:36:52.135353'); |
| 1054 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (468, 20, 34, '2010-03-21 16:36:52.135353'); |
| 1055 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (469, 20, 42, '2010-03-21 16:36:52.135353'); |
| 1056 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (470, 20, 43, '2010-03-21 16:36:52.135353'); |
| 1057 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (471, 20, 12, '2010-03-21 16:36:52.135353'); |
| 1058 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (472, 20, 44, '2010-03-21 16:36:52.135353'); |
| 1059 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (473, 20, 13, '2010-03-21 16:36:52.135353'); |
| 1060 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (474, 20, 45, '2010-03-21 16:36:52.135353'); |
| 1061 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (475, 20, 15, '2010-03-21 16:36:52.135353'); |
| 1062 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (476, 20, 14, '2010-03-21 16:36:52.135353'); |
| 1063 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (477, 20, 46, '2010-03-21 16:36:52.135353'); |
| 1064 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (478, 20, 47, '2010-03-21 16:36:52.135353'); |
| 1065 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (479, 20, 16, '2010-03-21 16:36:52.135353'); |
| 1066 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (480, 20, 17, '2010-03-21 16:36:52.135353'); |
| 1067 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (481, 20, 18, '2010-03-21 16:36:52.135353'); |
| 1068 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (482, 20, 19, '2010-03-21 16:36:52.135353'); |
| 1069 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (483, 20, 20, '2010-03-21 16:36:52.135353'); |
| 1070 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (484, 20, 48, '2010-03-21 16:36:52.135353'); |
| 1071 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (485, 20, 21, '2010-03-21 16:36:52.135353'); |
| 1072 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (486, 20, 22, '2010-03-21 16:36:52.135353'); |
| 1073 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (487, 20, 23, '2010-03-21 16:36:52.135353'); |
| 1074 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (488, 20, 49, '2010-03-21 16:36:52.135353'); |
| 1075 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (489, 20, 24, '2010-03-21 16:36:52.135353'); |
| 1076 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (490, 20, 50, '2010-03-21 16:36:52.135353'); |
| 1077 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (491, 20, 35, '2010-03-21 16:36:52.135353'); |
| 1078 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (492, 20, 25, '2010-03-21 16:36:52.135353'); |
| 1079 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (493, 20, 26, '2010-03-21 16:36:52.135353'); |
| 1080 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (494, 20, 27, '2010-03-21 16:36:52.135353'); |
| 1081 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (495, 20, 28, '2010-03-21 16:36:52.135353'); |
| 1082 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (496, 20, 30, '2010-03-21 16:36:52.135353'); |
| 1083 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (497, 20, 51, '2010-03-21 16:36:52.135353'); |
| 1084 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (498, 20, 52, '2010-03-21 16:36:52.135353'); |
| 1085 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (499, 20, 31, '2010-03-21 16:36:52.135353'); |
| 1086 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (500, 20, 53, '2010-03-21 16:36:52.135353'); |
| 1087 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (501, 20, 54, '2010-03-21 16:36:52.135353'); |
| 1088 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (502, 21, 3, '2010-03-21 16:36:52.135353'); |
| 1089 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (503, 21, 1, '2010-03-21 16:36:52.135353'); |
| 1090 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (504, 21, 2, '2010-03-21 16:36:52.135353'); |
| 1091 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (505, 21, 4, '2010-03-21 16:36:52.135353'); |
| 1092 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (506, 21, 7, '2010-03-21 16:36:52.135353'); |
| 1093 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (507, 21, 29, '2010-03-21 16:36:52.135353'); |
| 1094 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (508, 21, 36, '2010-03-21 16:36:52.135353'); |
| 1095 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (509, 21, 5, '2010-03-21 16:36:52.135353'); |
| 1096 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (510, 21, 37, '2010-03-21 16:36:52.135353'); |
| 1097 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (511, 21, 38, '2010-03-21 16:36:52.135353'); |
| 1098 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (512, 21, 8, '2010-03-21 16:36:52.135353'); |
| 1099 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (513, 21, 32, '2010-03-21 16:36:52.135353'); |
| 1100 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (514, 21, 33, '2010-03-21 16:36:52.135353'); |
| 1101 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (515, 21, 39, '2010-03-21 16:36:52.135353'); |
| 1102 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (516, 21, 9, '2010-03-21 16:36:52.135353'); |
| 1103 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (517, 21, 10, '2010-03-21 16:36:52.135353'); |
| 1104 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (518, 21, 11, '2010-03-21 16:36:52.135353'); |
| 1105 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (519, 21, 40, '2010-03-21 16:36:52.135353'); |
| 1106 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (520, 21, 41, '2010-03-21 16:36:52.135353'); |
| 1107 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (521, 21, 34, '2010-03-21 16:36:52.135353'); |
| 1108 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (522, 21, 42, '2010-03-21 16:36:52.135353'); |
| 1109 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (523, 21, 43, '2010-03-21 16:36:52.135353'); |
| 1110 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (524, 21, 12, '2010-03-21 16:36:52.135353'); |
| 1111 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (525, 21, 44, '2010-03-21 16:36:52.135353'); |
| 1112 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (526, 21, 13, '2010-03-21 16:36:52.135353'); |
| 1113 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (527, 21, 45, '2010-03-21 16:36:52.135353'); |
| 1114 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (528, 21, 15, '2010-03-21 16:36:52.135353'); |
| 1115 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (529, 21, 14, '2010-03-21 16:36:52.135353'); |
| 1116 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (530, 21, 46, '2010-03-21 16:36:52.135353'); |
| 1117 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (531, 21, 47, '2010-03-21 16:36:52.135353'); |
| 1118 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (532, 21, 16, '2010-03-21 16:36:52.135353'); |
| 1119 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (533, 21, 17, '2010-03-21 16:36:52.135353'); |
| 1120 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (534, 21, 18, '2010-03-21 16:36:52.135353'); |
| 1121 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (535, 21, 19, '2010-03-21 16:36:52.135353'); |
| 1122 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (536, 21, 20, '2010-03-21 16:36:52.135353'); |
| 1123 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (537, 21, 48, '2010-03-21 16:36:52.135353'); |
| 1124 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (538, 21, 21, '2010-03-21 16:36:52.135353'); |
| 1125 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (539, 21, 22, '2010-03-21 16:36:52.135353'); |
| 1126 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (540, 21, 23, '2010-03-21 16:36:52.135353'); |
| 1127 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (541, 21, 49, '2010-03-21 16:36:52.135353'); |
| 1128 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (542, 21, 24, '2010-03-21 16:36:52.135353'); |
| 1129 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (543, 21, 50, '2010-03-21 16:36:52.135353'); |
| 1130 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (544, 21, 35, '2010-03-21 16:36:52.135353'); |
| 1131 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (545, 21, 25, '2010-03-21 16:36:52.135353'); |
| 1132 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (546, 21, 26, '2010-03-21 16:36:52.135353'); |
| 1133 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (547, 21, 27, '2010-03-21 16:36:52.135353'); |
| 1134 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (548, 21, 28, '2010-03-21 16:36:52.135353'); |
| 1135 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (549, 21, 30, '2010-03-21 16:36:52.135353'); |
| 1136 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (550, 21, 51, '2010-03-21 16:36:52.135353'); |
| 1137 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (551, 21, 52, '2010-03-21 16:36:52.135353'); |
| 1138 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (552, 21, 31, '2010-03-21 16:36:52.135353'); |
| 1139 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (553, 21, 53, '2010-03-21 16:36:52.135353'); |
| 1140 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (554, 21, 54, '2010-03-21 16:36:52.135353'); |
| 1141 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (555, 22, 3, '2010-03-21 16:36:52.135353'); |
| 1142 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (556, 22, 1, '2010-03-21 16:36:52.135353'); |
| 1143 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (557, 22, 2, '2010-03-21 16:36:52.135353'); |
| 1144 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (558, 22, 4, '2010-03-21 16:36:52.135353'); |
| 1145 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (559, 22, 7, '2010-03-21 16:36:52.135353'); |
| 1146 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (560, 22, 29, '2010-03-21 16:36:52.135353'); |
| 1147 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (561, 22, 36, '2010-03-21 16:36:52.135353'); |
| 1148 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (562, 22, 5, '2010-03-21 16:36:52.135353'); |
| 1149 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (563, 22, 37, '2010-03-21 16:36:52.135353'); |
| 1150 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (564, 22, 38, '2010-03-21 16:36:52.135353'); |
| 1151 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (565, 22, 8, '2010-03-21 16:36:52.135353'); |
| 1152 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (566, 22, 32, '2010-03-21 16:36:52.135353'); |
| 1153 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (567, 22, 33, '2010-03-21 16:36:52.135353'); |
| 1154 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (568, 22, 39, '2010-03-21 16:36:52.135353'); |
| 1155 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (569, 22, 9, '2010-03-21 16:36:52.135353'); |
| 1156 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (570, 22, 10, '2010-03-21 16:36:52.135353'); |
| 1157 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (571, 22, 11, '2010-03-21 16:36:52.135353'); |
| 1158 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (572, 22, 40, '2010-03-21 16:36:52.135353'); |
| 1159 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (573, 22, 41, '2010-03-21 16:36:52.135353'); |
| 1160 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (574, 22, 34, '2010-03-21 16:36:52.135353'); |
| 1161 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (575, 22, 42, '2010-03-21 16:36:52.135353'); |
| 1162 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (576, 22, 43, '2010-03-21 16:36:52.135353'); |
| 1163 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (577, 22, 12, '2010-03-21 16:36:52.135353'); |
| 1164 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (578, 22, 44, '2010-03-21 16:36:52.135353'); |
| 1165 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (579, 22, 13, '2010-03-21 16:36:52.135353'); |
| 1166 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (580, 22, 45, '2010-03-21 16:36:52.135353'); |
| 1167 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (581, 22, 15, '2010-03-21 16:36:52.135353'); |
| 1168 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (582, 22, 14, '2010-03-21 16:36:52.135353'); |
| 1169 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (583, 22, 46, '2010-03-21 16:36:52.135353'); |
| 1170 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (584, 22, 47, '2010-03-21 16:36:52.135353'); |
| 1171 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (585, 22, 16, '2010-03-21 16:36:52.135353'); |
| 1172 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (586, 22, 17, '2010-03-21 16:36:52.135353'); |
| 1173 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (587, 22, 18, '2010-03-21 16:36:52.135353'); |
| 1174 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (588, 22, 19, '2010-03-21 16:36:52.135353'); |
| 1175 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (589, 22, 20, '2010-03-21 16:36:52.135353'); |
| 1176 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (590, 22, 48, '2010-03-21 16:36:52.135353'); |
| 1177 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (591, 22, 21, '2010-03-21 16:36:52.135353'); |
| 1178 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (592, 22, 22, '2010-03-21 16:36:52.135353'); |
| 1179 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (593, 22, 23, '2010-03-21 16:36:52.135353'); |
| 1180 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (594, 22, 49, '2010-03-21 16:36:52.135353'); |
| 1181 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (595, 22, 24, '2010-03-21 16:36:52.135353'); |
| 1182 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (596, 22, 50, '2010-03-21 16:36:52.135353'); |
| 1183 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (597, 22, 35, '2010-03-21 16:36:52.135353'); |
| 1184 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (598, 22, 25, '2010-03-21 16:36:52.135353'); |
| 1185 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (599, 22, 26, '2010-03-21 16:36:52.135353'); |
| 1186 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (600, 22, 27, '2010-03-21 16:36:52.135353'); |
| 1187 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (601, 22, 28, '2010-03-21 16:36:52.135353'); |
| 1188 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (602, 22, 30, '2010-03-21 16:36:52.135353'); |
| 1189 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (603, 22, 51, '2010-03-21 16:36:52.135353'); |
| 1190 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (604, 22, 52, '2010-03-21 16:36:52.135353'); |
| 1191 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (605, 22, 31, '2010-03-21 16:36:52.135353'); |
| 1192 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (606, 22, 53, '2010-03-21 16:36:52.135353'); |
| 1193 | +INSERT INTO sectionselection (id, distroseries, section, date_created) VALUES (607, 22, 54, '2010-03-21 16:36:52.135353'); |
| 1194 | |
| 1195 | |
| 1196 | ALTER TABLE sectionselection ENABLE TRIGGER ALL; |
| 1197 | @@ -8972,6 +9727,7 @@ |
| 1198 | ALTER TABLE signedcodeofconduct DISABLE TRIGGER ALL; |
| 1199 | |
| 1200 | INSERT INTO signedcodeofconduct (id, owner, signingkey, datecreated, signedcode, recipient, active, admincomment) VALUES (1, 16, 1, '2005-09-27 10:01:13', 'Sampledata signedcode', NULL, true, NULL); |
| 1201 | +INSERT INTO signedcodeofconduct (id, owner, signingkey, datecreated, signedcode, recipient, active, admincomment) VALUES (2, 243651, 3, '2010-03-21 16:37:03.438124', 'Normally a signed CoC would go here.', NULL, true, NULL); |
| 1202 | |
| 1203 | |
| 1204 | ALTER TABLE signedcodeofconduct ENABLE TRIGGER ALL; |
| 1205 | @@ -8992,6 +9748,15 @@ |
| 1206 | INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (11, 11, 0); |
| 1207 | INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (12, 12, 0); |
| 1208 | INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (13, 13, 0); |
| 1209 | +INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (14, 14, 0); |
| 1210 | +INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (15, 15, 0); |
| 1211 | +INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (16, 16, 0); |
| 1212 | +INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (17, 17, 0); |
| 1213 | +INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (18, 18, 0); |
| 1214 | +INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (19, 19, 0); |
| 1215 | +INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (20, 20, 0); |
| 1216 | +INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (21, 21, 0); |
| 1217 | +INSERT INTO sourcepackageformatselection (id, distroseries, format) VALUES (22, 22, 0); |
| 1218 | |
| 1219 | |
| 1220 | ALTER TABLE sourcepackageformatselection ENABLE TRIGGER ALL; |
| 1221 | @@ -9016,6 +9781,7 @@ |
| 1222 | INSERT INTO sourcepackagename (id, name) VALUES (25, 'language-pack-de'); |
| 1223 | INSERT INTO sourcepackagename (id, name) VALUES (26, 'iceweasel'); |
| 1224 | INSERT INTO sourcepackagename (id, name) VALUES (27, 'commercialpackage'); |
| 1225 | +INSERT INTO sourcepackagename (id, name) VALUES (28, 'hello'); |
| 1226 | |
| 1227 | |
| 1228 | ALTER TABLE sourcepackagename ENABLE TRIGGER ALL; |
| 1229 | @@ -9023,33 +9789,33 @@ |
| 1230 | |
| 1231 | ALTER TABLE sourcepackagepublishinghistory DISABLE TRIGGER ALL; |
| 1232 | |
| 1233 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (1, 14, 1, 1, 1, 3, '2004-09-27 11:57:13', NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1234 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (2, 15, 3, 2, 1, 3, '2004-09-27 11:57:13', '2004-09-27 11:57:13', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1235 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (4, 17, 1, 2, 1, 1, '2004-03-14 18:00:00', '2004-03-14 18:00:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1236 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (5, 16, 3, 2, 1, 2, '2004-03-10 16:30:00', '2004-03-10 16:30:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1237 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (1, 14, 1, 4, 1, 3, '2004-09-27 11:57:13', NULL, '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1238 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (2, 15, 3, 4, 1, 3, '2004-09-27 11:57:13', '2004-09-27 11:57:13', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1239 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (4, 17, 1, 4, 1, 1, '2004-03-14 18:00:00', '2004-03-14 18:00:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1240 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (5, 16, 3, 4, 1, 2, '2004-03-10 16:30:00', '2004-03-10 16:30:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1241 | INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (8, 20, 3, 3, 1, 1, '2005-04-18 17:34:15.308434', '2005-04-18 17:34:15.308434', '2005-08-24 17:01:15.308434', 21, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1242 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (9, 21, 3, 2, 1, 3, '2005-08-24 17:01:15.308434', '2005-08-24 17:01:15.308434', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1243 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (10, 23, 1, 2, 1, 1, '2005-09-15 11:42:02.870714', '2005-09-15 11:42:02.870714', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1244 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (9, 21, 3, 4, 1, 3, '2005-08-24 17:01:15.308434', '2005-08-24 17:01:15.308434', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1245 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (10, 23, 1, 4, 1, 1, '2005-09-15 11:42:02.870714', '2005-09-15 11:42:02.870714', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1246 | INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (11, 24, 8, 2, 1, 2, '2005-09-15 11:42:21.070926', '2005-09-15 11:42:21.070926', NULL, NULL, NULL, NULL, NULL, 0, 3, NULL, NULL); |
| 1247 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (12, 25, 3, 2, 1, 1, '2005-09-15 11:43:00.05741', '2005-09-15 11:43:00.05741', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1248 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (13, 26, 3, 2, 3, 1, '2005-12-22 18:19:00.05741', '2005-12-22 18:20:00.05741', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1249 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (12, 25, 3, 4, 1, 1, '2005-09-15 11:43:00.05741', '2005-09-15 11:43:00.05741', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1250 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (13, 26, 3, 4, 3, 1, '2005-12-22 18:19:00.05741', '2005-12-22 18:20:00.05741', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1251 | INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (14, 24, 3, 3, 1, 3, '2005-09-15 11:44:00.10654', '2005-09-15 11:44:00.10654', '2005-09-15 11:44:00.10654', 25, '2005-09-15 11:44:00.10654', '2005-09-15 11:44:00.10654', '2005-09-15 11:44:00.10654', 0, 1, NULL, NULL); |
| 1252 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (15, 24, 1, 2, 1, 1, '2005-09-16 11:42:02.870714', '2005-09-16 11:42:02.870714', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1253 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (16, 27, 3, 2, 1, 1, '2005-02-10 12:19:00.05741', '2005-02-10 12:20:00.05741', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1254 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (17, 28, 3, 2, 1, 1, '2005-02-10 12:19:00.05741', '2005-02-10 12:20:00.05741', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1255 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (18, 14, 1, 2, 1, 2, '2006-02-13 12:19:00.05741', '2006-02-13 12:19:00.05741', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1256 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (19, 28, 1, 1, 1, 3, '2006-02-15 12:19:00.05741', NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1257 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (20, 25, 1, 1, 1, 3, '2006-02-15 12:19:00.05741', NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1258 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (15, 24, 1, 4, 1, 1, '2005-09-16 11:42:02.870714', '2005-09-16 11:42:02.870714', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1259 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (16, 27, 3, 4, 1, 1, '2005-02-10 12:19:00.05741', '2005-02-10 12:20:00.05741', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1260 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (17, 28, 3, 4, 1, 1, '2005-02-10 12:19:00.05741', '2005-02-10 12:20:00.05741', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1261 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (18, 14, 1, 4, 1, 2, '2006-02-13 12:19:00.05741', '2006-02-13 12:19:00.05741', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1262 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (19, 28, 1, 4, 1, 3, '2006-02-15 12:19:00.05741', NULL, '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1263 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (20, 25, 1, 4, 1, 3, '2006-02-15 12:19:00.05741', NULL, '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1264 | INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (21, 24, 11, 4, 1, 3, '2006-09-14 11:44:00.10654', '2006-09-14 11:44:00', '2006-09-14 11:44:01', 25, '2006-09-14 11:45:00', '2006-09-14 11:45:00', '2006-09-15 11:45:00', 0, 8, 1, 'does anyone like ? I did not think so.'); |
| 1265 | INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (22, 32, 1, 4, 1, 3, '2006-12-01 13:44:00.10654', '2006-12-01 11:44:00', NULL, NULL, NULL, NULL, '2006-12-02 11:44:00', 0, 1, 28, 'I do not like it.'); |
| 1266 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (23, 33, 1, 2, 1, 3, '2006-12-01 13:44:00.10654', '2006-12-01 11:44:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1267 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (23, 33, 1, 4, 1, 3, '2006-12-01 13:44:00.10654', '2006-12-01 11:44:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1268 | INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (24, 14, 1, 2, 1, 2, '2006-02-19 11:57:13', '2007-02-19 11:57:13', NULL, NULL, NULL, NULL, NULL, 0, 8, NULL, NULL); |
| 1269 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (25, 33, 10, 2, 1, 3, '2007-04-25 13:44:00.10654', '2007-04-25 14:14:00', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1270 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (26, 35, 1, 2, 1, 3, '2006-04-11 12:00:00', '2006-04-11 12:00:01', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL); |
| 1271 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (25, 33, 10, 4, 1, 3, '2007-04-25 13:44:00.10654', '2007-04-25 14:14:00', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1272 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (26, 35, 1, 4, 1, 3, '2006-04-11 12:00:00', '2006-04-11 12:00:01', '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 1, 16, 'Cleaned up because of missing Librarian files.'); |
| 1273 | INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (27, 33, 10, 2, 1, 3, '2007-07-09 13:44:00.10654', '2007-07-09 14:14:00', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL); |
| 1274 | INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (28, 35, 1, 2, 1, 3, '2007-07-09 12:00:00', '2007-07-09 12:00:01', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL); |
| 1275 | INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (29, 20, 1, 2, 1, 3, '2007-07-09 12:00:00', '2007-07-09 12:00:01', NULL, NULL, NULL, NULL, NULL, 0, 9, NULL, NULL); |
| 1276 | -INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (30, 36, 10, 2, 5, 7, '2007-08-09 21:28:12.106187', NULL, NULL, NULL, NULL, NULL, NULL, 0, 12, NULL, NULL); |
| 1277 | +INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (30, 36, 10, 4, 5, 7, '2007-08-09 21:28:12.106187', NULL, '2010-03-21 16:36:52.135353', NULL, NULL, NULL, NULL, 0, 12, 16, 'Cleaned up because of missing Librarian files.'); |
| 1278 | INSERT INTO sourcepackagepublishinghistory (id, sourcepackagerelease, distroseries, status, component, section, datecreated, datepublished, datesuperseded, supersededby, datemadepending, scheduleddeletiondate, dateremoved, pocket, archive, removed_by, removal_comment) VALUES (31, 35, 10, 2, 1, 3, '2007-07-09 12:00:00', '2007-07-09 12:00:01', NULL, NULL, NULL, NULL, NULL, 0, 10, NULL, NULL); |
| 1279 | |
| 1280 | |
| 1281 | @@ -9093,29 +9859,29 @@ |
| 1282 | |
| 1283 | ALTER TABLE sourcepackagerelease DISABLE TRIGGER ALL; |
| 1284 | |
| 1285 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (14, 1, '0.9', '2004-09-27 11:57:13', 1, NULL, 1, 'Mozilla dummy Changelog......', 'gcc-3.4-base, libc6 (>= 2.3.2.ds1-4), gcc-3.4 (>= 3.4.1-4sarge1), gcc-3.4 (<< 3.4.2), libstdc++6-dev (>= 3.4.1-4sarge1), pmount', 'bacula-common (= 1.34.6-2), bacula-director-common (= 1.34.6-2), postgresql-client (>= 7.4), pmount', 'any', NULL, 1, 1, 1, 1, 1, 'Mark Shuttleworth <mark@canonical.com>', '3.6.2', '1.0', 'mozilla-firefox', 1, NULL, 'gcc-4.0, pmount', 'gcc-4.0-base, pmount', NULL); |
| 1286 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (15, 1, '1.0', '2004-09-27 11:57:13', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 2, 1, 9, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1287 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (16, 1, '1.0-1', '2005-03-10 16:30:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 3, 1, 10, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1288 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (17, 1, '0.99.6-1', '2005-03-14 18:00:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 2, 1, 10, 1, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1289 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (20, 1, '0.1-1', '2005-03-24 20:59:31.439579', 1, NULL, 1, 'pmount (0.1-1) hoary; urgency=low |
| 1290 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (14, 1, '0.9', '2004-09-27 11:57:13', 1, NULL, 1, 'Mozilla dummy Changelog......', 'gcc-3.4-base, libc6 (>= 2.3.2.ds1-4), gcc-3.4 (>= 3.4.1-4sarge1), gcc-3.4 (<< 3.4.2), libstdc++6-dev (>= 3.4.1-4sarge1), pmount', 'bacula-common (= 1.34.6-2), bacula-director-common (= 1.34.6-2), postgresql-client (>= 7.4), pmount', 'any', NULL, 1, 1, 1, 1, 1, 'Mark Shuttleworth <mark@canonical.com>', '3.6.2', '1.0', 'mozilla-firefox', 1, NULL, 'gcc-4.0, pmount', 'gcc-4.0-base, pmount', NULL, NULL); |
| 1291 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (15, 1, '1.0', '2004-09-27 11:57:13', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 2, 1, 9, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1292 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (16, 1, '1.0-1', '2005-03-10 16:30:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 3, 1, 10, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1293 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (17, 1, '0.99.6-1', '2005-03-14 18:00:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 2, 1, 10, 1, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1294 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (20, 1, '0.1-1', '2005-03-24 20:59:31.439579', 1, NULL, 1, 'pmount (0.1-1) hoary; urgency=low |
| 1295 | |
| 1296 | * Fix description (Malone #1) |
| 1297 | * Fix debian (Debian #2000) |
| 1298 | * Fix warty (Warty Ubuntu #1) |
| 1299 | |
| 1300 | - -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 2, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1301 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (21, 1, '0.1-2', '2005-06-24 20:59:31.439579', 1, NULL, 1, 'This is a placeholder changelog for pmount 0.1-2', NULL, NULL, 'powerpc', NULL, 1, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1302 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (23, 1, '1.0.8-1ubuntu1', '2005-02-03 08:50:00', 1, NULL, 1, 'alsa-utils (1.0.8-1ubuntu1) warty; urgency=low |
| 1303 | - |
| 1304 | - * Placeholder |
| 1305 | - |
| 1306 | - -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 1, 19, 1, 1, 'Mark Shuttleworth <mark@example.com>', '3.6.2', '1.0', 'alsa-mixer', 1, NULL, NULL, NULL, NULL); |
| 1307 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (24, 1, '1.0.9a-4', '2005-07-01 22:47:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4) warty; urgency=low |
| 1308 | - |
| 1309 | - * Placeholder |
| 1310 | - |
| 1311 | - -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'any', NULL, 2, 1, 19, 8, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1312 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (25, 1, '1.0.9a-4ubuntu1', '2005-08-01 14:10:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4ubuntu1) hoary; urgency=low |
| 1313 | + -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 2, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1314 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (21, 1, '0.1-2', '2005-06-24 20:59:31.439579', 1, NULL, 1, 'This is a placeholder changelog for pmount 0.1-2', NULL, NULL, 'powerpc', NULL, 1, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1315 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (23, 1, '1.0.8-1ubuntu1', '2005-02-03 08:50:00', 1, NULL, 1, 'alsa-utils (1.0.8-1ubuntu1) warty; urgency=low |
| 1316 | + |
| 1317 | + * Placeholder |
| 1318 | + |
| 1319 | + -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 1, 19, 1, 1, 'Mark Shuttleworth <mark@example.com>', '3.6.2', '1.0', 'alsa-mixer', 1, NULL, NULL, NULL, NULL, NULL); |
| 1320 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (24, 1, '1.0.9a-4', '2005-07-01 22:47:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4) warty; urgency=low |
| 1321 | + |
| 1322 | + * Placeholder |
| 1323 | + |
| 1324 | + -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'any', NULL, 2, 1, 19, 8, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1325 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (25, 1, '1.0.9a-4ubuntu1', '2005-08-01 14:10:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4ubuntu1) hoary; urgency=low |
| 1326 | |
| 1327 | * Placeholder |
| 1328 | LP: #10 |
| 1329 | @@ -9124,22 +9890,22 @@ |
| 1330 | LP: #7, #8, |
| 1331 | #11 |
| 1332 | |
| 1333 | - -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 16, 19, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1334 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (26, 1, 'cr.g7-37', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 1, 16, 20, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1335 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (27, 1, 'b8p', '2006-02-10 11:19:00', 1, NULL, 1, 'libstdc++ (9.9-1) hoary; urgency=high |
| 1336 | + -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 16, 19, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1337 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (26, 1, 'cr.g7-37', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 1, 16, 20, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1338 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (27, 1, 'b8p', '2006-02-10 11:19:00', 1, NULL, 1, 'libstdc++ (9.9-1) hoary; urgency=high |
| 1339 | |
| 1340 | * Placeholder |
| 1341 | |
| 1342 | - -- Sample Person <test@canonical.com> Tue, 10 Feb 2006 10:10:08 +0300', NULL, NULL, 'powerpc i386', NULL, 1, 16, 21, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1343 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (28, 1, '2.6.15.3', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 1, 16, 22, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1344 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (29, 1, '0.00', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 17, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1345 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (30, 1, '1.0', '2006-09-28 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 20, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1346 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (31, 1, '1.0', '2006-09-28 18:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 20, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1347 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (32, 1, '1.0', '2006-12-01 13:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 23, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1348 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (33, 1, '1.0', '2006-12-01 13:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 24, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1349 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (34, 1, '1.0', '2007-02-15 14:19:01', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 29, 16, 25, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 1350 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (35, 1, '1.0', '2006-04-11 11:19:01', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 1, 16, 26, 1, 1, NULL, NULL, '1.0', NULL, 10, NULL, NULL, NULL, NULL); |
| 1351 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (36, 243606, '1.0-1', '2007-08-09 21:25:37.832976', 1, NULL, 5, 'commercialpackage (1.0-1) breezy; urgency=low |
| 1352 | + -- Sample Person <test@canonical.com> Tue, 10 Feb 2006 10:10:08 +0300', NULL, NULL, 'powerpc i386', NULL, 1, 16, 21, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1353 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (28, 1, '2.6.15.3', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 1, 16, 22, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1354 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (29, 1, '0.00', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 17, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1355 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (30, 1, '1.0', '2006-09-28 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 20, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1356 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (31, 1, '1.0', '2006-09-28 18:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 20, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1357 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (32, 1, '1.0', '2006-12-01 13:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 23, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1358 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (33, 1, '1.0', '2006-12-01 13:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 24, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1359 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (34, 1, '1.0', '2007-02-15 14:19:01', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 29, 16, 25, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 1360 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (35, 1, '1.0', '2006-04-11 11:19:01', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 1, 16, 26, 1, 1, NULL, NULL, '1.0', NULL, 10, NULL, NULL, NULL, NULL, NULL); |
| 1361 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (36, 243606, '1.0-1', '2007-08-09 21:25:37.832976', 1, NULL, 5, 'commercialpackage (1.0-1) breezy; urgency=low |
| 1362 | |
| 1363 | * Initial version |
| 1364 | Address for testing linkification: Foo Bar <foo.bar@canonical.com> |
| 1365 | @@ -9163,8 +9929,423 @@ |
| 1366 | iD8DBQFGtzTjWhGlTF8G/HcRAtFsAJ4hHyKhOnsUOQDI+SAk000DmFAnUgCcC84J |
| 1367 | 3F4bEPeRcnUjCFI/hjR0kxg= |
| 1368 | =Tjln |
| 1369 | -', 7, 243606, 27, 10, 1, 'Julian Edwards <launchpad@julian-edwards.com>', '3.6.2', '1.0', 'commercialpackage', 12, NULL, NULL, NULL, NULL); |
| 1370 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (37, 1, '1.0', '2006-04-11 11:19:01', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 1, 16, 26, 1, 1, NULL, NULL, '1.0', NULL, 11, NULL, NULL, NULL, NULL); |
| 1371 | +', 7, 243606, 27, 10, 1, 'Julian Edwards <launchpad@julian-edwards.com>', '3.6.2', '1.0', 'commercialpackage', 12, NULL, NULL, NULL, NULL, NULL); |
| 1372 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (37, 1, '1.0', '2006-04-11 11:19:01', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 1, 16, 26, 1, 1, NULL, NULL, '1.0', NULL, 11, NULL, NULL, NULL, NULL, NULL); |
| 1373 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (38, 243652, '2.4-3', '2010-03-21 16:40:52.468708', 1, NULL, 3, 'hello (2.4-3) lucid; urgency=low |
| 1374 | + |
| 1375 | + * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz. |
| 1376 | + -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE----- |
| 1377 | +Hash: SHA1 |
| 1378 | + |
| 1379 | +Format: 1.0 |
| 1380 | +Source: hello |
| 1381 | +Binary: hello |
| 1382 | +Architecture: any |
| 1383 | +Version: 2.4-3 |
| 1384 | +Maintainer: Santiago Vila <sanvila@debian.org> |
| 1385 | +Standards-Version: 3.8.3 |
| 1386 | +Checksums-Sha1: |
| 1387 | + fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz |
| 1388 | + 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz |
| 1389 | +Checksums-Sha256: |
| 1390 | + 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz |
| 1391 | + 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz |
| 1392 | +Files: |
| 1393 | + 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz |
| 1394 | + 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz |
| 1395 | + |
| 1396 | +Version: GnuPG v1.4.10 (GNU/Linux) |
| 1397 | + |
| 1398 | +iQEcBAEBAgAGBQJLmIvHAAoJEJ3amgfFEfZnU8QIAICN7JOMC95OyQS1kEKfTAl9 |
| 1399 | +lC2fKpr+T/nXXME2ixjmiD3SsN5vx52rsrWL1V43CvyBmCorvZ1iVq27zokrUcPD |
| 1400 | +PcTCeEldBlOQNVXs8mqr/PfQT7nKD0oW7JTWCWfsJSINy9jLez+wx98qFrXjsHHh |
| 1401 | +HnXG3gcAXvf0i7PGk/9S8/9M1fdK0nKLxzY8pXAB/EruFcrFsiMjoyhAbnrfeQRJ |
| 1402 | +UtD5w8poXIenctKyrC/yBBAkOVXKoIWBffMpRqwuo2kKiCpZnY7hr/HI2U+tbb+n |
| 1403 | +LgrjBjmLvxD5F3XxiNiqpClqqHHmO5tT3iTSzKF8zql/HPcgX73F4oQAp2mAKS8= |
| 1404 | +=GTTu |
| 1405 | +', 7, 243652, 28, 22, 1, 'Santiago Vila <sanvila@debian.org>', '3.8.3', '1.0', 'hello', 1, 'This is the Debian GNU prepackaged version of the FSF''s GNU hello |
| 1406 | +utility. This package provides the classic greeting to the users of |
| 1407 | +Debian, as well as providing Debian''s developers with an example of |
| 1408 | +how to package a GNU program. GNU `hello'' was written by Mike Haertel, |
| 1409 | +David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah |
| 1410 | +Friedman, Karl Eichwalder, and The King. |
| 1411 | + |
| 1412 | +This package was first put together by Ian Jackson and it''s currently |
| 1413 | +maintained by Santiago Vila. The source for this release was taken |
| 1414 | +from: |
| 1415 | + |
| 1416 | +http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz |
| 1417 | + |
| 1418 | +The changes were very minimal: |
| 1419 | + |
| 1420 | +- Adding support for the Debian package maintenance scheme, by adding |
| 1421 | + various debian/* files. |
| 1422 | + |
| 1423 | +Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 1424 | +2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1425 | + |
| 1426 | +Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson. |
| 1427 | + |
| 1428 | +This program is free software: you can redistribute it and/or modify |
| 1429 | +it under the terms of the GNU General Public License as published by |
| 1430 | +the Free Software Foundation, either version 3 of the License, or |
| 1431 | +(at your option) any later version. |
| 1432 | + |
| 1433 | +This program is distributed in the hope that it will be useful, |
| 1434 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 1435 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 1436 | +GNU General Public License for more details. |
| 1437 | + |
| 1438 | +You should have received a copy of the GNU General Public License |
| 1439 | +along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
| 1440 | + |
| 1441 | +On Debian systems, the complete text of the GNU General Public License |
| 1442 | +can be found in `/usr/share/common-licenses/GPL''. |
| 1443 | + |
| 1444 | +Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008 |
| 1445 | +Free Software Foundation, Inc. |
| 1446 | + |
| 1447 | +Permission is granted to copy, distribute and/or modify this |
| 1448 | +document under the terms of the GNU Free Documentation License, |
| 1449 | +Version 1.2 or any later version published by the Free Software |
| 1450 | +Foundation; with no Invariant Sections, with no Front-Cover Texts, |
| 1451 | +and with no Back-Cover Texts. A copy of the license is included |
| 1452 | +in the section entitled "GNU Free Documentation License". |
| 1453 | + |
| 1454 | +On Debian systems, the complete text of the GNU Free Documentation |
| 1455 | +License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 94); |
| 1456 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (39, 243652, '2.4-3', '2010-03-21 16:40:53.242249', 1, NULL, 3, 'hello (2.4-3) lucid; urgency=low |
| 1457 | + |
| 1458 | + * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz. |
| 1459 | + -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE----- |
| 1460 | +Hash: SHA1 |
| 1461 | + |
| 1462 | +Format: 1.0 |
| 1463 | +Source: hello |
| 1464 | +Binary: hello |
| 1465 | +Architecture: any |
| 1466 | +Version: 2.4-3 |
| 1467 | +Maintainer: Santiago Vila <sanvila@debian.org> |
| 1468 | +Standards-Version: 3.8.3 |
| 1469 | +Checksums-Sha1: |
| 1470 | + fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz |
| 1471 | + 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz |
| 1472 | +Checksums-Sha256: |
| 1473 | + 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz |
| 1474 | + 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz |
| 1475 | +Files: |
| 1476 | + 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz |
| 1477 | + 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz |
| 1478 | + |
| 1479 | +Version: GnuPG v1.4.10 (GNU/Linux) |
| 1480 | + |
| 1481 | +iQEcBAEBAgAGBQJLmUVdAAoJEHVUWkiQp7mWu9MH/1jzF2VpsT85mLjLMlVgTr72 |
| 1482 | +AGi5tqS29NWWOb/JxeK8JrN9EfQ+dPhn0gxQ8uJbq3qBzU44WXhrc+aOo7PkDmUV |
| 1483 | +1Pu2Epf0sz76AjSiqBOPFhQOuOulkv3B1VBcUSIxnXCp2XLKMppmXjATa0I3FC5u |
| 1484 | +H7MlEe2Ly6d8Sbj1W+zuHhX5e9vQNoxcyIvXW8d86epNdH849rlkO3QIJbkqswoM |
| 1485 | +QM0q7mDWFE1g1x8yE9LR9dOugrNBZGv2Z7NP88zWYi0hgs7Yt/D5k8UQm+59BwkQ |
| 1486 | +ZhFqGx8/Jb60dTjUolGD08VGvFdpuXhNCMUfqqAWvSgGpJGwqtfTR5Ei16DanAg= |
| 1487 | +=+vup |
| 1488 | +', 7, 243652, 28, 22, 1, 'Santiago Vila <sanvila@debian.org>', '3.8.3', '1.0', 'hello', 1, 'This is the Debian GNU prepackaged version of the FSF''s GNU hello |
| 1489 | +utility. This package provides the classic greeting to the users of |
| 1490 | +Debian, as well as providing Debian''s developers with an example of |
| 1491 | +how to package a GNU program. GNU `hello'' was written by Mike Haertel, |
| 1492 | +David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah |
| 1493 | +Friedman, Karl Eichwalder, and The King. |
| 1494 | + |
| 1495 | +This package was first put together by Ian Jackson and it''s currently |
| 1496 | +maintained by Santiago Vila. The source for this release was taken |
| 1497 | +from: |
| 1498 | + |
| 1499 | +http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz |
| 1500 | + |
| 1501 | +The changes were very minimal: |
| 1502 | + |
| 1503 | +- Adding support for the Debian package maintenance scheme, by adding |
| 1504 | + various debian/* files. |
| 1505 | + |
| 1506 | +Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 1507 | +2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1508 | + |
| 1509 | +Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson. |
| 1510 | + |
| 1511 | +This program is free software: you can redistribute it and/or modify |
| 1512 | +it under the terms of the GNU General Public License as published by |
| 1513 | +the Free Software Foundation, either version 3 of the License, or |
| 1514 | +(at your option) any later version. |
| 1515 | + |
| 1516 | +This program is distributed in the hope that it will be useful, |
| 1517 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 1518 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 1519 | +GNU General Public License for more details. |
| 1520 | + |
| 1521 | +You should have received a copy of the GNU General Public License |
| 1522 | +along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
| 1523 | + |
| 1524 | +On Debian systems, the complete text of the GNU General Public License |
| 1525 | +can be found in `/usr/share/common-licenses/GPL''. |
| 1526 | + |
| 1527 | +Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008 |
| 1528 | +Free Software Foundation, Inc. |
| 1529 | + |
| 1530 | +Permission is granted to copy, distribute and/or modify this |
| 1531 | +document under the terms of the GNU Free Documentation License, |
| 1532 | +Version 1.2 or any later version published by the Free Software |
| 1533 | +Foundation; with no Invariant Sections, with no Front-Cover Texts, |
| 1534 | +and with no Back-Cover Texts. A copy of the license is included |
| 1535 | +in the section entitled "GNU Free Documentation License". |
| 1536 | + |
| 1537 | +On Debian systems, the complete text of the GNU Free Documentation |
| 1538 | +License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 99); |
| 1539 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (40, 243652, '2.4-3', '2010-03-21 16:40:55.270048', 1, NULL, 3, 'hello (2.4-3) lucid; urgency=low |
| 1540 | + |
| 1541 | + * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz. |
| 1542 | + -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE----- |
| 1543 | +Hash: SHA1 |
| 1544 | + |
| 1545 | +Format: 1.0 |
| 1546 | +Source: hello |
| 1547 | +Binary: hello |
| 1548 | +Architecture: any |
| 1549 | +Version: 2.4-3 |
| 1550 | +Maintainer: Santiago Vila <sanvila@debian.org> |
| 1551 | +Standards-Version: 3.8.3 |
| 1552 | +Checksums-Sha1: |
| 1553 | + fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz |
| 1554 | + 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz |
| 1555 | +Checksums-Sha256: |
| 1556 | + 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz |
| 1557 | + 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz |
| 1558 | +Files: |
| 1559 | + 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz |
| 1560 | + 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz |
| 1561 | + |
| 1562 | +Version: GnuPG v1.4.10 (GNU/Linux) |
| 1563 | + |
| 1564 | +iQEcBAEBAgAGBQJLmUVdAAoJEHVUWkiQp7mWu9MH/1jzF2VpsT85mLjLMlVgTr72 |
| 1565 | +AGi5tqS29NWWOb/JxeK8JrN9EfQ+dPhn0gxQ8uJbq3qBzU44WXhrc+aOo7PkDmUV |
| 1566 | +1Pu2Epf0sz76AjSiqBOPFhQOuOulkv3B1VBcUSIxnXCp2XLKMppmXjATa0I3FC5u |
| 1567 | +H7MlEe2Ly6d8Sbj1W+zuHhX5e9vQNoxcyIvXW8d86epNdH849rlkO3QIJbkqswoM |
| 1568 | +QM0q7mDWFE1g1x8yE9LR9dOugrNBZGv2Z7NP88zWYi0hgs7Yt/D5k8UQm+59BwkQ |
| 1569 | +ZhFqGx8/Jb60dTjUolGD08VGvFdpuXhNCMUfqqAWvSgGpJGwqtfTR5Ei16DanAg= |
| 1570 | +=+vup |
| 1571 | +', 7, 243652, 28, 22, 1, 'Santiago Vila <sanvila@debian.org>', '3.8.3', '1.0', 'hello', 1, 'This is the Debian GNU prepackaged version of the FSF''s GNU hello |
| 1572 | +utility. This package provides the classic greeting to the users of |
| 1573 | +Debian, as well as providing Debian''s developers with an example of |
| 1574 | +how to package a GNU program. GNU `hello'' was written by Mike Haertel, |
| 1575 | +David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah |
| 1576 | +Friedman, Karl Eichwalder, and The King. |
| 1577 | + |
| 1578 | +This package was first put together by Ian Jackson and it''s currently |
| 1579 | +maintained by Santiago Vila. The source for this release was taken |
| 1580 | +from: |
| 1581 | + |
| 1582 | +http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz |
| 1583 | + |
| 1584 | +The changes were very minimal: |
| 1585 | + |
| 1586 | +- Adding support for the Debian package maintenance scheme, by adding |
| 1587 | + various debian/* files. |
| 1588 | + |
| 1589 | +Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 1590 | +2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1591 | + |
| 1592 | +Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson. |
| 1593 | + |
| 1594 | +This program is free software: you can redistribute it and/or modify |
| 1595 | +it under the terms of the GNU General Public License as published by |
| 1596 | +the Free Software Foundation, either version 3 of the License, or |
| 1597 | +(at your option) any later version. |
| 1598 | + |
| 1599 | +This program is distributed in the hope that it will be useful, |
| 1600 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 1601 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 1602 | +GNU General Public License for more details. |
| 1603 | + |
| 1604 | +You should have received a copy of the GNU General Public License |
| 1605 | +along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
| 1606 | + |
| 1607 | +On Debian systems, the complete text of the GNU General Public License |
| 1608 | +can be found in `/usr/share/common-licenses/GPL''. |
| 1609 | + |
| 1610 | +Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008 |
| 1611 | +Free Software Foundation, Inc. |
| 1612 | + |
| 1613 | +Permission is granted to copy, distribute and/or modify this |
| 1614 | +document under the terms of the GNU Free Documentation License, |
| 1615 | +Version 1.2 or any later version published by the Free Software |
| 1616 | +Foundation; with no Invariant Sections, with no Front-Cover Texts, |
| 1617 | +and with no Back-Cover Texts. A copy of the license is included |
| 1618 | +in the section entitled "GNU Free Documentation License". |
| 1619 | + |
| 1620 | +On Debian systems, the complete text of the GNU Free Documentation |
| 1621 | +License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 104); |
| 1622 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (41, 243652, '2.4-3', '2010-03-21 16:40:56.808105', 1, NULL, 3, 'hello (2.4-3) lucid; urgency=low |
| 1623 | + |
| 1624 | + * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz. |
| 1625 | + -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE----- |
| 1626 | +Hash: SHA1 |
| 1627 | + |
| 1628 | +Format: 1.0 |
| 1629 | +Source: hello |
| 1630 | +Binary: hello |
| 1631 | +Architecture: any |
| 1632 | +Version: 2.4-3 |
| 1633 | +Maintainer: Santiago Vila <sanvila@debian.org> |
| 1634 | +Standards-Version: 3.8.3 |
| 1635 | +Checksums-Sha1: |
| 1636 | + fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz |
| 1637 | + 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz |
| 1638 | +Checksums-Sha256: |
| 1639 | + 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz |
| 1640 | + 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz |
| 1641 | +Files: |
| 1642 | + 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz |
| 1643 | + 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz |
| 1644 | + |
| 1645 | +Version: GnuPG v1.4.10 (GNU/Linux) |
| 1646 | + |
| 1647 | +iQEcBAEBAgAGBQJLmUVdAAoJEHVUWkiQp7mWu9MH/1jzF2VpsT85mLjLMlVgTr72 |
| 1648 | +AGi5tqS29NWWOb/JxeK8JrN9EfQ+dPhn0gxQ8uJbq3qBzU44WXhrc+aOo7PkDmUV |
| 1649 | +1Pu2Epf0sz76AjSiqBOPFhQOuOulkv3B1VBcUSIxnXCp2XLKMppmXjATa0I3FC5u |
| 1650 | +H7MlEe2Ly6d8Sbj1W+zuHhX5e9vQNoxcyIvXW8d86epNdH849rlkO3QIJbkqswoM |
| 1651 | +QM0q7mDWFE1g1x8yE9LR9dOugrNBZGv2Z7NP88zWYi0hgs7Yt/D5k8UQm+59BwkQ |
| 1652 | +ZhFqGx8/Jb60dTjUolGD08VGvFdpuXhNCMUfqqAWvSgGpJGwqtfTR5Ei16DanAg= |
| 1653 | +=+vup |
| 1654 | +', 7, 243652, 28, 22, 1, 'Santiago Vila <sanvila@debian.org>', '3.8.3', '1.0', 'hello', 1, 'This is the Debian GNU prepackaged version of the FSF''s GNU hello |
| 1655 | +utility. This package provides the classic greeting to the users of |
| 1656 | +Debian, as well as providing Debian''s developers with an example of |
| 1657 | +how to package a GNU program. GNU `hello'' was written by Mike Haertel, |
| 1658 | +David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah |
| 1659 | +Friedman, Karl Eichwalder, and The King. |
| 1660 | + |
| 1661 | +This package was first put together by Ian Jackson and it''s currently |
| 1662 | +maintained by Santiago Vila. The source for this release was taken |
| 1663 | +from: |
| 1664 | + |
| 1665 | +http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz |
| 1666 | + |
| 1667 | +The changes were very minimal: |
| 1668 | + |
| 1669 | +- Adding support for the Debian package maintenance scheme, by adding |
| 1670 | + various debian/* files. |
| 1671 | + |
| 1672 | +Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 1673 | +2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1674 | + |
| 1675 | +Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson. |
| 1676 | + |
| 1677 | +This program is free software: you can redistribute it and/or modify |
| 1678 | +it under the terms of the GNU General Public License as published by |
| 1679 | +the Free Software Foundation, either version 3 of the License, or |
| 1680 | +(at your option) any later version. |
| 1681 | + |
| 1682 | +This program is distributed in the hope that it will be useful, |
| 1683 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 1684 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 1685 | +GNU General Public License for more details. |
| 1686 | + |
| 1687 | +You should have received a copy of the GNU General Public License |
| 1688 | +along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
| 1689 | + |
| 1690 | +On Debian systems, the complete text of the GNU General Public License |
| 1691 | +can be found in `/usr/share/common-licenses/GPL''. |
| 1692 | + |
| 1693 | +Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008 |
| 1694 | +Free Software Foundation, Inc. |
| 1695 | + |
| 1696 | +Permission is granted to copy, distribute and/or modify this |
| 1697 | +document under the terms of the GNU Free Documentation License, |
| 1698 | +Version 1.2 or any later version published by the Free Software |
| 1699 | +Foundation; with no Invariant Sections, with no Front-Cover Texts, |
| 1700 | +and with no Back-Cover Texts. A copy of the license is included |
| 1701 | +in the section entitled "GNU Free Documentation License". |
| 1702 | + |
| 1703 | +On Debian systems, the complete text of the GNU Free Documentation |
| 1704 | +License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 109); |
| 1705 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (42, 243652, '2.4-3', '2010-03-21 16:40:58.942507', 1, NULL, 3, 'hello (2.4-3) lucid; urgency=low |
| 1706 | + |
| 1707 | + * Modified doc/Makefile.in to avoid /usr/share/info/dir.gz. |
| 1708 | + -- Santiago Vila <sanvila@debian.org> Sun, 30 Aug 2009 13:05:52 +0200', '', '', 'any', '-----BEGIN PGP SIGNED MESSAGE----- |
| 1709 | +Hash: SHA1 |
| 1710 | + |
| 1711 | +Format: 1.0 |
| 1712 | +Source: hello |
| 1713 | +Binary: hello |
| 1714 | +Architecture: any |
| 1715 | +Version: 2.4-3 |
| 1716 | +Maintainer: Santiago Vila <sanvila@debian.org> |
| 1717 | +Standards-Version: 3.8.3 |
| 1718 | +Checksums-Sha1: |
| 1719 | + fcbf0264928900adf03a7797474375e1a6fa3836 499638 hello_2.4.orig.tar.gz |
| 1720 | + 6de5cf470583cdbf2947d16aa4f10e3028839391 5739 hello_2.4-3.diff.gz |
| 1721 | +Checksums-Sha256: |
| 1722 | + 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4d404f20996d28b6df1f7 499638 hello_2.4.orig.tar.gz |
| 1723 | + 0b4bc9f52010291d4a2d4842f010fc6df1f77c969201aa3114611c634b82c3f4 5739 hello_2.4-3.diff.gz |
| 1724 | +Files: |
| 1725 | + 1691faa758ca41c70b6da5501bdf230a 499638 hello_2.4.orig.tar.gz |
| 1726 | + 0a267ee8ef148e91d06c3750ec79ca85 5739 hello_2.4-3.diff.gz |
| 1727 | + |
| 1728 | +Version: GnuPG v1.4.10 (GNU/Linux) |
| 1729 | + |
| 1730 | +iQEcBAEBAgAGBQJLmUVdAAoJEHVUWkiQp7mWu9MH/1jzF2VpsT85mLjLMlVgTr72 |
| 1731 | +AGi5tqS29NWWOb/JxeK8JrN9EfQ+dPhn0gxQ8uJbq3qBzU44WXhrc+aOo7PkDmUV |
| 1732 | +1Pu2Epf0sz76AjSiqBOPFhQOuOulkv3B1VBcUSIxnXCp2XLKMppmXjATa0I3FC5u |
| 1733 | +H7MlEe2Ly6d8Sbj1W+zuHhX5e9vQNoxcyIvXW8d86epNdH849rlkO3QIJbkqswoM |
| 1734 | +QM0q7mDWFE1g1x8yE9LR9dOugrNBZGv2Z7NP88zWYi0hgs7Yt/D5k8UQm+59BwkQ |
| 1735 | +ZhFqGx8/Jb60dTjUolGD08VGvFdpuXhNCMUfqqAWvSgGpJGwqtfTR5Ei16DanAg= |
| 1736 | +=+vup |
| 1737 | +', 7, 243652, 28, 22, 1, 'Santiago Vila <sanvila@debian.org>', '3.8.3', '1.0', 'hello', 1, 'This is the Debian GNU prepackaged version of the FSF''s GNU hello |
| 1738 | +utility. This package provides the classic greeting to the users of |
| 1739 | +Debian, as well as providing Debian''s developers with an example of |
| 1740 | +how to package a GNU program. GNU `hello'' was written by Mike Haertel, |
| 1741 | +David MacKenzie, Jan Brittenson, Charles Hannum, Roland McGrath, Noah |
| 1742 | +Friedman, Karl Eichwalder, and The King. |
| 1743 | + |
| 1744 | +This package was first put together by Ian Jackson and it''s currently |
| 1745 | +maintained by Santiago Vila. The source for this release was taken |
| 1746 | +from: |
| 1747 | + |
| 1748 | +http://ftp.gnu.org/gnu/hello/hello-2.4.tar.gz |
| 1749 | + |
| 1750 | +The changes were very minimal: |
| 1751 | + |
| 1752 | +- Adding support for the Debian package maintenance scheme, by adding |
| 1753 | + various debian/* files. |
| 1754 | + |
| 1755 | +Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 1756 | +2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 1757 | + |
| 1758 | +Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson. |
| 1759 | + |
| 1760 | +This program is free software: you can redistribute it and/or modify |
| 1761 | +it under the terms of the GNU General Public License as published by |
| 1762 | +the Free Software Foundation, either version 3 of the License, or |
| 1763 | +(at your option) any later version. |
| 1764 | + |
| 1765 | +This program is distributed in the hope that it will be useful, |
| 1766 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 1767 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 1768 | +GNU General Public License for more details. |
| 1769 | + |
| 1770 | +You should have received a copy of the GNU General Public License |
| 1771 | +along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
| 1772 | + |
| 1773 | +On Debian systems, the complete text of the GNU General Public License |
| 1774 | +can be found in `/usr/share/common-licenses/GPL''. |
| 1775 | + |
| 1776 | +Manual Copyright (C) 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008 |
| 1777 | +Free Software Foundation, Inc. |
| 1778 | + |
| 1779 | +Permission is granted to copy, distribute and/or modify this |
| 1780 | +document under the terms of the GNU Free Documentation License, |
| 1781 | +Version 1.2 or any later version published by the Free Software |
| 1782 | +Foundation; with no Invariant Sections, with no Front-Cover Texts, |
| 1783 | +and with no Back-Cover Texts. A copy of the license is included |
| 1784 | +in the section entitled "GNU Free Documentation License". |
| 1785 | + |
| 1786 | +On Debian systems, the complete text of the GNU Free Documentation |
| 1787 | +License can be found in `/usr/share/common-licenses/GFDL''.', '', '', NULL, 114); |
| 1788 | |
| 1789 | |
| 1790 | ALTER TABLE sourcepackagerelease ENABLE TRIGGER ALL; |
| 1791 | @@ -9186,6 +10367,21 @@ |
| 1792 | INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (36, 66, 4, 12); |
| 1793 | INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (36, 67, 5, 13); |
| 1794 | INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (36, 68, 3, 14); |
| 1795 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (38, 95, 4, 15); |
| 1796 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (38, 96, 5, 16); |
| 1797 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (38, 97, 3, 17); |
| 1798 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (39, 100, 4, 18); |
| 1799 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (39, 101, 5, 19); |
| 1800 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (39, 102, 3, 20); |
| 1801 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (40, 105, 4, 21); |
| 1802 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (40, 106, 5, 22); |
| 1803 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (40, 107, 3, 23); |
| 1804 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (41, 110, 4, 24); |
| 1805 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (41, 111, 5, 25); |
| 1806 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (41, 112, 3, 26); |
| 1807 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (42, 115, 4, 27); |
| 1808 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (42, 116, 5, 28); |
| 1809 | +INSERT INTO sourcepackagereleasefile (sourcepackagerelease, libraryfile, filetype, id) VALUES (42, 117, 3, 29); |
| 1810 | |
| 1811 | |
| 1812 | ALTER TABLE sourcepackagereleasefile ENABLE TRIGGER ALL; |
| 1813 | @@ -9593,6 +10789,7 @@ |
| 1814 | |
| 1815 | INSERT INTO sshkey (id, person, keytype, keytext, comment, date_created) VALUES (1, 12, 2, 'AAAAB3NzaC1kc3MAAAEBAPfhCA15ZaT08brwVXwpJjcZT6QFIipzF1sGy57HY7QPi/W+uljr1VcCHzWdlSmda7YpTCTx0NFYYQIccQRGX6zYL8v1w9FSRCAnxxUJmqEhsUDFYFdVTa9uLCrs3MSbmh7wwFPdRrGrO6X5x7T4dMZQwykSZrOVdpLcCHRgrMZslLomIAjERn6OAQNiGFz7B2tEi/3Soqd52bGJwOtGymRiAXkPSLbH7KfzSCe34ytdh6BD+4SrgSoa+TL3VDV70QAdlOFXD42ZHl3Sc0Tde4LbZeYq2Uf84DOATLZBbOYpRSqTLkM9XngpnvCRVb6dxEQfgODDw783tEuPpySLj2EAAAAVANpUVgivDjt9gFibN/AXfYy1meeBAAABAB6FtnMywmWZg2lr2I3nDfE5U5QbGUQB/ZEP98ZkSkhOcF29VlnGOxyb2/VZbVTLa/btlPF82L4An/c8VKtKZnel7LnAlMoArdgzQNXGVQQVtnaWwM26ydgDzkSSIes3elNZgsfnPRBvaF0ol9Tqju0rNGKjnr3ZOX/NX+42bxpjRnxYj1h56yP2jKKeGfjorI6JK1YfqBAiTxzaDMzSpknnrbztaKJoh7IFqMMOp9ANSFh7H106pEaCv3ebCTJZprtWqNKjb2zum7OQPRz3upA0qx22ocTokjv4itXJ6yj/BvGu9qdOIQFXuB2rsFtLZtS8ATueOly0GzyeiZBx/AEAAAEBAO8jRYjL7tAYnVlO1p6UzPOicAuGCFWfNbBEDRAXoSgLNdj451jStw+eUc9ZVz7tG/XRVZsiavtFHb2cbrcfX1YOd69xi0m+IY6mo3yKt3irQRokDtt376sHoUdHgj2ozySZJgG8IJndtoS+VQQy6NdClA3fNFb96bF865eNaRYoHJO9ZI84lkWQL++MLzIuyFfCs1hSlapyyuHC8kFmF7AQdrVZvbohSbnWs+w53nIW8nAA7z21wAukvE1Pl6AQyG0e7U1sYS8Pc8dtmzJvdtVZWBl02/gqQJ7f06mFvnsN45rR1Uyxnrwl6rbFwqabZDlyD5Ac6Icbvz9SG1gBOiI=', 'andrew@trogdor', '2006-10-16 18:31:53.030784'); |
| 1816 | INSERT INTO sshkey (id, person, keytype, keytext, comment, date_created) VALUES (2, 1, 2, 'AAAAB3NzaC1kc3MAAABBAL5VoWG5sy3CnLYeOw47L8m9A15hA/PzdX2u0B7c2Z1ktFPcEaEuKbLqKVSkXpYm7YwKj9y88A9Qm61CdvI0c50AAAAVAKGY0YON9dEFH3DzeVYHVEBGFGfVAAAAQCoe0RhBcefm4YiyQVwMAxwTlgySTk7FSk6GZ95EZ5Q8/OTdViTaalvGXaRIsBdaQamHEBB+Vek/VpnF1UGGm8YAAABAaCXDl0r1k93JhnMdF0ap4UJQ2/NnqCyoE8Xd5KdUWWwqwGdMzqB1NOeKN6ladIAXRggLc2E00UsnUXh3GE3Rgw==', 'Private key in lib/lp/codehosting/tests/id_dsa', '2007-03-30 03:39:27.689516'); |
| 1817 | +INSERT INTO sshkey (id, person, keytype, keytext, comment, date_created) VALUES (3, 243651, 1, 'AAAAB3NzaC1yc2EAAAABIwAAAQEA4T3rFl8HondKnGq3+OEAoXzhsZL3YyzRIMCFQeD6aLLHCoVGAwUs3cg7bqUVshGb3udz5Wl/C4ym1aF5Uk5xaZWr2ByKZG6ZPFQb2MZbOG+Lcd5A14gSS2+Hw6+LIoMM8u6CJvIjbTHVI2wbz/ClINDEcJC0bh+YpuaKWyt2iExHATq153ST3dih+sDDK8bq6bFMKM8sdJHl9soKGo7V7i6jIn8E84XmcdTq8Gm2gt6VhOIb/wtr1ix7nxzZ7qCxAQr//FhJ8yVsmHx7wRwkndS7muPfVlVd5jBYPN74AvNicGrQsaPtbkAIwlxOrL92BsS6xtb+sO2iJYHK/EJMoQ==', 'Added by utility script.', '2010-03-21 16:37:00.153872'); |
| 1818 | |
| 1819 | |
| 1820 | ALTER TABLE sshkey ENABLE TRIGGER ALL; |
| 1821 | @@ -9754,6 +10951,7 @@ |
| 1822 | INSERT INTO teammembership (id, person, team, status, date_joined, date_expires, last_changed_by, last_change_comment, proposed_by, acknowledged_by, reviewed_by, date_proposed, date_last_changed, date_acknowledged, date_reviewed, proponent_comment, acknowledger_comment, reviewer_comment, date_created) VALUES (114, 243634, 243644, 2, '2009-08-24 14:20:18.041551', NULL, NULL, NULL, 243643, NULL, 243643, '2009-08-24 14:20:18.041551', NULL, NULL, '2009-08-24 14:20:18.041551', NULL, NULL, NULL, '2009-08-24 14:19:10.891377'); |
| 1823 | INSERT INTO teammembership (id, person, team, status, date_joined, date_expires, last_changed_by, last_change_comment, proposed_by, acknowledged_by, reviewed_by, date_proposed, date_last_changed, date_acknowledged, date_reviewed, proponent_comment, acknowledger_comment, reviewer_comment, date_created) VALUES (115, 243640, 243647, 7, NULL, NULL, NULL, NULL, 243635, NULL, NULL, '2009-08-24 14:20:51.178444', NULL, NULL, NULL, NULL, NULL, NULL, '2009-08-24 14:19:10.891377'); |
| 1824 | INSERT INTO teammembership (id, person, team, status, date_joined, date_expires, last_changed_by, last_change_comment, proposed_by, acknowledged_by, reviewed_by, date_proposed, date_last_changed, date_acknowledged, date_reviewed, proponent_comment, acknowledger_comment, reviewer_comment, date_created) VALUES (116, 243646, 243641, 2, '2009-08-24 14:21:03.889338', NULL, NULL, NULL, 243637, NULL, 243637, '2009-08-24 14:21:03.889338', NULL, NULL, '2009-08-24 14:21:03.889338', NULL, NULL, NULL, '2009-08-24 14:19:10.891377'); |
| 1825 | +INSERT INTO teammembership (id, person, team, status, date_joined, date_expires, last_changed_by, last_change_comment, proposed_by, acknowledged_by, reviewed_by, date_proposed, date_last_changed, date_acknowledged, date_reviewed, proponent_comment, acknowledger_comment, reviewer_comment, date_created) VALUES (117, 243651, 17, 2, '2010-03-21 16:37:00.167726', NULL, NULL, NULL, 243651, NULL, 243651, '2010-03-21 16:37:00.167726', NULL, NULL, '2010-03-21 16:37:00.167726', NULL, NULL, NULL, '2010-03-21 16:37:00.153872'); |
| 1826 | |
| 1827 | |
| 1828 | ALTER TABLE teammembership ENABLE TRIGGER ALL; |
| 1829 | @@ -9992,6 +11190,10 @@ |
| 1830 | INSERT INTO teamparticipation (id, team, person) VALUES (250, 243648, 243648); |
| 1831 | INSERT INTO teamparticipation (id, team, person) VALUES (251, 243649, 243649); |
| 1832 | INSERT INTO teamparticipation (id, team, person) VALUES (252, 243650, 243650); |
| 1833 | +INSERT INTO teamparticipation (id, team, person) VALUES (253, 243651, 243651); |
| 1834 | +INSERT INTO teamparticipation (id, team, person) VALUES (254, 32, 243651); |
| 1835 | +INSERT INTO teamparticipation (id, team, person) VALUES (255, 17, 243651); |
| 1836 | +INSERT INTO teamparticipation (id, team, person) VALUES (256, 243652, 243652); |
| 1837 | |
| 1838 | |
| 1839 | ALTER TABLE teamparticipation ENABLE TRIGGER ALL; |
| 1840 | |
| 1841 | === modified file 'database/sampledata/current.sql' |
| 1842 | --- database/sampledata/current.sql 2010-02-26 11:02:12 +0000 |
| 1843 | +++ database/sampledata/current.sql 2010-03-23 14:23:29 +0000 |
| 1844 | @@ -775,6 +775,12 @@ |
| 1845 | |
| 1846 | |
| 1847 | |
| 1848 | + |
| 1849 | + |
| 1850 | + |
| 1851 | + |
| 1852 | + |
| 1853 | + |
| 1854 | ALTER TABLE account DISABLE TRIGGER ALL; |
| 1855 | |
| 1856 | INSERT INTO account (id, date_created, creation_rationale, status, date_status_set, displayname, openid_identifier, status_comment, old_openid_identifier) VALUES (11, '2005-06-06 08:59:51.591618', 8, 20, '2005-06-06 08:59:51.591618', 'Mark Shuttleworth', 'mark_oid', NULL, '123/mark'); |
| 1857 | @@ -986,20 +992,20 @@ |
| 1858 | |
| 1859 | ALTER TABLE archive DISABLE TRIGGER ALL; |
| 1860 | |
| 1861 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (1, 17, NULL, true, NULL, 1, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:12.241774', 15, 1, 8, 5, 1, '2008-09-23 17:29:03.442606', NULL, NULL, NULL, 'Primary Archive for Ubuntu Linux', 0, NULL); |
| 1862 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (2, 1, NULL, true, NULL, 2, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.863812', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.445921', NULL, NULL, NULL, 'Primary Archive for Redhat Advanced Server', 0, NULL); |
| 1863 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (3, 1, NULL, true, NULL, 3, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.864941', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.446557', NULL, NULL, NULL, 'Primary Archive for Debian GNU/Linux', 0, NULL); |
| 1864 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (4, 1, NULL, true, NULL, 4, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.865502', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.44689', NULL, NULL, NULL, 'Primary Archive for The Gentoo Linux', 0, NULL); |
| 1865 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (5, 1, NULL, true, NULL, 5, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866015', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447202', NULL, NULL, NULL, 'Primary Archive for Kubuntu - Free KDE-based Linux', 0, NULL); |
| 1866 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (7, 4, NULL, true, NULL, 7, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866529', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447515', NULL, NULL, NULL, 'Primary Archive for GuadaLinex: Linux for Andalucia', 0, NULL); |
| 1867 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (8, 17, NULL, true, NULL, 8, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.867154', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447851', NULL, NULL, NULL, 'Primary Archive for Ubuntu Test', 0, NULL); |
| 1868 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (9, 28, 'packages to help my friends.', true, 1024, 1, 2, false, 3, 3, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.867684', 4, 0, 3, 1, 0, '2008-09-23 17:29:03.448178', NULL, NULL, NULL, 'PPA for Celso Providelo', 0, NULL); |
| 1869 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (10, 1, 'packages to help the humanity (you know, ubuntu)', true, 1024, 1, 2, false, 1, 1, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.868202', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.448488', NULL, NULL, NULL, 'PPA for Mark Shuttleworth', 0, NULL); |
| 1870 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (11, 52, 'I am not allowed to say, I have no privs.', true, 1024, 1, 2, false, 0, 0, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.868709', 1, 0, 0, 1, 0, '2008-09-23 17:29:03.448797', NULL, NULL, NULL, 'PPA for No Privileges Person', 0, NULL); |
| 1871 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (12, 17, 'Partner archive', true, NULL, 1, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869209', 1, 0, 1, 0, 0, '2008-09-23 17:29:03.449157', NULL, NULL, NULL, 'Partner Archive for Ubuntu Linux', 0, NULL); |
| 1872 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (13, 17, 'Partner archive', true, NULL, 8, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869732', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.449471', NULL, NULL, NULL, 'Partner Archive for Ubuntu Test', 0, NULL); |
| 1873 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (14, 17, 'Sample copy archive', true, NULL, 8, 6, false, NULL, NULL, NULL, NULL, NULL, false, 'samplecopyarchive', false, '2008-11-19 18:15:15.869732', 0, 0, 0, 0, 0, '2008-11-18 17:29:03.449471', NULL, NULL, NULL, 'Copy archive samplecopyarchive for Ubuntu Team', 0, NULL); |
| 1874 | -INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies) VALUES (15, 17, 'Debug archive', true, NULL, 1, 7, false, NULL, NULL, NULL, NULL, NULL, false, 'debug', true, '2009-04-17 10:09:10.859746', 0, 0, 0, 0, 0, '2009-04-17 10:01:03.449876', NULL, NULL, NULL, 'Ubuntu DEBUG archive', 0, NULL); |
| 1875 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (1, 17, NULL, true, NULL, 1, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:12.241774', 15, 1, 8, 5, 1, '2008-09-23 17:29:03.442606', NULL, NULL, NULL, 'Primary Archive for Ubuntu Linux', 0, NULL, 0); |
| 1876 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (2, 1, NULL, true, NULL, 2, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.863812', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.445921', NULL, NULL, NULL, 'Primary Archive for Redhat Advanced Server', 0, NULL, 0); |
| 1877 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (3, 1, NULL, true, NULL, 3, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.864941', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.446557', NULL, NULL, NULL, 'Primary Archive for Debian GNU/Linux', 0, NULL, 0); |
| 1878 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (4, 1, NULL, true, NULL, 4, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.865502', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.44689', NULL, NULL, NULL, 'Primary Archive for The Gentoo Linux', 0, NULL, 0); |
| 1879 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (5, 1, NULL, true, NULL, 5, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866015', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447202', NULL, NULL, NULL, 'Primary Archive for Kubuntu - Free KDE-based Linux', 0, NULL, 0); |
| 1880 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (7, 4, NULL, true, NULL, 7, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.866529', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447515', NULL, NULL, NULL, 'Primary Archive for GuadaLinex: Linux for Andalucia', 0, NULL, 0); |
| 1881 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (8, 17, NULL, true, NULL, 8, 1, false, NULL, NULL, NULL, NULL, NULL, false, 'primary', true, '2008-05-27 18:15:15.867154', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.447851', NULL, NULL, NULL, 'Primary Archive for Ubuntu Test', 0, NULL, 0); |
| 1882 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (9, 28, 'packages to help my friends.', true, 1024, 1, 2, false, 3, 3, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.867684', 4, 0, 3, 1, 0, '2008-09-23 17:29:03.448178', NULL, NULL, NULL, 'PPA for Celso Providelo', 0, NULL, 0); |
| 1883 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (10, 1, 'packages to help the humanity (you know, ubuntu)', true, 1024, 1, 2, false, 1, 1, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.868202', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.448488', NULL, NULL, NULL, 'PPA for Mark Shuttleworth', 0, NULL, 0); |
| 1884 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (11, 52, 'I am not allowed to say, I have no privs.', true, 1024, 1, 2, false, 0, 0, NULL, NULL, NULL, true, 'ppa', true, '2008-05-27 18:15:15.868709', 1, 0, 0, 1, 0, '2008-09-23 17:29:03.448797', NULL, NULL, NULL, 'PPA for No Privileges Person', 0, NULL, 0); |
| 1885 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (12, 17, 'Partner archive', true, NULL, 1, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869209', 1, 0, 1, 0, 0, '2008-09-23 17:29:03.449157', NULL, NULL, NULL, 'Partner Archive for Ubuntu Linux', 0, NULL, 0); |
| 1886 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (13, 17, 'Partner archive', true, NULL, 8, 4, false, NULL, NULL, NULL, NULL, NULL, false, 'partner', true, '2008-05-27 18:15:15.869732', 0, 0, 0, 0, 0, '2008-09-23 17:29:03.449471', NULL, NULL, NULL, 'Partner Archive for Ubuntu Test', 0, NULL, 0); |
| 1887 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (14, 17, 'Sample copy archive', true, NULL, 8, 6, false, NULL, NULL, NULL, NULL, NULL, false, 'samplecopyarchive', false, '2008-11-19 18:15:15.869732', 0, 0, 0, 0, 0, '2008-11-18 17:29:03.449471', NULL, NULL, NULL, 'Copy archive samplecopyarchive for Ubuntu Team', 0, NULL, 0); |
| 1888 | +INSERT INTO archive (id, owner, description, enabled, authorized_size, distribution, purpose, private, sources_cached, binaries_cached, package_description_cache, fti, buildd_secret, require_virtualized, name, publish, date_updated, total_count, pending_count, succeeded_count, failed_count, building_count, date_created, signing_key, removed_binary_retention_days, num_old_versions_published, displayname, relative_build_score, external_dependencies, status) VALUES (15, 17, 'Debug archive', true, NULL, 1, 7, false, NULL, NULL, NULL, NULL, NULL, false, 'debug', true, '2009-04-17 10:09:10.859746', 0, 0, 0, 0, 0, '2009-04-17 10:01:03.449876', NULL, NULL, NULL, 'Ubuntu DEBUG archive', 0, NULL, 0); |
| 1889 | |
| 1890 | |
| 1891 | ALTER TABLE archive ENABLE TRIGGER ALL; |
| 1892 | @@ -1151,6 +1157,13 @@ |
| 1893 | ALTER TABLE binarypackagerelease ENABLE TRIGGER ALL; |
| 1894 | |
| 1895 | |
| 1896 | +ALTER TABLE binarypackagereleasedownloadcount DISABLE TRIGGER ALL; |
| 1897 | + |
| 1898 | + |
| 1899 | + |
| 1900 | +ALTER TABLE binarypackagereleasedownloadcount ENABLE TRIGGER ALL; |
| 1901 | + |
| 1902 | + |
| 1903 | ALTER TABLE bounty DISABLE TRIGGER ALL; |
| 1904 | |
| 1905 | INSERT INTO bounty (id, name, title, summary, description, usdvalue, difficulty, reviewer, datecreated, owner, deadline, claimant, dateclaimed, bountystatus) VALUES (1, 'foomatic-widgets', 'Make foomatic have better widgets.', 'Foomatic needs to have way better widgets. The current ones are SO WinXP. Eeewww. Maybe we can get some of that K-Bling that I saw in Kubuntu?', 'The widgets need to be particularly polished, since foomatic is going to be the default foomaster on the desktop for the planet.', 453.44, 50, 16, '2005-03-11 09:17:40.585397', 16, NULL, NULL, NULL, 1); |
| 1906 | @@ -1714,6 +1727,13 @@ |
| 1907 | ALTER TABLE bugwatch ENABLE TRIGGER ALL; |
| 1908 | |
| 1909 | |
| 1910 | +ALTER TABLE bugwatchactivity DISABLE TRIGGER ALL; |
| 1911 | + |
| 1912 | + |
| 1913 | + |
| 1914 | +ALTER TABLE bugwatchactivity ENABLE TRIGGER ALL; |
| 1915 | + |
| 1916 | + |
| 1917 | ALTER TABLE build DISABLE TRIGGER ALL; |
| 1918 | |
| 1919 | INSERT INTO build (id, datecreated, processor, distroarchseries, buildstate, datebuilt, buildduration, buildlog, builder, sourcepackagerelease, pocket, dependencies, archive, build_warnings, date_first_dispatched, upload_log) VALUES (2, '2004-09-27 11:57:13', 1, 1, 1, '2004-09-27 11:57:14', '00:02:01', 1, 1, 14, 0, NULL, 1, NULL, NULL, NULL); |
| 1920 | @@ -2218,7 +2238,7 @@ |
| 1921 | |
| 1922 | ALTER TABLE distribution DISABLE TRIGGER ALL; |
| 1923 | |
| 1924 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (1, 'ubuntu', 'Ubuntu Linux', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 'ubuntulinux.org', 17, '[publishing] |
| 1925 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (1, 'ubuntu', 'Ubuntu Linux', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 'ubuntulinux.org', 17, '[publishing] |
| 1926 | pendingremovalduration=5 |
| 1927 | root=/var/tmp/archive |
| 1928 | archiveroot=/var/tmp/archive/ubuntu |
| 1929 | @@ -2227,21 +2247,21 @@ |
| 1930 | overrideroot=/var/tmp/archive/ubuntu-overrides |
| 1931 | cacheroot=/var/tmp/archive/ubuntu-cache |
| 1932 | miscroot=/var/tmp/archive/ubuntu-misc |
| 1933 | -', 'Ubuntu', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 17, NULL, 1, NULL, true, true, NULL, NULL, 3, 59, NULL, NULL, '2006-10-16 18:31:43.415195', NULL, NULL, NULL, NULL, NULL, true, NULL, true, true, NULL, NULL); |
| 1934 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (2, 'redhat', 'Redhat Advanced Server', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 'redhat.com', 1, NULL, 'Red Hat', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.417928', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL); |
| 1935 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (3, 'debian', 'Debian GNU/Linux', 'Debian GNU/Linux is |
| 1936 | +', 'Ubuntu', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 17, NULL, 1, NULL, true, true, NULL, NULL, 3, 59, NULL, NULL, '2006-10-16 18:31:43.415195', NULL, NULL, NULL, NULL, NULL, true, NULL, true, true, NULL, NULL, NULL); |
| 1937 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (2, 'redhat', 'Redhat Advanced Server', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 'redhat.com', 1, NULL, 'Red Hat', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.417928', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL); |
| 1938 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (3, 'debian', 'Debian GNU/Linux', 'Debian GNU/Linux is |
| 1939 | a non commercial distribution of a GNU/Linux Operating System for many |
| 1940 | platforms.', 'debian.org', 1, NULL, 'Debian', 'Debian GNU/Linux is |
| 1941 | a non commercial distribution of a GNU/Linux Operating System for many |
| 1942 | -platforms.', 1, NULL, 1, NULL, false, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.418942', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL); |
| 1943 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (4, 'gentoo', 'The Gentoo Linux', 'Gentoo is a very |
| 1944 | +platforms.', 1, NULL, 1, NULL, false, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.418942', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL); |
| 1945 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (4, 'gentoo', 'The Gentoo Linux', 'Gentoo is a very |
| 1946 | customizeable GNU/Linux Distribution that is designed to let you build every |
| 1947 | -single package yourself, with your own preferences.', 'gentoo.org', 1, NULL, 'Gentoo', 'Gentoo is a very customizeable GNU/Linux Distribution that is designed to let you build every single package yourself, with your own preferences.', 1, NULL, 1, NULL, true, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.41974', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL); |
| 1948 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (5, 'kubuntu', 'Kubuntu - Free KDE-based Linux', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop |
| 1949 | +single package yourself, with your own preferences.', 'gentoo.org', 1, NULL, 'Gentoo', 'Gentoo is a very customizeable GNU/Linux Distribution that is designed to let you build every single package yourself, with your own preferences.', 1, NULL, 1, NULL, true, false, NULL, NULL, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.41974', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL); |
| 1950 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (5, 'kubuntu', 'Kubuntu - Free KDE-based Linux', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop |
| 1951 | Environment as its default desktop after install.', 'kubuntu.org', 1, NULL, 'Kubuntu', 'Kubuntu is an entirely free Linux distribution that uses the K Desktop |
| 1952 | -Environment as its default desktop after install.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.420551', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL); |
| 1953 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (7, 'guadalinex', 'GuadaLinex: Linux for Andalucia', 'GuadaLinex is based on Ubuntu and adds full support for applications specific to the local environment in Andalucia.', 'guadalinex.es', 4, NULL, 'GuadaLinex', 'The GuadaLinex team produces a high quality linux for the Andalucian marketplace.', 32, NULL, 1, NULL, false, false, NULL, NULL, NULL, 4, NULL, NULL, '2006-10-16 18:31:43.421329', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL); |
| 1954 | -INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard) VALUES (8, 'ubuntutest', 'Ubuntu Test', 'Ubuntu Test', 'ubuntulinux.org', 17, '[publishing] |
| 1955 | +Environment as its default desktop after install.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.420551', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL); |
| 1956 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (7, 'guadalinex', 'GuadaLinex: Linux for Andalucia', 'GuadaLinex is based on Ubuntu and adds full support for applications specific to the local environment in Andalucia.', 'guadalinex.es', 4, NULL, 'GuadaLinex', 'The GuadaLinex team produces a high quality linux for the Andalucian marketplace.', 32, NULL, 1, NULL, false, false, NULL, NULL, NULL, 4, NULL, NULL, '2006-10-16 18:31:43.421329', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL); |
| 1957 | +INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat) VALUES (8, 'ubuntutest', 'Ubuntu Test', 'Ubuntu Test', 'ubuntulinux.org', 17, '[publishing] |
| 1958 | pendingremovalduration=5 |
| 1959 | root=/var/tmp/archive |
| 1960 | archiveroot=/var/tmp/archive/ubuntutest |
| 1961 | @@ -2250,7 +2270,7 @@ |
| 1962 | overrideroot=/var/tmp/archive/ubuntutest-overrides |
| 1963 | cacheroot=/var/tmp/archive/ubuntutest-cache |
| 1964 | miscroot=/var/tmp/archive/ubuntutest-misc |
| 1965 | -', 'ubuntutest', 'Ubuntu Test summary', 17, NULL, 1, NULL, false, false, NULL, NULL, NULL, 17, NULL, NULL, '2006-10-16 18:31:43.422162', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL); |
| 1966 | +', 'ubuntutest', 'Ubuntu Test summary', 17, NULL, 1, NULL, false, false, NULL, NULL, NULL, 17, NULL, NULL, '2006-10-16 18:31:43.422162', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL); |
| 1967 | |
| 1968 | |
| 1969 | ALTER TABLE distribution ENABLE TRIGGER ALL; |
| 1970 | @@ -8051,31 +8071,31 @@ |
| 1971 | |
| 1972 | ALTER TABLE product DISABLE TRIGGER ALL; |
| 1973 | |
| 1974 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (1, 1, 17, 'tomcat', 'Tomcat', 'Tomcat', 'The servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.', 'Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. This project has nothing to do with Ubuntu, but this description uses the word "Ubuntu" for the purpose of testing search results.', '2004-09-24 20:58:00.655518', 'http://tomcat.apache.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 16, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 17, NULL, NULL); |
| 1975 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (2, 2, 2, 'unassigned', 'unassigned syncs', 'unassigned syncs', 'syncs still not assigned to a real product', 'unassigned syncs, will not be processed, to be moved to real projects ASAP.', '2004-09-24 20:58:00.674409', 'http://archive.apache.org/dist/tomcat', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 17, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL); |
| 1976 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (3, 3, 2, 'arch-mirrors', 'Arch mirrors', 'Arch archive mirrors', 'Arch Archive Mirroring project.', 'Arch archive full-archive mirror tasks', '2004-09-24 20:58:00.691047', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 15, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL); |
| 1977 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (4, 4, 12, 'firefox', 'Mozilla Firefox', 'Mozilla Firefox', 'The Mozilla Firefox web browser', 'The Mozilla Firefox web browser', '2004-09-24 20:58:02.185708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, false, true, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 1978 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (5, 5, 12, 'evolution', 'Evolution', 'The Evolution Groupware Application', 'Evolution is an email client, addressbook and calendar application that is very well integrated with the Gnome desktop. Evolution is the standard mail client in the Ubuntu distribution, and supports all current mail system standards.', 'Recently, Evolution has seen significant work to make it interoperable with the proprietary Microsoft Exchange Server protocols and formats, allowing organisations to replace Outlook on Windows with Evolution and Linux. |
| 1979 | - |
| 1980 | -The current stable release series of Evolution is 2.0.', '2004-09-24 20:58:02.240163', 'http://www.gnome.org/evolution/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, true, true, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 1981 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (6, 5, 12, 'gnome-terminal', 'GNOME Terminal', 'The GNOME Terminal Emulator', 'Gnome Terminal is a simple terminal application for your Gnome desktop. It allows quick access to console applications, supports all console types, and has many useful features such as tabbed consoles (many consoles in a single window with quick switching between them).', 'The Gnome Terminal application fully supports Gnome 2 and is a standard part of the Gnome Desktop.', '2004-09-24 20:58:02.256678', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, 2, 14, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, 'gnome-terminal', NULL); |
| 1982 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (7, 6, 12, 'iso-codes', 'iso-codes', 'The iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.258743', 'http://www.novell.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 13, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 1983 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (8, 4, 12, 'thunderbird', 'Mozilla Thunderbird', 'Mozilla Thunderbird', 'The Mozilla Thunderbird email client', 'The Mozilla Thunderbird email client', '2004-09-24 20:58:04.478988', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 1984 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (9, 5, 16, 'applets', 'Gnome Applets', 'The Gnome Panel Applets', 'The Gnome Panel Applets are a collection of standard widgets that can be installed on your desktop Panel. These icons act as launchers for applications, or indicators of the status of your machine. For example, panel applets exist to show you your battery status or wifi network signal strength.', 'This is the collection of Panel Applets that is part of the default Gnome release. Additional Panel Applets are available from third parties. A complete set of Panel Applets is included in the Ubuntu OS, for example. |
| 1985 | - |
| 1986 | -The Gnome Panel team includes Abel Kascinsky, Frederick Wurst and Andreas Andropovitch Axelsson.', '2004-10-03 16:46:09.113721', 'http://www.gnome.org/panel/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 12, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL); |
| 1987 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (10, NULL, 2, 'python-gnome2-dev', 'python gnome2 dev', 'python gnome2 dev', 'Python bindings for the GNOME desktop environment', 'Python bindings for the GNOME desktop environment', '2004-09-24 20:58:00.674409', 'http://www.daa.com.au/~james/software/pygtk/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 18, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL); |
| 1988 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (11, 5, 12, 'netapplet', 'NetApplet', 'Network Applet', 'The Novell Network Applet', 'Displays current network status and allows network switching', '2005-03-10 16:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 1989 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (12, NULL, 16, 'a52dec', 'a52dec', 'Liba52 Test Decoder', 'a52dec is a test program for liba52.', 'This tool decodes ATSC A/52 streams, and also includes a demultiplexer for mpeg-1 and mpeg-2 program streams. The liba52 source code is always distributed in the a52dec package, to make sure it easier for people to test it.', '2005-04-14 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 6, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL); |
| 1990 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (13, 5, 16, 'gnomebaker', 'gnomebaker', 'Gnome Baker', 'Gnome Baker is a CD burning application', 'Gnome Baker burns CDs like there''s no tomorrow', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 11, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL); |
| 1991 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (14, NULL, 12, 'bazaar', 'Bazaar', 'Bazaar', 'Bazaar is a distributed revision control system', 'Bazaar is all about source control and double-dashes.', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 10, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 1992 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (15, NULL, 1, 'alsa-utils', 'alsa-utils', 'ALSA utilities', 'Utilities for configurating and using the Advanced Linux Sound Architecture', '', '2005-09-15 09:05:11.472752', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, true, false, NULL, NULL, NULL, NULL, 8, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL); |
| 1993 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (16, NULL, 12, 'landscape', 'The Landscape Project', 'The Landscape Project', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface.', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface. The scope of the project isn''t limited, and will grow up as new features are planned. |
| 1994 | - |
| 1995 | -The Landscape system consists of two major parts: a client daemon which delivers information to the server and acts on server-provided requests; and a web server responsible for handling communication with clients and the user interface itself.', '2006-07-11 19:59:17.311451', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 9, NULL, NULL, NULL, NULL, false, true, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 1996 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (17, NULL, 12, 'launchpad', 'Launchpad', 'Launchpad', 'Launchpad is a catalogue of libre software projects and products. Projects registered in the Launchpad are linked to their translations in Rosetta, their bugs in Malone, their RCS imports in Bazaar, and their packages in Soyuz.', 'Launchpad''s design is inspired by the Description of a Project (DOAP) framework by Edd Dumbill, with extensions for actual releases of products.', '2006-11-24 12:48:19.178553', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 19, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 1997 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (18, NULL, 37, 'upstart', 'Upstart', 'The Upstart System Initialisation Process', 'Event-based init daemon.', 'upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.', '2007-03-14 18:47:04.891546', 'http://upstart.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 20, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 37, NULL, NULL); |
| 1998 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (19, NULL, 28, 'aptoncd', 'APTonCD', 'APTonCD, Get APT Anywhere', 'A simple yet powerful tool which allows you to create one (or more) CD/DVD-Repository containing all of the packages downloaded via apt-get or aptitude.', 'A GUI-based tool that allows you to create a CD/DVD with all downloaded packages with APT-GET, creating a removable-repository. |
| 1999 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (1, 1, 17, 'tomcat', 'Tomcat', 'Tomcat', 'The servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.', 'Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. This project has nothing to do with Ubuntu, but this description uses the word "Ubuntu" for the purpose of testing search results.', '2004-09-24 20:58:00.655518', 'http://tomcat.apache.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 16, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 17, NULL, NULL, NULL); |
| 2000 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (2, 2, 2, 'unassigned', 'unassigned syncs', 'unassigned syncs', 'syncs still not assigned to a real product', 'unassigned syncs, will not be processed, to be moved to real projects ASAP.', '2004-09-24 20:58:00.674409', 'http://archive.apache.org/dist/tomcat', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 17, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL, NULL); |
| 2001 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (3, 3, 2, 'arch-mirrors', 'Arch mirrors', 'Arch archive mirrors', 'Arch Archive Mirroring project.', 'Arch archive full-archive mirror tasks', '2004-09-24 20:58:00.691047', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 15, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL, NULL); |
| 2002 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (4, 4, 12, 'firefox', 'Mozilla Firefox', 'Mozilla Firefox', 'The Mozilla Firefox web browser', 'The Mozilla Firefox web browser', '2004-09-24 20:58:02.185708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, false, true, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 2003 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (5, 5, 12, 'evolution', 'Evolution', 'The Evolution Groupware Application', 'Evolution is an email client, addressbook and calendar application that is very well integrated with the Gnome desktop. Evolution is the standard mail client in the Ubuntu distribution, and supports all current mail system standards.', 'Recently, Evolution has seen significant work to make it interoperable with the proprietary Microsoft Exchange Server protocols and formats, allowing organisations to replace Outlook on Windows with Evolution and Linux. |
| 2004 | + |
| 2005 | +The current stable release series of Evolution is 2.0.', '2004-09-24 20:58:02.240163', 'http://www.gnome.org/evolution/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, true, true, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 2006 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (6, 5, 12, 'gnome-terminal', 'GNOME Terminal', 'The GNOME Terminal Emulator', 'Gnome Terminal is a simple terminal application for your Gnome desktop. It allows quick access to console applications, supports all console types, and has many useful features such as tabbed consoles (many consoles in a single window with quick switching between them).', 'The Gnome Terminal application fully supports Gnome 2 and is a standard part of the Gnome Desktop.', '2004-09-24 20:58:02.256678', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, 2, 14, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, 'gnome-terminal', NULL, NULL); |
| 2007 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (7, 6, 12, 'iso-codes', 'iso-codes', 'The iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.258743', 'http://www.novell.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 13, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 2008 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (8, 4, 12, 'thunderbird', 'Mozilla Thunderbird', 'Mozilla Thunderbird', 'The Mozilla Thunderbird email client', 'The Mozilla Thunderbird email client', '2004-09-24 20:58:04.478988', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 2009 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (9, 5, 16, 'applets', 'Gnome Applets', 'The Gnome Panel Applets', 'The Gnome Panel Applets are a collection of standard widgets that can be installed on your desktop Panel. These icons act as launchers for applications, or indicators of the status of your machine. For example, panel applets exist to show you your battery status or wifi network signal strength.', 'This is the collection of Panel Applets that is part of the default Gnome release. Additional Panel Applets are available from third parties. A complete set of Panel Applets is included in the Ubuntu OS, for example. |
| 2010 | + |
| 2011 | +The Gnome Panel team includes Abel Kascinsky, Frederick Wurst and Andreas Andropovitch Axelsson.', '2004-10-03 16:46:09.113721', 'http://www.gnome.org/panel/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 12, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL); |
| 2012 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (10, NULL, 2, 'python-gnome2-dev', 'python gnome2 dev', 'python gnome2 dev', 'Python bindings for the GNOME desktop environment', 'Python bindings for the GNOME desktop environment', '2004-09-24 20:58:00.674409', 'http://www.daa.com.au/~james/software/pygtk/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 18, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 2, NULL, NULL, NULL); |
| 2013 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (11, 5, 12, 'netapplet', 'NetApplet', 'Network Applet', 'The Novell Network Applet', 'Displays current network status and allows network switching', '2005-03-10 16:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 2014 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (12, NULL, 16, 'a52dec', 'a52dec', 'Liba52 Test Decoder', 'a52dec is a test program for liba52.', 'This tool decodes ATSC A/52 streams, and also includes a demultiplexer for mpeg-1 and mpeg-2 program streams. The liba52 source code is always distributed in the a52dec package, to make sure it easier for people to test it.', '2005-04-14 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 6, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL); |
| 2015 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (13, 5, 16, 'gnomebaker', 'gnomebaker', 'Gnome Baker', 'Gnome Baker is a CD burning application', 'Gnome Baker burns CDs like there''s no tomorrow', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 11, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL); |
| 2016 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (14, NULL, 12, 'bazaar', 'Bazaar', 'Bazaar', 'Bazaar is a distributed revision control system', 'Bazaar is all about source control and double-dashes.', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 10, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 2017 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (15, NULL, 1, 'alsa-utils', 'alsa-utils', 'ALSA utilities', 'Utilities for configurating and using the Advanced Linux Sound Architecture', '', '2005-09-15 09:05:11.472752', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, true, false, NULL, NULL, NULL, NULL, 8, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL, NULL); |
| 2018 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (16, NULL, 12, 'landscape', 'The Landscape Project', 'The Landscape Project', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface.', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface. The scope of the project isn''t limited, and will grow up as new features are planned. |
| 2019 | + |
| 2020 | +The Landscape system consists of two major parts: a client daemon which delivers information to the server and acts on server-provided requests; and a web server responsible for handling communication with clients and the user interface itself.', '2006-07-11 19:59:17.311451', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 9, NULL, NULL, NULL, NULL, false, true, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 2021 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (17, NULL, 12, 'launchpad', 'Launchpad', 'Launchpad', 'Launchpad is a catalogue of libre software projects and products. Projects registered in the Launchpad are linked to their translations in Rosetta, their bugs in Malone, their RCS imports in Bazaar, and their packages in Soyuz.', 'Launchpad''s design is inspired by the Description of a Project (DOAP) framework by Edd Dumbill, with extensions for actual releases of products.', '2006-11-24 12:48:19.178553', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 19, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 2022 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (18, NULL, 37, 'upstart', 'Upstart', 'The Upstart System Initialisation Process', 'Event-based init daemon.', 'upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.', '2007-03-14 18:47:04.891546', 'http://upstart.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 20, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 37, NULL, NULL, NULL); |
| 2023 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (19, NULL, 28, 'aptoncd', 'APTonCD', 'APTonCD, Get APT Anywhere', 'A simple yet powerful tool which allows you to create one (or more) CD/DVD-Repository containing all of the packages downloaded via apt-get or aptitude.', 'A GUI-based tool that allows you to create a CD/DVD with all downloaded packages with APT-GET, creating a removable-repository. |
| 2024 | |
| 2025 | With aptoncd you can: |
| 2026 | * Create a CD/DVD with all downloaded packages |
| 2027 | @@ -8084,23 +8104,23 @@ |
| 2028 | * Upgrade a lot of computers with same DVD |
| 2029 | * And more is expected... |
| 2030 | |
| 2031 | -In the "Create APTonCD" feature we have the possibility to make a CD/DVD with all previously downloaded packages with apt-get or aptitude. It uses apt-cache (/var/cache/apt/archives) and scans for packages and makes a repository in one (or more) CD/DVD, exactly as the previous option.', '2007-03-14 18:53:13.112116', 'http://aptoncd.sourceforge.net/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 21, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 28, NULL, NULL); |
| 2032 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (20, NULL, 14, 'jokosher', 'Jokosher', 'Jokosher Audio Editor', 'Jokosher is a simple yet powerful multi-track studio. With it you can create and record music, podcasts and more, all from an integrated simple environment.', 'Jokosher brings together many sources of audio into a seamless environment where you can record, mix and publish your audio content.', '2007-03-15 20:11:49.501871', 'http://www.jokosher.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 22, NULL, NULL, NULL, NULL, false, false, false, NULL, false, true, NULL, NULL, false, false, 14, NULL, NULL); |
| 2033 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (21, NULL, 12, 'bzr', 'Bazaar', 'Bazaar Version Control System', 'Bazaar is a distributed revision control system. It allows team members to branch and merge upstream code very easily. Most importantly, it is very robust in handling renames so that merges across radical restructurings of the tree are efficient and correct.', 'Bazaar aims to be a distributed RCS system that the open source community loves to use. |
| 2034 | +In the "Create APTonCD" feature we have the possibility to make a CD/DVD with all previously downloaded packages with apt-get or aptitude. It uses apt-cache (/var/cache/apt/archives) and scans for packages and makes a repository in one (or more) CD/DVD, exactly as the previous option.', '2007-03-14 18:53:13.112116', 'http://aptoncd.sourceforge.net/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 21, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 28, NULL, NULL, NULL); |
| 2035 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (20, NULL, 14, 'jokosher', 'Jokosher', 'Jokosher Audio Editor', 'Jokosher is a simple yet powerful multi-track studio. With it you can create and record music, podcasts and more, all from an integrated simple environment.', 'Jokosher brings together many sources of audio into a seamless environment where you can record, mix and publish your audio content.', '2007-03-15 20:11:49.501871', 'http://www.jokosher.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 22, NULL, NULL, NULL, NULL, false, false, false, NULL, false, true, NULL, NULL, false, false, 14, NULL, NULL, NULL); |
| 2036 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (21, NULL, 12, 'bzr', 'Bazaar', 'Bazaar Version Control System', 'Bazaar is a distributed revision control system. It allows team members to branch and merge upstream code very easily. Most importantly, it is very robust in handling renames so that merges across radical restructurings of the tree are efficient and correct.', 'Bazaar aims to be a distributed RCS system that the open source community loves to use. |
| 2037 | |
| 2038 | -Distributed revision control systems allow multiple people to have their own branch of a project, and merge code efficiently between them. This enables new contributors to immediately have access to the full tools that previously have been limited to just the committers to a project.', '2007-03-27 16:28:27.763632', 'http://bazaar-vcs.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 23, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 2039 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (22, NULL, 12, 'redfish', 'Redfish', 'Redfish', 'The redfish project.', 'The redfish project.', '2007-04-18 20:58:56.846607', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 24, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL); |
| 2040 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (23, 1, 1, 'derby', 'Derby', 'Derby - Java Database', 'Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0.', 'Some key advantages include: |
| 2041 | +Distributed revision control systems allow multiple people to have their own branch of a project, and merge code efficiently between them. This enables new contributors to immediately have access to the full tools that previously have been limited to just the committers to a project.', '2007-03-27 16:28:27.763632', 'http://bazaar-vcs.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 23, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 2042 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (22, NULL, 12, 'redfish', 'Redfish', 'Redfish', 'The redfish project.', 'The redfish project.', '2007-04-18 20:58:56.846607', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 24, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 12, NULL, NULL, NULL); |
| 2043 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (23, 1, 1, 'derby', 'Derby', 'Derby - Java Database', 'Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0.', 'Some key advantages include: |
| 2044 | |
| 2045 | * Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver. |
| 2046 | * Derby is based on the Java, JDBC, and SQL standards. |
| 2047 | * Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution. |
| 2048 | * Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server. |
| 2049 | * Derby is easy to install, deploy, and use. |
| 2050 | -', '2007-11-19 12:44:30.603892', 'http://db.apache.org/derby/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 25, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL); |
| 2051 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (24, NULL, 243623, 'mega-money-maker', 'Mega Money Maker', 'Sample Commercial Project', 'Proprietary project', NULL, '2008-06-27 14:51:47.366199', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 26, NULL, NULL, NULL, NULL, false, false, false, 'All rights reserved. Not free.', false, false, NULL, NULL, false, false, 243623, NULL, NULL); |
| 2052 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (25, NULL, 16, 'rosetta', 'Launchpad Translations', 'The translations part of Launchpad', 'Here you can translate your project into other spoken languages.', NULL, '2008-10-02 10:12:40.909504', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 27, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL); |
| 2053 | -INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus) VALUES (26, NULL, 16, 'obsolete-junk', 'Obsolete Junk', 'The Great Mass of Obsolete Junk', 'If you have junk that you don''t want clogging up your product, dump it here.', NULL, '2009-05-02 21:33:15.310312', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 28, NULL, NULL, NULL, NULL, false, false, false, '(We have them all because we are junk. Junk. Junk I tell you.)', false, false, NULL, NULL, false, true, 16, NULL, NULL); |
| 2054 | +', '2007-11-19 12:44:30.603892', 'http://db.apache.org/derby/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 25, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 1, NULL, NULL, NULL); |
| 2055 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (24, NULL, 243623, 'mega-money-maker', 'Mega Money Maker', 'Sample Commercial Project', 'Proprietary project', NULL, '2008-06-27 14:51:47.366199', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 26, NULL, NULL, NULL, NULL, false, false, false, 'All rights reserved. Not free.', false, false, NULL, NULL, false, false, 243623, NULL, NULL, NULL); |
| 2056 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (25, NULL, 16, 'rosetta', 'Launchpad Translations', 'The translations part of Launchpad', 'Here you can translate your project into other spoken languages.', NULL, '2008-10-02 10:12:40.909504', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 27, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, false, 16, NULL, NULL, NULL); |
| 2057 | +INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, official_codehosting, license_approved, registrant, remote_product, translation_focus, max_bug_heat) VALUES (26, NULL, 16, 'obsolete-junk', 'Obsolete Junk', 'The Great Mass of Obsolete Junk', 'If you have junk that you don''t want clogging up your product, dump it here.', NULL, '2009-05-02 21:33:15.310312', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 28, NULL, NULL, NULL, NULL, false, false, false, '(We have them all because we are junk. Junk. Junk I tell you.)', false, false, NULL, NULL, false, true, 16, NULL, NULL, NULL); |
| 2058 | |
| 2059 | |
| 2060 | ALTER TABLE product ENABLE TRIGGER ALL; |
| 2061 | @@ -8384,24 +8404,24 @@ |
| 2062 | |
| 2063 | ALTER TABLE project DISABLE TRIGGER ALL; |
| 2064 | |
| 2065 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (1, 1, 'apache', 'Apache', 'Apache', 'The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field.', 'We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.', '2004-09-24 20:58:00.633513', 'http://apache.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1); |
| 2066 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (2, 2, 'do-not-use-info-imports', 'DO NOT USE', 'DO NOT USE', 'DO NOT USE', 'TEMPORARY project till mirror jobs are assigned to correct project', '2004-09-24 20:58:00.637677', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, true, false, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2); |
| 2067 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (3, 2, 'launchpad-mirrors', 'Launchpad SCM Mirrors', 'The Launchpad Mirroring Project', 'launchpad mirrors various revision control archives, that mirroring is managed here', 'A project to mirror revision control archives into Arch.', '2004-09-24 20:58:00.65398', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2); |
| 2068 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (4, 12, 'mozilla', 'the Mozilla Project', 'The Mozilla Project', 'The Mozilla Project is the largest open source web browser collaborative project. Founded when Netscape released the source code to its pioneering browser in 1999, the Mozilla Project continues to set the standard for web browser technology.', 'The Mozilla Project produces several internet applications that are very widely used, and is also a center for collaboration on internet standards work by open source groups. |
| 2069 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (1, 1, 'apache', 'Apache', 'Apache', 'The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field.', 'We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.', '2004-09-24 20:58:00.633513', 'http://apache.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL); |
| 2070 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (2, 2, 'do-not-use-info-imports', 'DO NOT USE', 'DO NOT USE', 'DO NOT USE', 'TEMPORARY project till mirror jobs are assigned to correct project', '2004-09-24 20:58:00.637677', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, true, false, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL); |
| 2071 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (3, 2, 'launchpad-mirrors', 'Launchpad SCM Mirrors', 'The Launchpad Mirroring Project', 'launchpad mirrors various revision control archives, that mirroring is managed here', 'A project to mirror revision control archives into Arch.', '2004-09-24 20:58:00.65398', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL); |
| 2072 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (4, 12, 'mozilla', 'the Mozilla Project', 'The Mozilla Project', 'The Mozilla Project is the largest open source web browser collaborative project. Founded when Netscape released the source code to its pioneering browser in 1999, the Mozilla Project continues to set the standard for web browser technology.', 'The Mozilla Project produces several internet applications that are very widely used, and is also a center for collaboration on internet standards work by open source groups. |
| 2073 | |
| 2074 | The Project now has several popular products, including the Firefox web browser, the Thunderbird mail client and the libraries that enable them to run on many platforms. |
| 2075 | |
| 2076 | -Organisationally, the Mozilla Project is hosted by the Mozilla Foundation, a not-for-profit company incorporated in the US.', '2004-09-24 20:58:02.177698', 'http://www.mozilla.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12); |
| 2077 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (5, 12, 'gnome', 'GNOME', 'The GNOME Project', 'The GNOME Project is an initiative to prduce a free desktop software framework. GNOME is more than a set of applications, it is a user interface standard (the Gnome HIG) and a set of libraries that allow applications to work together in a harmonious desktop-ish way.', 'The Gnome Project was founded (when?) to build on the success of early applications using the Gtk GUI toolkit. Many of those applications are still part of Gnome, and the Gtk toolkit remains an essential part of Gnome. |
| 2078 | - |
| 2079 | -Gnome applications cover the full spectrum from office productivity applications to games, digital camera applications, and of course the Gnome Panel which acts as a launcher and general access point for apps on the desktop.', '2004-09-24 20:58:02.222154', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, 12); |
| 2080 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (6, 12, 'iso-codes-project', 'iso-codes', 'iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.238443', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12); |
| 2081 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (7, 16, 'aaa', 'the Test Project', 'The Test Project', 'This is a small project that has no purpose by to serve as a test data point. The only thing this project has ever produced is products, most of which are largely unheard of. This short description is long enough.', 'Of course, one can''t say enough about the Test Project. Not only is it always there, it''s often exactly in the same state that you saw it last. And it has an amazing ability to pop up in places where you just didn''t think you''d expect to find it. Very noticeable when you least want it noticed, that sort of thing. |
| 2082 | - |
| 2083 | -It would be very interesting to know whether this second paragraph of text about the test project is in fact rendered as a second paragraph, or if it all blurs together in a haze of testing. Only time will tell.', '2004-10-03 22:27:25.02843', 'http://www.testmenow.com', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16); |
| 2084 | -INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant) VALUES (8, 16, 'gimp', 'the GiMP Project', 'The GIMP Project', 'The GIMP Project works in the field of image manipulation and reproduction. The Project is responsible for several pieces of software, such as The GiMP and GiMP-Print.', 'Founded by Spencer Kimball in 1996 with the simple aim of producing a "paint" program, the GIMP project has become one of the defining projects of the open source world. The GIMP itself is an image manipulation program that is beginning to rival even Adobe Photoshop in features and functionality. |
| 2085 | - |
| 2086 | -The project is loosely organised, with about 15 people making regular contributions. There is no fixed release schedule other than "when it is done".', '2004-10-03 22:27:45.283741', 'http://www.gimp.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16); |
| 2087 | +Organisationally, the Mozilla Project is hosted by the Mozilla Foundation, a not-for-profit company incorporated in the US.', '2004-09-24 20:58:02.177698', 'http://www.mozilla.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL); |
| 2088 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (5, 12, 'gnome', 'GNOME', 'The GNOME Project', 'The GNOME Project is an initiative to prduce a free desktop software framework. GNOME is more than a set of applications, it is a user interface standard (the Gnome HIG) and a set of libraries that allow applications to work together in a harmonious desktop-ish way.', 'The Gnome Project was founded (when?) to build on the success of early applications using the Gtk GUI toolkit. Many of those applications are still part of Gnome, and the Gtk toolkit remains an essential part of Gnome. |
| 2089 | + |
| 2090 | +Gnome applications cover the full spectrum from office productivity applications to games, digital camera applications, and of course the Gnome Panel which acts as a launcher and general access point for apps on the desktop.', '2004-09-24 20:58:02.222154', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL); |
| 2091 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (6, 12, 'iso-codes-project', 'iso-codes', 'iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.238443', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, NULL); |
| 2092 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (7, 16, 'aaa', 'the Test Project', 'The Test Project', 'This is a small project that has no purpose by to serve as a test data point. The only thing this project has ever produced is products, most of which are largely unheard of. This short description is long enough.', 'Of course, one can''t say enough about the Test Project. Not only is it always there, it''s often exactly in the same state that you saw it last. And it has an amazing ability to pop up in places where you just didn''t think you''d expect to find it. Very noticeable when you least want it noticed, that sort of thing. |
| 2093 | + |
| 2094 | +It would be very interesting to know whether this second paragraph of text about the test project is in fact rendered as a second paragraph, or if it all blurs together in a haze of testing. Only time will tell.', '2004-10-03 22:27:25.02843', 'http://www.testmenow.com', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL); |
| 2095 | +INSERT INTO project (id, owner, name, displayname, title, summary, description, datecreated, homepageurl, wikiurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, translationgroup, translationpermission, driver, bugtracker, homepage_content, icon, mugshot, logo, bug_reporting_guidelines, reviewer_whiteboard, registrant, max_bug_heat) VALUES (8, 16, 'gimp', 'the GiMP Project', 'The GIMP Project', 'The GIMP Project works in the field of image manipulation and reproduction. The Project is responsible for several pieces of software, such as The GiMP and GiMP-Print.', 'Founded by Spencer Kimball in 1996 with the simple aim of producing a "paint" program, the GIMP project has become one of the defining projects of the open source world. The GIMP itself is an image manipulation program that is beginning to rival even Adobe Photoshop in features and functionality. |
| 2096 | + |
| 2097 | +The project is loosely organised, with about 15 people making regular contributions. There is no fixed release schedule other than "when it is done".', '2004-10-03 22:27:45.283741', 'http://www.gimp.org/', NULL, NULL, NULL, NULL, false, true, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL); |
| 2098 | |
| 2099 | |
| 2100 | ALTER TABLE project ENABLE TRIGGER ALL; |
| 2101 | @@ -8979,29 +8999,29 @@ |
| 2102 | |
| 2103 | ALTER TABLE sourcepackagerelease DISABLE TRIGGER ALL; |
| 2104 | |
| 2105 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (14, 1, '0.9', '2004-09-27 11:57:13', 1, NULL, 1, 'Mozilla dummy Changelog......', 'gcc-3.4-base, libc6 (>= 2.3.2.ds1-4), gcc-3.4 (>= 3.4.1-4sarge1), gcc-3.4 (<< 3.4.2), libstdc++6-dev (>= 3.4.1-4sarge1), pmount', 'bacula-common (= 1.34.6-2), bacula-director-common (= 1.34.6-2), postgresql-client (>= 7.4), pmount', 'any', NULL, 1, 1, 1, 1, 1, 'Mark Shuttleworth <mark@canonical.com>', '3.6.2', '1.0', 'mozilla-firefox', 1, NULL, 'gcc-4.0, pmount', 'gcc-4.0-base, pmount', NULL); |
| 2106 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (15, 1, '1.0', '2004-09-27 11:57:13', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 2, 1, 9, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2107 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (16, 1, '1.0-1', '2005-03-10 16:30:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 3, 1, 10, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2108 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (17, 1, '0.99.6-1', '2005-03-14 18:00:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 2, 1, 10, 1, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2109 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (20, 1, '0.1-1', '2005-03-24 20:59:31.439579', 1, NULL, 1, 'pmount (0.1-1) hoary; urgency=low |
| 2110 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (14, 1, '0.9', '2004-09-27 11:57:13', 1, NULL, 1, 'Mozilla dummy Changelog......', 'gcc-3.4-base, libc6 (>= 2.3.2.ds1-4), gcc-3.4 (>= 3.4.1-4sarge1), gcc-3.4 (<< 3.4.2), libstdc++6-dev (>= 3.4.1-4sarge1), pmount', 'bacula-common (= 1.34.6-2), bacula-director-common (= 1.34.6-2), postgresql-client (>= 7.4), pmount', 'any', NULL, 1, 1, 1, 1, 1, 'Mark Shuttleworth <mark@canonical.com>', '3.6.2', '1.0', 'mozilla-firefox', 1, NULL, 'gcc-4.0, pmount', 'gcc-4.0-base, pmount', NULL, NULL); |
| 2111 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (15, 1, '1.0', '2004-09-27 11:57:13', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 2, 1, 9, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2112 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (16, 1, '1.0-1', '2005-03-10 16:30:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 3, 1, 10, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2113 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (17, 1, '0.99.6-1', '2005-03-14 18:00:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 2, 1, 10, 1, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2114 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (20, 1, '0.1-1', '2005-03-24 20:59:31.439579', 1, NULL, 1, 'pmount (0.1-1) hoary; urgency=low |
| 2115 | |
| 2116 | * Fix description (Malone #1) |
| 2117 | * Fix debian (Debian #2000) |
| 2118 | * Fix warty (Warty Ubuntu #1) |
| 2119 | |
| 2120 | - -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 2, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2121 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (21, 1, '0.1-2', '2005-06-24 20:59:31.439579', 1, NULL, 1, 'This is a placeholder changelog for pmount 0.1-2', NULL, NULL, 'powerpc', NULL, 1, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2122 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (23, 1, '1.0.8-1ubuntu1', '2005-02-03 08:50:00', 1, NULL, 1, 'alsa-utils (1.0.8-1ubuntu1) warty; urgency=low |
| 2123 | - |
| 2124 | - * Placeholder |
| 2125 | - |
| 2126 | - -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 1, 19, 1, 1, 'Mark Shuttleworth <mark@example.com>', '3.6.2', '1.0', 'alsa-mixer', 1, NULL, NULL, NULL, NULL); |
| 2127 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (24, 1, '1.0.9a-4', '2005-07-01 22:47:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4) warty; urgency=low |
| 2128 | - |
| 2129 | - * Placeholder |
| 2130 | - |
| 2131 | - -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'any', NULL, 2, 1, 19, 8, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2132 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (25, 1, '1.0.9a-4ubuntu1', '2005-08-01 14:10:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4ubuntu1) hoary; urgency=low |
| 2133 | + -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 2, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2134 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (21, 1, '0.1-2', '2005-06-24 20:59:31.439579', 1, NULL, 1, 'This is a placeholder changelog for pmount 0.1-2', NULL, NULL, 'powerpc', NULL, 1, 1, 14, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2135 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (23, 1, '1.0.8-1ubuntu1', '2005-02-03 08:50:00', 1, NULL, 1, 'alsa-utils (1.0.8-1ubuntu1) warty; urgency=low |
| 2136 | + |
| 2137 | + * Placeholder |
| 2138 | + |
| 2139 | + -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 1, 19, 1, 1, 'Mark Shuttleworth <mark@example.com>', '3.6.2', '1.0', 'alsa-mixer', 1, NULL, NULL, NULL, NULL, NULL); |
| 2140 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (24, 1, '1.0.9a-4', '2005-07-01 22:47:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4) warty; urgency=low |
| 2141 | + |
| 2142 | + * Placeholder |
| 2143 | + |
| 2144 | + -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'any', NULL, 2, 1, 19, 8, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2145 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (25, 1, '1.0.9a-4ubuntu1', '2005-08-01 14:10:00', 1, NULL, 1, 'alsa-utils (1.0.9a-4ubuntu1) hoary; urgency=low |
| 2146 | |
| 2147 | * Placeholder |
| 2148 | LP: #10 |
| 2149 | @@ -9010,22 +9030,22 @@ |
| 2150 | LP: #7, #8, |
| 2151 | #11 |
| 2152 | |
| 2153 | - -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 16, 19, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2154 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (26, 1, 'cr.g7-37', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 1, 16, 20, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2155 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (27, 1, 'b8p', '2006-02-10 11:19:00', 1, NULL, 1, 'libstdc++ (9.9-1) hoary; urgency=high |
| 2156 | + -- Sample Person <test@canonical.com> Tue, 7 Feb 2006 12:10:08 +0300', NULL, NULL, 'all', NULL, 1, 16, 19, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2157 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (26, 1, 'cr.g7-37', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 1, 16, 20, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2158 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (27, 1, 'b8p', '2006-02-10 11:19:00', 1, NULL, 1, 'libstdc++ (9.9-1) hoary; urgency=high |
| 2159 | |
| 2160 | * Placeholder |
| 2161 | |
| 2162 | - -- Sample Person <test@canonical.com> Tue, 10 Feb 2006 10:10:08 +0300', NULL, NULL, 'powerpc i386', NULL, 1, 16, 21, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2163 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (28, 1, '2.6.15.3', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 1, 16, 22, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2164 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (29, 1, '0.00', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 17, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2165 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (30, 1, '1.0', '2006-09-28 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 20, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2166 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (31, 1, '1.0', '2006-09-28 18:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 20, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2167 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (32, 1, '1.0', '2006-12-01 13:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 23, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2168 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (33, 1, '1.0', '2006-12-01 13:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 24, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2169 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (34, 1, '1.0', '2007-02-15 14:19:01', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 29, 16, 25, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL); |
| 2170 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (35, 1, '1.0', '2006-04-11 11:19:01', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 1, 16, 26, 1, 1, NULL, NULL, '1.0', NULL, 10, NULL, NULL, NULL, NULL); |
| 2171 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (36, 243606, '1.0-1', '2007-08-09 21:25:37.832976', 1, NULL, 5, 'commercialpackage (1.0-1) breezy; urgency=low |
| 2172 | + -- Sample Person <test@canonical.com> Tue, 10 Feb 2006 10:10:08 +0300', NULL, NULL, 'powerpc i386', NULL, 1, 16, 21, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2173 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (28, 1, '2.6.15.3', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 1, 16, 22, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2174 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (29, 1, '0.00', '2005-12-22 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 17, 3, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2175 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (30, 1, '1.0', '2006-09-28 18:19:00', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 20, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2176 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (31, 1, '1.0', '2006-09-28 18:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 20, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2177 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (32, 1, '1.0', '2006-12-01 13:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 23, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2178 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (33, 1, '1.0', '2006-12-01 13:19:01', 1, NULL, 1, NULL, NULL, NULL, 'all', NULL, 1, 16, 24, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2179 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (34, 1, '1.0', '2007-02-15 14:19:01', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 29, 16, 25, 10, 1, NULL, NULL, '1.0', NULL, 1, NULL, NULL, NULL, NULL, NULL); |
| 2180 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (35, 1, '1.0', '2006-04-11 11:19:01', 1, NULL, 1, NULL, NULL, NULL, 'any', NULL, 1, 16, 26, 1, 1, NULL, NULL, '1.0', NULL, 10, NULL, NULL, NULL, NULL, NULL); |
| 2181 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (36, 243606, '1.0-1', '2007-08-09 21:25:37.832976', 1, NULL, 5, 'commercialpackage (1.0-1) breezy; urgency=low |
| 2182 | |
| 2183 | * Initial version |
| 2184 | Address for testing linkification: Foo Bar <foo.bar@canonical.com> |
| 2185 | @@ -9049,8 +9069,8 @@ |
| 2186 | iD8DBQFGtzTjWhGlTF8G/HcRAtFsAJ4hHyKhOnsUOQDI+SAk000DmFAnUgCcC84J |
| 2187 | 3F4bEPeRcnUjCFI/hjR0kxg= |
| 2188 | =Tjln |
| 2189 | -', 7, 243606, 27, 10, 1, 'Julian Edwards <launchpad@julian-edwards.com>', '3.6.2', '1.0', 'commercialpackage', 12, NULL, NULL, NULL, NULL); |
| 2190 | -INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build) VALUES (37, 1, '1.0', '2006-04-11 11:19:01', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 1, 16, 26, 1, 1, NULL, NULL, '1.0', NULL, 11, NULL, NULL, NULL, NULL); |
| 2191 | +', 7, 243606, 27, 10, 1, 'Julian Edwards <launchpad@julian-edwards.com>', '3.6.2', '1.0', 'commercialpackage', 12, NULL, NULL, NULL, NULL, NULL); |
| 2192 | +INSERT INTO sourcepackagerelease (id, creator, version, dateuploaded, urgency, dscsigningkey, component, changelog_entry, builddepends, builddependsindep, architecturehintlist, dsc, section, maintainer, sourcepackagename, upload_distroseries, format, dsc_maintainer_rfc822, dsc_standards_version, dsc_format, dsc_binaries, upload_archive, copyright, build_conflicts, build_conflicts_indep, sourcepackage_recipe_build, changelog) VALUES (37, 1, '1.0', '2006-04-11 11:19:01', 1, NULL, 1, NULL, NULL, NULL, 'i386', NULL, 1, 16, 26, 1, 1, NULL, NULL, '1.0', NULL, 11, NULL, NULL, NULL, NULL, NULL); |
| 2193 | |
| 2194 | |
| 2195 | ALTER TABLE sourcepackagerelease ENABLE TRIGGER ALL; |
| 2196 | |
| 2197 | === modified file 'database/schema/comments.sql' |
| 2198 | --- database/schema/comments.sql 2010-03-18 17:07:11 +0000 |
| 2199 | +++ database/schema/comments.sql 2010-03-23 14:23:29 +0000 |
| 2200 | @@ -1305,7 +1305,7 @@ |
| 2201 | COMMENT ON COLUMN SourcePackageRelease.copyright IS 'The copyright associated with this sourcepackage. Often in the case of debian packages and will be found after the installation in /usr/share/doc/<binarypackagename>/copyright'; |
| 2202 | COMMENT ON COLUMN SourcePackageRelease.build_conflicts IS 'The list of packages that will conflict with this source while building, as mentioned in the control file "Build-Conflicts:" field.'; |
| 2203 | COMMENT ON COLUMN SourcePackageRelease.build_conflicts_indep IS 'The list of packages that will conflict with this source while building in architecture independent environment, as mentioned in the control file "Build-Conflicts-Indep:" field.'; |
| 2204 | - |
| 2205 | +COMMENT ON COLUMN SourcePackageRelease.changelog IS 'The LibraryFileAlias ID of changelog associated with this sourcepackage. Often in the case of debian packages and will be found after the installation in /usr/share/doc/<binarypackagename>/changelog.Debian.gz'; |
| 2206 | |
| 2207 | -- SourcePackageName |
| 2208 | |
| 2209 | |
| 2210 | === added file 'database/schema/patch-2207-43-0.sql' |
| 2211 | --- database/schema/patch-2207-43-0.sql 1970-01-01 00:00:00 +0000 |
| 2212 | +++ database/schema/patch-2207-43-0.sql 2010-03-23 14:23:29 +0000 |
| 2213 | @@ -0,0 +1,4 @@ |
| 2214 | +SET client_min_messages=ERROR; |
| 2215 | +ALTER TABLE sourcepackagerelease ADD changelog int REFERENCES libraryfilealias(id); |
| 2216 | +CREATE INDEX sourcepackagerelease__changelog__idx ON SourcepackageRelease(changelog); |
| 2217 | +INSERT INTO LaunchpadDatabaseRevision VALUES (2207, 43, 0); |
| 2218 | |
| 2219 | === modified file 'database/schema/security.cfg' |
| 2220 | --- database/schema/security.cfg 2010-03-19 17:42:12 +0000 |
| 2221 | +++ database/schema/security.cfg 2010-03-23 14:23:29 +0000 |
| 2222 | @@ -414,6 +414,7 @@ |
| 2223 | public.shipitreport = SELECT |
| 2224 | public.shippingrun = SELECT |
| 2225 | public.sprint = SELECT |
| 2226 | +public.sourcepackagerelease = SELECT |
| 2227 | public.sourcepackagereleasefile = SELECT |
| 2228 | public.sourcepackagerecipebuild = SELECT |
| 2229 | public.temporaryblobstorage = SELECT, DELETE |
| 2230 | |
| 2231 | === modified file 'lib/lp/archiveuploader/dscfile.py' |
| 2232 | --- lib/lp/archiveuploader/dscfile.py 2010-03-12 17:34:47 +0000 |
| 2233 | +++ lib/lp/archiveuploader/dscfile.py 2010-03-23 14:23:29 +0000 |
| 2234 | @@ -13,6 +13,7 @@ |
| 2235 | 'SignableTagFile', |
| 2236 | 'DSCFile', |
| 2237 | 'DSCUploadedFile', |
| 2238 | + 'findAndMoveChangelog', |
| 2239 | 'findCopyright', |
| 2240 | ] |
| 2241 | |
| 2242 | @@ -152,8 +153,9 @@ |
| 2243 | |
| 2244 | # Note that files is actually only set inside verify(). |
| 2245 | files = None |
| 2246 | - # Copyrigth is only set inside unpackAndCheckSource(). |
| 2247 | + # Copyright and changelog_path are only set inside unpackAndCheckSource(). |
| 2248 | copyright = None |
| 2249 | + changelog_path = None |
| 2250 | |
| 2251 | def __init__(self, filepath, digest, size, component_and_section, |
| 2252 | priority, package, version, changes, policy, logger): |
| 2253 | @@ -525,9 +527,13 @@ |
| 2254 | # XXX cprov 20070713: We should access only the expected directory |
| 2255 | # name (<sourcename>-<no_epoch(no_revision(version))>). |
| 2256 | |
| 2257 | + # Locate both the copyright and changelog files for later processing. |
| 2258 | for error in findCopyright(self, tmpdir, self.logger): |
| 2259 | yield error |
| 2260 | |
| 2261 | + for error in findAndMoveChangelog(self, cwd, tmpdir, self.logger): |
| 2262 | + yield error |
| 2263 | + |
| 2264 | self.logger.debug("Cleaning up source tree.") |
| 2265 | try: |
| 2266 | shutil.rmtree(tmpdir) |
| 2267 | @@ -598,6 +604,18 @@ |
| 2268 | else: |
| 2269 | encoded[key] = None |
| 2270 | |
| 2271 | + # Lets upload the changelog file to librarian |
| 2272 | + |
| 2273 | + # We have to do this separately because we need the librarian file |
| 2274 | + # alias id to embed in the SourceReleasePackage |
| 2275 | + |
| 2276 | + changelog_lfa = self.librarian.create( |
| 2277 | + "changelog", |
| 2278 | + os.stat(self.changelog_path).st_size, |
| 2279 | + open(self.changelog_path, "r"), |
| 2280 | + "text/x-debian-source-changelog", |
| 2281 | + restricted=self.policy.archive.private) |
| 2282 | + |
| 2283 | source_name = getUtility( |
| 2284 | ISourcePackageNameSet).getOrCreateByName(self.source) |
| 2285 | |
| 2286 | @@ -619,6 +637,7 @@ |
| 2287 | dsc_binaries=encoded['binary'], |
| 2288 | dsc_standards_version=encoded.get('standards-version'), |
| 2289 | component=self.component, |
| 2290 | + changelog=changelog_lfa, |
| 2291 | changelog_entry=encoded.get('simulated_changelog'), |
| 2292 | section=self.section, |
| 2293 | archive=self.policy.archive, |
| 2294 | @@ -667,34 +686,79 @@ |
| 2295 | yield error |
| 2296 | |
| 2297 | |
| 2298 | -def findCopyright(dsc_file, source_dir, logger): |
| 2299 | - """Find and store any debian/copyright. |
| 2300 | - |
| 2301 | - :param dsc_file: A DSCFile object where the copyright will be stored. |
| 2302 | +def findFile(source_dir, filename): |
| 2303 | + """Find and return any file under source_dir |
| 2304 | + |
| 2305 | + :param source_file: The directory where the source was extracted |
| 2306 | :param source_dir: The directory where the source was extracted. |
| 2307 | - :param logger: A logger object for debug output. |
| 2308 | + :return fullpath: The full path of the file, else return None if the |
| 2309 | + file is not found. |
| 2310 | """ |
| 2311 | # Instead of trying to predict the unpacked source directory name, |
| 2312 | - # we simply use glob to retrive everything like: |
| 2313 | - # 'tempdir/*/debian/copyright' |
| 2314 | - globpath = os.path.join(source_dir, "*", "debian/copyright") |
| 2315 | + # we simply use glob to retrieve everything like: |
| 2316 | + # 'tempdir/*/debian/filename' |
| 2317 | + globpath = os.path.join(source_dir, "*", filename) |
| 2318 | for fullpath in glob.glob(globpath): |
| 2319 | if not os.path.exists(fullpath): |
| 2320 | continue |
| 2321 | + if os.path.islink(fullpath): |
| 2322 | + raise UploadError( |
| 2323 | + "Symbolic link for %s not allowed" % filename) |
| 2324 | + # Anything returned by this method should be less than 10MiB since it |
| 2325 | + # will be stored in the database assuming the source package isn't |
| 2326 | + # rejected before hand |
| 2327 | if os.stat(fullpath).st_size > 10485760: |
| 2328 | - yield UploadError( |
| 2329 | - "debian/copyright file too large, 10MiB max") |
| 2330 | - return |
| 2331 | - if os.path.islink(fullpath): |
| 2332 | - yield UploadError( |
| 2333 | - "Symbolic link for debian/copyright not allowed") |
| 2334 | - return |
| 2335 | - logger.debug("Copying copyright contents.") |
| 2336 | - dsc_file.copyright = open(fullpath).read().strip() |
| 2337 | - |
| 2338 | - if dsc_file.copyright is None: |
| 2339 | + raise UploadError( |
| 2340 | + "%s file too large, 10MiB max" % filename) |
| 2341 | + else: |
| 2342 | + return fullpath |
| 2343 | + return None |
| 2344 | + |
| 2345 | +def findCopyright(dsc_file, source_dir, logger): |
| 2346 | + """Find and store any debian/copyright. |
| 2347 | + |
| 2348 | + :param dsc_file: A DSCFile object where the copyright will be stored. |
| 2349 | + :param source_dir: The directory where the source was extracted. |
| 2350 | + :param logger: A logger object for debug output. |
| 2351 | + """ |
| 2352 | + try: |
| 2353 | + copyright_file = findFile(source_dir, 'debian/copyright') |
| 2354 | + except UploadError, error: |
| 2355 | + yield error |
| 2356 | + return |
| 2357 | + if copyright_file is None: |
| 2358 | yield UploadWarning("No copyright file found.") |
| 2359 | - |
| 2360 | + return |
| 2361 | + |
| 2362 | + logger.debug("Copying copyright contents.") |
| 2363 | + dsc_file.copyright = open(copyright_file).read().strip() |
| 2364 | + |
| 2365 | +def findAndMoveChangelog(dsc_file, target_dir, source_dir, logger): |
| 2366 | + """Find and move any debian/changelog. |
| 2367 | + |
| 2368 | + This function finds the changelog file within the source package and |
| 2369 | + moves it to target_dir. The changelog file is later uploaded to the |
| 2370 | + librarian by DSCFile.storeInDatabase(). |
| 2371 | + |
| 2372 | + :param dsc_file: A DSCFile object where the copyright will be stored. |
| 2373 | + :param target_dir: The directory where the changelog will end up. |
| 2374 | + :param source_dir: The directory where the source was extracted. |
| 2375 | + :param logger: A logger object for debug output. |
| 2376 | + """ |
| 2377 | + try: |
| 2378 | + changelog_file = findFile(source_dir, 'debian/changelog') |
| 2379 | + except UploadError, error: |
| 2380 | + yield error |
| 2381 | + return |
| 2382 | + if changelog_file is None: |
| 2383 | + # Policy requires debian/changelog to always exist. |
| 2384 | + yield UploadError("No changelog file found.") |
| 2385 | + return |
| 2386 | + |
| 2387 | + # Move the changelog file out of the package direcotry |
| 2388 | + logger.debug("Found changelog contents; moving to root directory") |
| 2389 | + dsc_file.changelog_path = os.path.join(target_dir, "changelog") |
| 2390 | + shutil.move(changelog_file, dsc_file.changelog_path) |
| 2391 | |
| 2392 | def check_format_1_0_files(filename, file_type_counts, component_counts, |
| 2393 | bzip2_count): |
| 2394 | |
| 2395 | === modified file 'lib/lp/archiveuploader/tests/test_dscfile.py' |
| 2396 | --- lib/lp/archiveuploader/tests/test_dscfile.py 2010-03-12 17:34:47 +0000 |
| 2397 | +++ lib/lp/archiveuploader/tests/test_dscfile.py 2010-03-23 14:23:29 +0000 |
| 2398 | @@ -8,7 +8,7 @@ |
| 2399 | import os |
| 2400 | import unittest |
| 2401 | |
| 2402 | -from lp.archiveuploader.dscfile import findCopyright |
| 2403 | +from lp.archiveuploader.dscfile import findAndMoveChangelog, findCopyright |
| 2404 | from lp.archiveuploader.nascentuploadfile import UploadError |
| 2405 | from lp.archiveuploader.tests import mock_logger_quiet |
| 2406 | from lp.testing import TestCase |
| 2407 | @@ -24,61 +24,99 @@ |
| 2408 | self.tmpdir = self.makeTemporaryDirectory() |
| 2409 | self.dir_path = os.path.join(self.tmpdir, "foo", "debian") |
| 2410 | os.makedirs(self.dir_path) |
| 2411 | - self.file_path = os.path.join(self.dir_path, "copyright") |
| 2412 | + self.copyright_path = os.path.join(self.dir_path, "copyright") |
| 2413 | + self.changelog_path = os.path.join(self.dir_path, "changelog") |
| 2414 | + self.changelog_dest = os.path.join(self.tmpdir, "changelog") |
| 2415 | self.dsc_file = self.MockDSCFile() |
| 2416 | |
| 2417 | - def removeCopyrightFile(self): |
| 2418 | - """Remove any test copyright file we may have lying around.""" |
| 2419 | - if os.path.exists(self.file_path): |
| 2420 | - os.remove(self.file_path) |
| 2421 | - |
| 2422 | def testBadDebianCopyright(self): |
| 2423 | - """Test that a symlink instead of a real file will fail.""" |
| 2424 | - os.symlink("/etc/passwd", self.file_path) |
| 2425 | + """Test that a symlink as debian/copyright will fail. |
| 2426 | + |
| 2427 | + This is a security check, to make sure its not possible to use a |
| 2428 | + dangling symlink in an attempt to try and access files on the system |
| 2429 | + processing the source packages.""" |
| 2430 | + os.symlink("/etc/passwd", self.copyright_path) |
| 2431 | errors = list(findCopyright( |
| 2432 | self.dsc_file, self.tmpdir, mock_logger_quiet)) |
| 2433 | |
| 2434 | - self.addCleanup(self.removeCopyrightFile) |
| 2435 | self.assertEqual(len(errors), 1) |
| 2436 | self.assertIsInstance(errors[0], UploadError) |
| 2437 | self.assertEqual( |
| 2438 | errors[0].message, |
| 2439 | "Symbolic link for debian/copyright not allowed") |
| 2440 | + self.failUnless(isinstance(errors[0], UploadError)) |
| 2441 | |
| 2442 | def testGoodDebianCopyright(self): |
| 2443 | + """Test that a proper copyright file will be accepted""" |
| 2444 | copyright = "copyright for dummies" |
| 2445 | - file = open(self.file_path, "w") |
| 2446 | + file = open(self.copyright_path, "w") |
| 2447 | file.write(copyright) |
| 2448 | file.close() |
| 2449 | |
| 2450 | errors = list(findCopyright( |
| 2451 | self.dsc_file, self.tmpdir, mock_logger_quiet)) |
| 2452 | |
| 2453 | - |
| 2454 | - self.addCleanup(self.removeCopyrightFile) |
| 2455 | self.assertEqual(len(errors), 0) |
| 2456 | self.assertEqual(self.dsc_file.copyright, copyright) |
| 2457 | |
| 2458 | - def testOversizedDebianCopyright(self): |
| 2459 | - """Test that a copyright file larger than 10MiB will fail.""" |
| 2460 | - |
| 2461 | + def testBadDebianChangelog(self): |
| 2462 | + """Test that a symlink as debian/changelog will fail. |
| 2463 | + |
| 2464 | + This is a security check, to make sure its not possible to use a |
| 2465 | + dangling symlink in an attempt to try and access files on the system |
| 2466 | + processing the source packages.""" |
| 2467 | + os.symlink("/etc/passwd", self.changelog_path) |
| 2468 | + errors = list(findAndMoveChangelog( |
| 2469 | + self.dsc_file, self.tmpdir, self.tmpdir, mock_logger_quiet)) |
| 2470 | + |
| 2471 | + self.assertEqual(len(errors), 1) |
| 2472 | + self.assertIsInstance(errors[0], UploadError) |
| 2473 | + self.assertEqual( |
| 2474 | + errors[0].message, |
| 2475 | + "Symbolic link for debian/changelog not allowed") |
| 2476 | + self.failUnless(isinstance(errors[0], UploadError)) |
| 2477 | + |
| 2478 | + def testGoodDebianChangelog(self): |
| 2479 | + """Test that a proper changelog file will be accepted""" |
| 2480 | + changelog = "changelog for dummies" |
| 2481 | + file = open(self.changelog_path, "w") |
| 2482 | + file.write(changelog) |
| 2483 | + file.close() |
| 2484 | + |
| 2485 | + errors = list(findAndMoveChangelog( |
| 2486 | + self.dsc_file, self.tmpdir, self.tmpdir, mock_logger_quiet)) |
| 2487 | + |
| 2488 | + self.assertEqual(len(errors), 0) |
| 2489 | + self.assertEqual(self.dsc_file.changelog_path, |
| 2490 | + self.changelog_dest) |
| 2491 | + |
| 2492 | + |
| 2493 | + def testOversizedFile(self): |
| 2494 | + """Test that a file larger than 10MiB will fail. |
| 2495 | + |
| 2496 | + This check exists to prevent a possible denial of service attack |
| 2497 | + against launchpad by overloaded the database or librarian with massive |
| 2498 | + changelog and copyright files. 10MiB was set as a sane lower limit |
| 2499 | + which is incredibly unlikely to be hit by normal files in the |
| 2500 | + archive""" |
| 2501 | dev_zero = open("/dev/zero", "r") |
| 2502 | - empty_file = dev_zero.read(20971520) |
| 2503 | + ten_MiB = 2*20 * 10 |
| 2504 | + empty_file = dev_zero.read(ten_MiB + 1) |
| 2505 | dev_zero.close() |
| 2506 | |
| 2507 | - file = open(self.file_path, "w") |
| 2508 | + file = open(self.changelog_path, "w") |
| 2509 | file.write(empty_file) |
| 2510 | file.close() |
| 2511 | |
| 2512 | - errors = list(findCopyright( |
| 2513 | - self.dsc_file, self.tmpdir, mock_logger_quiet)) |
| 2514 | - |
| 2515 | - self.addCleanup(self.removeCopyrightFile) |
| 2516 | - self.assertEqual(len(errors), 1) |
| 2517 | + errors = list(findAndMoveChangelog( |
| 2518 | + self.dsc_file, self.tmpdir, self.tmpdir, mock_logger_quiet)) |
| 2519 | + |
| 2520 | + |
| 2521 | + self.failUnless(isinstance(errors[0], UploadError)) |
| 2522 | self.assertIsInstance(errors[0], UploadError) |
| 2523 | self.assertEqual( |
| 2524 | errors[0].message, |
| 2525 | - "debian/copyright file too large, 10MiB max") |
| 2526 | + "debian/changelog file too large, 10MiB max") |
| 2527 | |
| 2528 | def test_suite(): |
| 2529 | return unittest.TestLoader().loadTestsFromName(__name__) |
| 2530 | |
| 2531 | === modified file 'lib/lp/registry/interfaces/distroseries.py' |
| 2532 | --- lib/lp/registry/interfaces/distroseries.py 2010-03-15 15:01:48 +0000 |
| 2533 | +++ lib/lp/registry/interfaces/distroseries.py 2010-03-23 14:23:29 +0000 |
| 2534 | @@ -569,9 +569,10 @@ |
| 2535 | def createUploadedSourcePackageRelease( |
| 2536 | sourcepackagename, version, maintainer, builddepends, |
| 2537 | builddependsindep, architecturehintlist, component, creator, urgency, |
| 2538 | - changelog_entry, dsc, dscsigningkey, section, dsc_maintainer_rfc822, |
| 2539 | - dsc_standards_version, dsc_format, dsc_binaries, archive, copyright, |
| 2540 | - build_conflicts, build_conflicts_indep, dateuploaded=None, |
| 2541 | + changelog, changelog_entry, dsc, dscsigningkey, section, |
| 2542 | + dsc_maintainer_rfc822, dsc_standards_version, dsc_format, |
| 2543 | + dsc_binaries, archive, copyright, build_conflicts, |
| 2544 | + build_conflicts_indep, dateuploaded=None, |
| 2545 | source_package_recipe_build=None): |
| 2546 | """Create an uploads `SourcePackageRelease`. |
| 2547 | |
| 2548 | @@ -591,7 +592,8 @@ |
| 2549 | :param dscsigningkey: IGPGKey used to sign the DSC file |
| 2550 | :param dsc: string, original content of the dsc file |
| 2551 | :param copyright: string, the original debian/copyright content |
| 2552 | - :param changelog: string, changelog extracted from the changesfile |
| 2553 | + :param changelog: LFA ID of the debian/changelog file in librarian |
| 2554 | + :param changelog_entry: string, changelog extracted from the changesfile |
| 2555 | :param architecturehintlist: string, DSC architectures |
| 2556 | :param builddepends: string, DSC build dependencies |
| 2557 | :param builddependsindep: string, DSC architecture independent build |
| 2558 | |
| 2559 | === modified file 'lib/lp/registry/model/distroseries.py' |
| 2560 | --- lib/lp/registry/model/distroseries.py 2010-03-17 04:05:42 +0000 |
| 2561 | +++ lib/lp/registry/model/distroseries.py 2010-03-23 14:23:29 +0000 |
| 2562 | @@ -1116,7 +1116,7 @@ |
| 2563 | def createUploadedSourcePackageRelease( |
| 2564 | self, sourcepackagename, version, maintainer, builddepends, |
| 2565 | builddependsindep, architecturehintlist, component, creator, |
| 2566 | - urgency, changelog_entry, dsc, dscsigningkey, section, |
| 2567 | + urgency, changelog, changelog_entry, dsc, dscsigningkey, section, |
| 2568 | dsc_maintainer_rfc822, dsc_standards_version, dsc_format, |
| 2569 | dsc_binaries, archive, copyright, build_conflicts, |
| 2570 | build_conflicts_indep, dateuploaded=DEFAULT, |
| 2571 | @@ -1127,9 +1127,10 @@ |
| 2572 | version=version, maintainer=maintainer, dateuploaded=dateuploaded, |
| 2573 | builddepends=builddepends, builddependsindep=builddependsindep, |
| 2574 | architecturehintlist=architecturehintlist, component=component, |
| 2575 | - creator=creator, urgency=urgency, changelog_entry=changelog_entry, |
| 2576 | - dsc=dsc, dscsigningkey=dscsigningkey, section=section, |
| 2577 | - copyright=copyright, upload_archive=archive, |
| 2578 | + creator=creator, urgency=urgency, changelog=changelog, |
| 2579 | + changelog_entry=changelog_entry, dsc=dsc, |
| 2580 | + dscsigningkey=dscsigningkey, section=section, copyright=copyright, |
| 2581 | + upload_archive=archive, |
| 2582 | dsc_maintainer_rfc822=dsc_maintainer_rfc822, |
| 2583 | dsc_standards_version=dsc_standards_version, |
| 2584 | dsc_format=dsc_format, dsc_binaries=dsc_binaries, |
| 2585 | @@ -1943,7 +1944,8 @@ |
| 2586 | result_set = store.using((DistroSeries, POTemplate)).find( |
| 2587 | DistroSeries, |
| 2588 | DistroSeries.hide_all_translations == False, |
| 2589 | - DistroSeries.id == POTemplate.distroseriesID).config(distinct=True) |
| 2590 | + DistroSeries.id == POTemplate.distroseriesID) |
| 2591 | + result_set = result_set.config(distinct=True) |
| 2592 | # XXX: henninge 2009-02-11 bug=217644: Convert to sequence right here |
| 2593 | # because ResultSet reports a wrong count() when using DISTINCT. Also |
| 2594 | # ResultSet does not implement __len__(), which would make it more |
| 2595 | |
| 2596 | === modified file 'lib/lp/soyuz/doc/distroseriesqueue-translations.txt' |
| 2597 | --- lib/lp/soyuz/doc/distroseriesqueue-translations.txt 2010-01-10 04:58:44 +0000 |
| 2598 | +++ lib/lp/soyuz/doc/distroseriesqueue-translations.txt 2010-03-23 14:23:29 +0000 |
| 2599 | @@ -54,8 +54,9 @@ |
| 2600 | >>> source_package_release = dapper.createUploadedSourcePackageRelease( |
| 2601 | ... pmount_sourcepackagename, "0.9.7-2ubuntu2", dapper.owner, |
| 2602 | ... None, None, 'i386', Component.get(1), dapper.owner, |
| 2603 | - ... SourcePackageUrgency.LOW, None, None, GPGKey.get(1), Section.get(1), |
| 2604 | - ... '', '', '', '', dapper.main_archive, 'copyright ?!', '', '') |
| 2605 | + ... SourcePackageUrgency.LOW, None, None, None, GPGKey.get(1), |
| 2606 | + ... Section.get(1), '', '', '', '', dapper.main_archive, |
| 2607 | + ... 'copyright ?!', '', '') |
| 2608 | |
| 2609 | >>> publishing_history = SourcePackagePublishingHistory( |
| 2610 | ... distroseries=dapper.id, |
| 2611 | |
| 2612 | === modified file 'lib/lp/soyuz/doc/sourcepackagerelease.txt' |
| 2613 | --- lib/lp/soyuz/doc/sourcepackagerelease.txt 2010-02-27 20:20:03 +0000 |
| 2614 | +++ lib/lp/soyuz/doc/sourcepackagerelease.txt 2010-03-23 14:23:29 +0000 |
| 2615 | @@ -168,6 +168,7 @@ |
| 2616 | >>> arg_creator = hoary.owner |
| 2617 | >>> arg_urgency = SourcePackageUrgency.LOW |
| 2618 | >>> arg_recipebuild = factory.makeSourcePackageRecipeBuild() |
| 2619 | + >>> changelog = None |
| 2620 | |
| 2621 | The other argurments are strings: |
| 2622 | |
| 2623 | @@ -191,7 +192,7 @@ |
| 2624 | >>> new_spr = hoary.createUploadedSourcePackageRelease( |
| 2625 | ... arg_name, version, arg_maintainer, |
| 2626 | ... builddepends, builddependsindep, archhintlist, arg_comp, arg_creator, |
| 2627 | - ... arg_urgency, changelog_entry, dsc, arg_key, arg_sect, |
| 2628 | + ... arg_urgency, changelog, changelog_entry, dsc, arg_key, arg_sect, |
| 2629 | ... dsc_maintainer_rfc822, dsc_standards_version, dsc_format, |
| 2630 | ... dsc_binaries, archive, copyright=copyright, |
| 2631 | ... build_conflicts=None, build_conflicts_indep=None, |
| 2632 | |
| 2633 | === modified file 'lib/lp/soyuz/interfaces/sourcepackagerelease.py' |
| 2634 | --- lib/lp/soyuz/interfaces/sourcepackagerelease.py 2010-02-19 12:37:31 +0000 |
| 2635 | +++ lib/lp/soyuz/interfaces/sourcepackagerelease.py 2010-03-23 14:23:29 +0000 |
| 2636 | @@ -33,6 +33,7 @@ |
| 2637 | dscsigningkey = Attribute("DSC Signing Key") |
| 2638 | component = Attribute("Source Package Component") |
| 2639 | format = Attribute("The Source Package Format") |
| 2640 | + changelog = Attribute("LibraryFileAlias containing debian/changelog.") |
| 2641 | changelog_entry = Attribute("Source Package Change Log Entry") |
| 2642 | change_summary = Attribute( |
| 2643 | "The message on the latest change in this release. This is usually " |
| 2644 | |
| 2645 | === modified file 'lib/lp/soyuz/model/sourcepackagerelease.py' |
| 2646 | --- lib/lp/soyuz/model/sourcepackagerelease.py 2010-03-06 04:57:40 +0000 |
| 2647 | +++ lib/lp/soyuz/model/sourcepackagerelease.py 2010-03-23 14:23:29 +0000 |
| 2648 | @@ -100,6 +100,7 @@ |
| 2649 | dsc = StringCol(dbName='dsc') |
| 2650 | copyright = StringCol(dbName='copyright', notNull=False, default=DEFAULT) |
| 2651 | version = StringCol(dbName='version', notNull=True) |
| 2652 | + changelog = ForeignKey(foreignKey='LibraryFileAlias', dbName='changelog') |
| 2653 | changelog_entry = StringCol(dbName='changelog_en |

Hi there. I guess I'm being fairly picky here, but I hope it gets you
more familiar with Launchpad development style :-) Not all the things
I'm asking you to change are your fault, sorry about that...
The core of the change seems fine, congratulations on wrestling the
launchapd code base into submission!
> === modified file 'lib/lp/ archiveuploader /dscfile. py' archiveuploader /dscfile. py 2010-03-12 17:34:47 +0000 archiveuploader /dscfile. py 2010-03-23 04:13:29 +0000 ngelog' ,
> --- lib/lp/
> +++ lib/lp/
> @@ -13,7 +13,9 @@
> 'SignableTagFile',
> 'DSCFile',
> 'DSCUploadedFile',
> + 'findAndMoveCha
> 'findCopyright',
> + 'findFile',
Is findFile actually used or useful in any other module? It seems gelog
like it's just an implementation detail of the findAndMoveChan
and findCopyright functions and if that's so it probably doesn't need
to be in __all__.
> ] ource() . ource() .
>
> import apt_pkg
> @@ -152,8 +154,9 @@
>
> # Note that files is actually only set inside verify().
> files = None
> - # Copyrigth is only set inside unpackAndCheckS
> + # Copyright and changelog_path is only set inside unpackAndCheckS
s/is/are/
> copyright = None and_section,
> + changelog_path = None
>
> def __init__(self, filepath, digest, size, component_
> priority, package, version, changes, policy, logger):
> @@ -528,6 +531,10 @@
> for error in findCopyright(self, tmpdir, self.logger):
> yield error
>
> + # Now do the same for the changelog
The same? The same as what? I don't find this comment helpful. A
comment on the above for loop so that this one makes sense would
perhaps be best :-)
> + for error in findAndMoveChan gelog(self, cwd, tmpdir, self.logger): debug(" Cleaning up source tree.") rmtree( tmpdir) ckage create(
> + yield error
> +
> self.logger.
> try:
> shutil.
> @@ -598,6 +605,18 @@
> else:
> encoded[key] = None
>
> + # Lets upload the changelog file to librarian
> +
> + # We have to do this separately because we need the librarian file
> + # alias id to embed in the SourceReleasePa
> +
> + changelog_id = self.librarian.
create() doesn't return an id, it returns a LibraryFileAlias. So
maybe changelog_lfa is a better name? (I guess just "changelog" would
be too confusing).
> + "changelog", self.changelog_ path).st_ size, changelog_ path, "r"), debian- source- changelog" , self.policy. archive. private) ameSet) .getOrCreateByN ame(self. source) encoded[ 'binary' ], version= encoded. get('standards- version' ), self.component, changelog_ id, entry=encoded. get('simulated_ changelog' ), self.section, self.policy. archive,
> + os.stat(
> + open(self.
> + "text/x-
> + restricted=
> +
> source_name = getUtility(
> ISourcePackageN
>
> @@ -619,6 +638,7 @@
> dsc_binaries=
> dsc_standards_
> component=
> + changelog=
> changelog_
> section=
> archive=
> @@ -667,34 +687,73 @@
> yield error
>
>
> -def findCopyright(...