Ticket #153 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

tailorizing twisted fails

Reported by: zooko Owned by: lele
Priority: major Milestone: VersionOne
Component: tailor Version: 0.9
Keywords: Cc:

Description

Here is the tailor.config:

[DEFAULT]
remove-first-log-line = True
verbose = True
patch-name-format = %(firstlogline)s
filter-badchars = True

[project]
target = darcs:target
start-revision = INITIAL
state-file = tailor.state
source = svn:source
subdir = .

[darcs:target]
init-options = --darcs-2

[svn:source]
module = trunk
repository = svn://svn.twistedmatrix.com/svn/Twisted

and here is the tail of the project.log:

2008-05-15 16:37:45     INFO: Changeset #499
2008-05-15 16:37:45     INFO: Changeset "502"
2008-05-15 16:37:45     INFO: Log message: unlame-ify classnames!

2008-05-15 16:37:45     INFO: /Users/wonwinmcbrootles/playground/twisted/tailored $ svn update --ignore-externals --revision 502 . 2>&1
2008-05-15 16:37:47     INFO: [Ok]
2008-05-15 16:37:47     INFO: /Users/wonwinmcbrootles/playground/twisted/tailored $ darcs record --all --pipe
2008-05-15 16:37:47     INFO: [Ok]
2008-05-15 16:37:47     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2008-05-15 16:37:47     INFO: Changeset #500
2008-05-15 16:37:47     INFO: Changeset "503"
2008-05-15 16:37:47     INFO: Log message: gone-ify pretzel =(

2008-05-15 16:37:47     INFO: /Users/wonwinmcbrootles/playground/twisted/tailored $ svn update --ignore-externals --revision 503 . 2>&1
2008-05-15 16:37:49     INFO: [Ok]
2008-05-15 16:37:49     INFO: /Users/wonwinmcbrootles/playground/twisted/tailored $ darcs record --all --pipe
2008-05-15 16:37:49     INFO: [Ok]
2008-05-15 16:37:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2008-05-15 16:37:49     INFO: Changeset #501
2008-05-15 16:37:49     INFO: Changeset "504"
2008-05-15 16:37:49     INFO: Log message: 

redid the calendar module.  changed the name so that "import calendar" works in the file, for some reason it was doing a recursive import.

2008-05-15 16:37:49     INFO: /Users/wonwinmcbrootles/playground/twisted/tailored $ svn update --ignore-externals --revision 504 . 2>&1
2008-05-15 16:37:52     INFO: [Ok]
2008-05-15 16:37:52     INFO: /Users/wonwinmcbrootles/playground/twisted/tailored $ darcs add --case-ok --not-recursive --quiet twisted/web/cal.py
2008-05-15 16:37:52     INFO: [Ok]
2008-05-15 16:37:52     INFO: /Users/wonwinmcbrootles/playground/twisted/tailored $ darcs record --all --pipe
2008-05-15 16:37:52  WARNING: [Status 2]
2008-05-15 16:37:52 CRITICAL: Couldn't replay changeset
2008-05-15 16:37:53 CRITICAL: Upstream change application failed

Change History

comment:1 Changed 5 years ago by lele

  • Status changed from new to closed
  • Resolution set to fixed

Fixed by [1508].

Note: See TracTickets for help on using tickets.