~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/buildd-mass-retry.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-19 04:01:37 UTC
  • mfrom: (13970.7.23 port-to-LaunchpadScript)
  • Revision ID: launchpad@pqm.canonical.com-20110919040137-sr8154o9tfptnqir
[r=sinzui][no-qa] Port a dozen scripts to LaunchpadScript,
        removing their direct initZopeless dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  >>> process.returncode
38
38
  0
39
39
  >>> print stderr
40
 
  DEBUG   Intitialising connection.
 
40
  INFO    Creating lockfile: ...
41
41
  INFO    Initializing Build Mass-Retry for 'The Hoary Hedgehog Release/RELEASE'
42
42
  INFO    Processing builds in 'Failed to build'
43
43
  INFO    Processing builds in 'Dependency wait'
45
45
  INFO    Processing builds in 'Chroot problem'
46
46
  INFO    Success.
47
47
  INFO    Dry-run.
 
48
  DEBUG   Removing lock file: ...
48
49
  <BLANKLINE>
49
50
 
50
51
Superseded builds won't be retried; buildd-manager will just skip the build
74
75
  >>> process.returncode
75
76
  0
76
77
  >>> print stderr
77
 
  DEBUG   Intitialising connection.
 
78
  INFO    Creating lockfile: ...
78
79
  INFO    Initializing Build Mass-Retry for 'The Hoary Hedgehog Release/RELEASE'
79
80
  INFO    Processing builds in 'Failed to build'
80
81
  INFO    Processing builds in 'Dependency wait'
82
83
  INFO    Processing builds in 'Chroot problem'
83
84
  INFO    Success.
84
85
  INFO    Dry-run.
 
86
  DEBUG   Removing lock file: ...
85
87
  <BLANKLINE>
86
88
 
87
89
  >>> pub.status = PackagePublishingStatus.PUBLISHED
98
100
  >>> process.returncode
99
101
  0
100
102
  >>> print stderr
101
 
  DEBUG   Intitialising connection.
 
103
  INFO    Creating lockfile: ...
102
104
  INFO    Initializing Build Mass-Retry for 'The Hoary Hedgehog Release for hppa (hppa)/RELEASE'
103
105
  INFO    Processing builds in 'Failed to build'
104
106
  INFO    Processing builds in 'Dependency wait'
105
107
  INFO    Processing builds in 'Chroot problem'
106
108
  INFO    Success.
107
109
  INFO    Dry-run.
 
110
  DEBUG   Removing lock file: ...
108
111
  <BLANKLINE>
109
112
 
110
113
 
118
121
  >>> process.returncode
119
122
  0
120
123
  >>> print stderr
121
 
  DEBUG   Intitialising connection.
 
124
  INFO    Creating lockfile: ...
122
125
  INFO    Initializing Build Mass-Retry for 'The Hoary Hedgehog Release/RELEASE'
123
126
  INFO    Processing builds in 'Failed to build'
124
127
  INFO    Success.
125
128
  INFO    Dry-run.
 
129
  DEBUG   Removing lock file: ...
126
130
  <BLANKLINE>