1. 17 6月, 2004 4 次提交
  2. 09 6月, 2004 3 次提交
    • J
      sync · c78ddc73
      James Troup 提交于
      c78ddc73
    • J
      2004-05-07 James Troup <james@nocrew.org> * katie.conf... · 9c413f64
      James Troup 提交于
      2004-05-07  James Troup  <james@nocrew.org>	* katie.conf (Rhona::OverrideFilename): unused and obsolete, remove.	* katie.conf-non-US (Rhona::OverrideFilename): likewise.	* katie.conf (Dir::Override): remove duplicate definition.
      9c413f64
    • J
      2004-06-09 James Troup <james@nocrew.org> * jennifer (process_it):... · aab7bc58
      James Troup 提交于
      2004-06-09  James Troup  <james@nocrew.org>	* jennifer (process_it): s/changes_valid/valid_changes_p/.  Add	valid_dsc_p and don't run check_source() if check_dsc() failed.	(check_dsc): on fatal failures return 0 so check_source() isn't	run (since it makes fatal assumptions about the presence of	mandatory .dsc fields).
      aab7bc58
  3. 28 4月, 2004 1 次提交
  4. 20 4月, 2004 2 次提交
  5. 19 4月, 2004 1 次提交
    • J
      2004-04-17 James Troup <james@nocrew.org> * docs/madison.1.sgml: document... · cbdf662d
      James Troup 提交于
      2004-04-17  James Troup  <james@nocrew.org>	* docs/madison.1.sgml: document -b/--binary-type,	-g/--greaterorequal and -G/--greaterthan.	* madison (usage): -b/--binary-type only takes a single argument.	Document -g/--greaterorequal and -G/--greaterthan.	(main): add support for -g/--greaterorequal and -G/--greaterthan.
      cbdf662d
  6. 12 4月, 2004 1 次提交
  7. 07 4月, 2004 2 次提交
  8. 03 4月, 2004 2 次提交
    • J
      2004-04-01 James Troup <james@nocrew.org> * templates/lisa.prod (To): use... · b5f0291a
      James Troup 提交于
      2004-04-01  James Troup  <james@nocrew.org>	* templates/lisa.prod (To): use __MAINTAINER_TO__ not __MAINTAINER__.
      b5f0291a
    • J
      2004-04-03 James Troup <james@nocrew.org> * debian/control (Depends): add... · f2f237c9
      James Troup 提交于
      2004-04-03  James Troup  <james@nocrew.org>	* debian/control (Depends): add python2.1-email | python (>= 2.2)	needed for new utils.rfc2047_encode() function.	* utils.py (re_parse_maintainer): allow whitespace inside the	email address.	(Error): new exception base class.	(ParseMaintError): new exception class.	(force_to_utf8): new function.	(rfc2047_encode): likewise.	(fix_maintainer): rework.  use force_to_utf8() to force name and	rfc822 return values to always use UTF-8.  use rfc2047_encode() to	return an rfc2047 value.  Validate the address to catch missing	email addresses and (some) broken ones.	* katie.py (nmu_p.is_an_nmu): adapt for new utils.fix_maintainer()	by adopting foo2047 return value.	(Katie.dump_vars): add changedby2047 and maintainer2047 as	mandatory changes fields.  Promote changes and maintainer822 to	mandatory fields.	(Katie.update_subst): default maintainer2047 rather than	maintainer822.  User foo2047 rather than foo822 when setting	__MAINTAINER_TO__ or __MAINTAINER_FROM__.	* jennifer (check_changes): set default changes["maintainer2047"]	and changes["changedby2047"] values rather than their 822	equivalents.  Makes changes["changes"] a mandatory field.  Adapt	to new utils.fix_maintainer() - reject on exception and adopt	foo2047 return value.	(check_dsc): if a mandatory field is missing don't do any further	checks and as a result reduce paranoia about dsc[var] existence.	Validate the maintainer field by calling new	utils.fix_maintainer().	* ashley (main): add changedby2047 and maintainer2047 to mandatory	changes fields.  Promote maintainer822 to a mandatory changes	field.  add "pool name" to files fields.	* test/006/test.py: new file - tests for new	utils.fix_maintainer().
      f2f237c9
  9. 02 4月, 2004 2 次提交
    • J
      2004-04-01 James Troup <james@nocrew.org> * jennifer... · 3686a00f
      James Troup 提交于
      2004-04-01  James Troup  <james@nocrew.org>	* jennifer (get_changelog_versions): create a symlink mirror of	the source files in the temporary directory.	(check_source): if check_dsc_against_db() couldn't find the	orig.tar.gz bail out.	* katie.py (Katie.check_dsc_against_db): if the orig.tar.gz is not	part of the upload store the path to it in pkg.orig_tar_gz and if	it can't be found set pkg.orig_tar_gz to -1.	Explicitly return the second value as None in the (usual) case	where we don't have to reprocess.  Remove obsolete diagnostic	logs.	* katie.py (Katie.do_reject): use utils.temp_file() and don't import tempfile.2004-03-15  James Troup  <james@nocrew.org>	* jennifer (check_dsc): check changes["architecture"] for	source before we do anything else.2004-03-12  James Troup  <james@nocrew.org>	* docs/README.config (Dir::Queue::BTSVersionTrack): document.	* katie.conf (Dir::Queue::BTSVersionTrack): define.	* katie.py (Katie.accept): add support for DebBugs Version	Tracking by writing out .versions (generated in jennifer's	get_changelog_versions()) and .debinfo (mapping of binary ->	source) files.	* ashley (main): add dsc["bts changelog"].	* katie.py (Katie.dump_vars): store dsc["bts changelog"] too.	* jennifer (check_diff): obsoleted by check_source(), removed.	(check_source): new function: create a temporary directory and	move into it and call get_changelog_versions().	(get_changelog_versions): new function: extract the source package	and optionally parse debian/changelog to obtain the version	history for the BTS.	(process_it): call check_source() rather than check_diff().
      3686a00f
    • J
      2004-04-01 James Troup <james@nocrew.org> * utils.py (temp_filename): new... · bd377d74
      James Troup 提交于
      2004-04-01  James Troup  <james@nocrew.org>	* utils.py (temp_filename): new helper function that wraps around	tempfile.mktemp().	* lisa (prod_maintainer): likewise.	(edit_note): likewise.	(edit_new): likewise.	* lauren (reject): likewise.	* melanie (main): likewise.	* neve (do_sources): likewise.	* rene (main): likewise.	* tea (validate_sources): likewise.2004-03-31  James Troup  <james@nocrew.org>	* tea (validate_sources): remove unused 's' temporary variable.
      bd377d74
  10. 22 3月, 2004 1 次提交
  11. 11 3月, 2004 7 次提交
  12. 28 2月, 2004 7 次提交
  13. 04 2月, 2004 1 次提交
  14. 03 2月, 2004 3 次提交
  15. 01 2月, 2004 1 次提交
  16. 30 1月, 2004 1 次提交
  17. 29 1月, 2004 1 次提交