<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.ParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>CODE_REVIEWS</name><value>style,comment</value></parameter></action><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><provision6.x-2.x _class='hudson.plugins.git.util.Build'><buildNumber>32</buildNumber><marked><SHA1>527bc31d1e9bb8bba14dbdd98275072940d6cdd4</SHA1><branch><SHA1>527bc31d1e9bb8bba14dbdd98275072940d6cdd4</SHA1><name>provision/6.x-2.x</name></branch></marked><revision><SHA1>527bc31d1e9bb8bba14dbdd98275072940d6cdd4</SHA1><branch><SHA1>527bc31d1e9bb8bba14dbdd98275072940d6cdd4</SHA1><name>provision/6.x-2.x</name></branch></revision></provision6.x-2.x></buildsByBranchName><lastBuiltRevision><SHA1>527bc31d1e9bb8bba14dbdd98275072940d6cdd4</SHA1><branch><SHA1>527bc31d1e9bb8bba14dbdd98275072940d6cdd4</SHA1><name>provision/6.x-2.x</name></branch></lastBuiltRevision><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.plugins.checkstyle.CheckStyleResultAction'></action><action></action><building>false</building><displayName>#32</displayName><duration>27090</duration><estimatedDuration>122628</estimatedDuration><fullDisplayName>C hostmaster - 2.x #32</fullDisplayName><id>2012-06-29_19-01-22</id><keepLog>false</keepLog><number>32</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1341010882000</timestamp><url>http://ci.aegirproject.org/view/All/job/C%20hostmaster%20-%202.x/32/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>init.d.example</affectedPath><commitId>c2aabc23a698cabde4eec248355a7915669f4fb8</commitId><timestamp>1340854249000</timestamp><author><absoluteUrl>http://ci.aegirproject.org/user/antoine%20beaupr%C3%A9</absoluteUrl><fullName>Antoine Beaupré</fullName></author><comment>run the daemon niced

this is to reduce load when heavy backup or migrate tasks are run by
the queue daemon. the NICE value is customizable in /etc/default/hosting-queued
</comment><date>2012-06-27T23:30:49-0400 -0400</date><id>c2aabc23a698cabde4eec248355a7915669f4fb8</id><msg>run the daemon niced</msg><path><editType>edit</editType><file>init.d.example</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>init.d.example</affectedPath><commitId>931baceea1c5caca31a01aee4437a6181a5f13e8</commitId><timestamp>1340908188000</timestamp><author><absoluteUrl>http://ci.aegirproject.org/user/antoine%20beaupr%C3%A9</absoluteUrl><fullName>Antoine Beaupré</fullName></author><comment>implement reload command, which sends a sighup to the daemon
</comment><date>2012-06-28T14:29:48-0400 -0400</date><id>931baceea1c5caca31a01aee4437a6181a5f13e8</id><msg>implement reload command, which sends a sighup to the daemon</msg><path><editType>edit</editType><file>init.d.example</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>init.d.example</affectedPath><commitId>f939d92ef3c49e1603651c2ad966267bb76e835b</commitId><timestamp>1340908266000</timestamp><author><absoluteUrl>http://ci.aegirproject.org/user/antoine%20beaupr%C3%A9</absoluteUrl><fullName>Antoine Beaupré</fullName></author><comment>remove useless comment
</comment><date>2012-06-28T14:31:06-0400 -0400</date><id>f939d92ef3c49e1603651c2ad966267bb76e835b</id><msg>remove useless comment</msg><path><editType>edit</editType><file>init.d.example</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>init.d.example</affectedPath><commitId>09b952012d29861a56285294b5b3dad94e3295a2</commitId><timestamp>1340908375000</timestamp><author><absoluteUrl>http://ci.aegirproject.org/user/antoine%20beaupr%C3%A9</absoluteUrl><fullName>Antoine Beaupré</fullName></author><comment>Revert "remove useless comment"

This reverts commit f939d92ef3c49e1603651c2ad966267bb76e835b.
</comment><date>2012-06-28T14:32:55-0400 -0400</date><id>09b952012d29861a56285294b5b3dad94e3295a2</id><msg>Revert "remove useless comment"</msg><path><editType>edit</editType><file>init.d.example</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>init.d.example</affectedPath><commitId>2efcdc52c1a3351cafe81dae958952e08d3f782f</commitId><timestamp>1340911406000</timestamp><author><absoluteUrl>http://ci.aegirproject.org/user/antoine%20beaupr%C3%A9</absoluteUrl><fullName>Antoine Beaupré</fullName></author><comment>check the pidfile instead of the process name in status
</comment><date>2012-06-28T15:23:26-0400 -0400</date><id>2efcdc52c1a3351cafe81dae958952e08d3f782f</id><msg>check the pidfile instead of the process name in status</msg><path><editType>edit</editType><file>init.d.example</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>modules/hosting/queued/README.txt</affectedPath><affectedPath>modules/hosting/queued/init.d.example</affectedPath><commitId>25735cc0323ebcfeb1fc0785ab61eb04054befaf</commitId><timestamp>1340995119000</timestamp><author><absoluteUrl>http://ci.aegirproject.org/user/antoine%20beaupr%C3%A9</absoluteUrl><fullName>Antoine Beaupré</fullName></author><comment>make init script OS-agnostic, POSIX-sh compatible

we do not rely on LSB functions because Fedora doesn't support them

we can do this because the more reliable Debian init script is now
part of the Debian package itself
</comment><date>2012-06-29T14:38:39-0400 -0400</date><id>25735cc0323ebcfeb1fc0785ab61eb04054befaf</id><msg>make init script OS-agnostic, POSIX-sh compatible</msg><path><editType>edit</editType><file>modules/hosting/queued/init.d.example</file></path><path><editType>edit</editType><file>modules/hosting/queued/README.txt</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>modules/hosting/queued/init.d.example</affectedPath><commitId>79263cf75aed6464aa44ff50bb9e624352995751</commitId><timestamp>1340995491000</timestamp><author><absoluteUrl>http://ci.aegirproject.org/user/antoine%20beaupr%C3%A9</absoluteUrl><fullName>Antoine Beaupré</fullName></author><comment>fix status, remove old logging message
</comment><date>2012-06-29T14:44:51-0400 -0400</date><id>79263cf75aed6464aa44ff50bb9e624352995751</id><msg>fix status, remove old logging message</msg><path><editType>edit</editType><file>modules/hosting/queued/init.d.example</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>modules/hosting/queued/init.d.example</affectedPath><commitId>c3e610ad7bad0fbc0a05f344786084a660bb05d7</commitId><timestamp>1340995778000</timestamp><author><absoluteUrl>http://ci.aegirproject.org/user/antoine%20beaupr%C3%A9</absoluteUrl><fullName>Antoine Beaupré</fullName></author><comment>fix logging in init script

we keep the VERBOSE variable, by default we are silent
</comment><date>2012-06-29T14:49:38-0400 -0400</date><id>c3e610ad7bad0fbc0a05f344786084a660bb05d7</id><msg>fix logging in init script</msg><path><editType>edit</editType><file>modules/hosting/queued/init.d.example</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>modules/hosting/queued/init.d.example</affectedPath><commitId>527bc31d1e9bb8bba14dbdd98275072940d6cdd4</commitId><timestamp>1340996343000</timestamp><author><absoluteUrl>http://ci.aegirproject.org/user/antoine%20beaupr%C3%A9</absoluteUrl><fullName>Antoine Beaupré</fullName></author><comment>fix syntax errors, make status silent
</comment><date>2012-06-29T14:59:03-0400 -0400</date><id>527bc31d1e9bb8bba14dbdd98275072940d6cdd4</id><msg>fix syntax errors, make status silent</msg><path><editType>edit</editType><file>modules/hosting/queued/init.d.example</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://ci.aegirproject.org/user/antoine%20beaupr%C3%A9</absoluteUrl><fullName>Antoine Beaupré</fullName></culprit></freeStyleBuild>