o auto-purge out-of-date stuff from non-free/contrib so that testing and stuff works
o doogie's binary -> source index
- o Add urgency + installed date to the DB for aj/testing (? still needed ?)
o jt's web stuff, matt's changelog stuff (overlap)
o [Hard] Need to merge non-non-US and non-US DBs.
o Revisit linking of binary->source in install() in katie.
o Fix component handling in overrides (aj)
o Fix lack of entires in source overrides (aj)
- o direport misreports things as section 'devel'
+ o direport misreports things as section 'devel' (? we don't use direport)
o vrfy check of every Maintainer+Changed-By address; valid for 3 months.
o binary-all should be done on a per-source, per-architecture package
basis to avoid, e.g. the perl-modules problem.
o katie/jenna/rhona/whatever needs to clear out .changes
files from p-u when removing stuff superseded by newer versions.
[but for now we have halle]
- o test sig checking stuff in test/ (stupid thing is not modularized)
+ o test sig checking stuff in test/ (stupid thing is not modularized due to global abuse)
o when encountering suspicous things (e.g. file tainting) do something more drastic
* Easy:
o melanie should behave better with -a and without -b; see
gcc-defaults removal for an example.
o Reject on misconfigured kernel-package uploads
- o denise abuses sys.stdout == badly
+ o denise evily abuses sys.stdout by reassigning it
o utils.extract_component_from_section: main/utils -> main/utils, main rather than utils, main
o Fix jennier to warn if run when not in incoming or p-u
o katie should validate multi-suite uploads; only possible valid one
maintainer_id_seq, override, override_type, override_type_id_seq,
priority, priority_id_seq, section, section_id_seq, source,
source_id_seq, src_associations, src_associations_id_seq, suite,
- suite_architectures, suite_id_seq, unstable_accepted TO GROUP ftpmaster;
+ suite_architectures, suite_id_seq, accepted_autobuild TO GROUP ftpmaster;
-- Read only access to user 'nobody'
GRANT SELECT ON architecture, architecture_id_seq, archive,
maintainer_id_seq, override, override_type, override_type_id_seq,
priority, priority_id_seq, section, section_id_seq, source,
source_id_seq, src_associations, src_associations_id_seq, suite,
- suite_architectures, suite_id_seq, unstable_accepted TO PUBLIC;
+ suite_architectures, suite_id_seq, accepted_autobuild TO PUBLIC;
StableRejector "Martin (Joey) Schulze <joey@debian.org>";
FutureTimeTravelGrace 28800; // 6 hours
PastCutoffYear "1984";
- BXANotify "true";
SkipTime 300;
- SpecialAcceptedAutoBuild "true";
+ BXANotify "true";
CloseBugs "true";
OverrideDisparityCheck "true";
+ AcceptedAutoBuildSuites
+ {
+ unstable;
+ };
};
Julia
FutureTimeTravelGrace 28800; // 6 hours
PastCutoffYear "1984";
SkipTime 300;
- BXANotify "false";
- SpecialAcceptedAutoBuild "false";
CloseBugs "true";
OverrideDisparityCheck "true";
};
CloseBugs "false";
OverrideDisparityCheck "false";
BXANotify "false";
- SpecialAcceptedAutoBuild "true";
+ AcceptedAutoBuildSuites
+ {
+ potato;
+ woody;
+ };
+ SecurityAcceptedAutoBuild "true";
DefaultSuite "Woody";
OverrideMaintainer "katie@security.debian.org";
};
New "/org/security.debian.org/queue/new/";
Reject "/org/security.debian.org/queue/reject/";
Unchecked "/org/security.debian.org/queue/unchecked/";
+ AcceptedAutoBuild "/org/security.debian.org/buildd/";
};
};