Timeline
02/22/11:
- 12:12 Ticket #1813 (Grid and T-Grid performance) closed by
- fixed: Improve grid/tgrid performance. Patch diff submitted by alvarsk (Closes …
- 08:34 Ticket #1829 (PBChangeSource loses string encodings) created by
- If you run 'buildbot sendchange' and pass utf-8 strings on the command …
- 08:31 Ticket #1828 (buildbot utilities should be separate package) created by
- There are a few buildbot commands that are commonly needed outside of the …
- 01:53 Ticket #1827 (Make clean shutdown a buildbot command) created by
- Currently you can only do a graceful shutdown of the buildbot through the …
02/21/11:
- 20:38 Ticket #1826 (Periodic scheduler should not necessarily run at master startup) created by
- The Periodic scheduler runs immediately when it starts. It should have an …
- 20:37 Ticket #1825 (Nightly scheduler should use a smarter algorithm to find the next time) created by
- The current algorithm is to scan minute by minute for the next matching …
- 20:33 Ticket #1824 (Dependent build depends on scheduler property) created by
- In general, no part of Buildbot has depended on properties except for the …
- 20:31 Ticket #1823 (Verify interaction of Dependent scheduler with retried builds) created by
- * does the scheduler trigger a downstream build on RETRY? * does it …
- 20:29 Ticket #1822 (Support schedulers "claiming" their schedulerid) created by
- Currently, Buildbot will not notice if you have the same scheduler running …
- 20:27 Ticket #1821 (scheduler usability improvements) created by
- * periodic and nightly should accept repository/project args to set on new …
- 20:25 Ticket #1820 (store configuration values in self.master.config) created by
- The configuration dictionary should be available as attributes from …
- 20:24 Ticket #1819 (MailDirService should handle renaming files, rather than subclasses) created by
- There's an elaborate little dance that both subclasses of MailDirService …
- 20:21 Ticket #1818 (sqlalchemy-migrate uses full paths in the 'migrate_version' database table) created by
- This will make buildmasters non-relocatable. I don't know if this will be …
- 20:12 Ticket #1817 (master should send keepalives to slaves) created by
- Currently master doesn't ping slaves, which means that if slave will lose …
02/19/11:
- 12:48 Ticket #1816 (Add a propery exposing slave basedir.) created by
- The slave already passes (enough info to calculate) this to the master, so …
- 11:13 Ticket #1815 (exceptions.NameError: global name 't' is not defined) closed by
- invalid: That looks like a local modification. I see no such line, and revision …
- 03:21 Ticket #1815 (exceptions.NameError: global name 't' is not defined) created by
- The following appeared in our log file here (rev 0.8.2-15-gefcf05d): …
02/18/11:
- 16:41 Ticket #1814 (Make Buildbot more awesome.) created by
- See title.
- 07:49 Ticket #1812 (How to use two buildbot with different version in same machine.) closed by
- fixed: Thanks, jollyroger!
- 04:16 Ticket #1813 (Grid and T-Grid performance) created by
- Instead of collecting all unique SourceStamps? from all builders and then …
- 02:39 Ticket #1812 (How to use two buildbot with different version in same machine.) created by
- Currently i am using linux fedora11 for build master and Windows 7 for …
02/16/11:
- 08:04 Ticket #1811 (alwaysRun steps don't get run if Stop Build is pressed) created by
- In ticket #706 (e0d4533f962a51c60456a5a4fd1a5b4d6dee3c1d) we made it so …
02/14/11:
- 19:03 Ticket #1810 (older versions of sqlite don't handle DDL changes between connections) created by
- The following fails on sqlite-3.4.2 […] as follows: […] …
- 10:57 Ticket #1809 (better tests for prune_changes) created by
- The changes table has a lot of inbound foreign key relationships, and not …
- 09:18 Ticket #1805 (build end_time can become "True") closed by
- fixed: Don't use 'True' as a build completion time Builds ideally wouldn't be …
- 06:13 Ticket #1808 (Scheduler with treeStableTimer "merges" changes to multiple projects into ...) created by
- With treeStableTimer set to some interval Scheduler merges multiple …
02/13/11:
- 14:53 Ticket #1807 (aggregate coverage from all metabuildbot builders) created by
- There are a number of special cases for windows or old versions of Twisted …
- 10:45 Ticket #1806 (ircbot doesn't rejoin) closed by
- duplicate: yep, it's a dupe - see the 'irc' tag: #498
02/12/11:
- 18:37 Ticket #1806 (ircbot doesn't rejoin) created by
- […] http://www.gnashdev.org:8010/about
- 10:35 Ticket #1805 (build end_time can become "True") created by
- In buildbot 0.8.3p1, there appear to be a possible sequence of events in …
02/11/11:
- 03:42 Ticket #1804 (DirectoryUpload does not raise an error if it can't copy all the files) created by
- Since DirectoryUpload gained WithProperties support, I switched my …
02/10/11:
- 15:39 Ticket #1749 (xp slave fails to kill child process after network disconnect) closed by
- fixed: https://github.com/buildbot/buildbot/commit/ac07b5d2678ef2d1fd7fc23b2777faf …
02/08/11:
- 16:00 Ticket #1803 (gitpoller failure when workdir has no parent directory) closed by
- fixed
- 12:35 Ticket #1803 (gitpoller failure when workdir has no parent directory) created by
- My gitpoller config contains: workdir='gitpoller-project', Which …
02/07/11:
02/06/11:
- 22:41 MetaBuildbotConfig edited by
- (diff)
- 20:15 Ticket #1802 (send SIGTERM before SIGKILL) created by
- Buildbot should kill child processes by first sending SIGTERM, then …
- 15:59 Ticket #1798 (be more firm in adminitions to not use usePTY) closed by
- fixed: Be more stern in advising against usePTY Fixes #1798. Changeset: …
- 15:59 Ticket #1796 (Need to support killing a process group without usePTY=True) closed by
- fixed: Kill entire process groups This is technically configurable, but the …
- 15:59 Ticket #1797 (remove keepStdinOpen from runprocess.py) closed by
- fixed: Remove unused keepStdinOpen option This option is never passed from the …
- 10:50 OngoingProjects edited by
- (diff)
- 10:49 OngoingProjects edited by
- (diff)
- 10:45 Ticket #1801 (refactor slave/buildslave/runprocess.py) created by
- This file is massively overgrown, and contains a lot of compatibility code …
- 06:02 Ticket #1800 (Automatically create "templates" folder with explanatory "readme.txt" on ...) created by
- See [ http://comments.gmane.org/gmane.comp.python.buildbot.devel/6973 mail …
- 00:51 Ticket #1799 (Fix pipe symbol with ^ workaround) created by
- Class buildbot.steps.vstudio.VC10 can't handle config names with a pipe …
02/05/11:
- 15:44 Ticket #1798 (be more firm in adminitions to not use usePTY) created by
- Once #1796 is committed, the documentation should leave users with the …
- 15:43 Ticket #1797 (remove keepStdinOpen from runprocess.py) created by
- Lots of commands don't work well with usePTY=True. I think that *part* of …
- 15:38 Ticket #1796 (Need to support killing a process group without usePTY=True) created by
- It seems that usePTY is bad mojo, for reasons I don't understand very …
- 09:47 Ticket #1795 (add python script slave-side command) created by
- Complex slave-side functionality is often written as a big 'ol master-side …
02/04/11:
- 21:51 Ticket #1786 (master fails to send mail with TLS on windows) closed by
- invalid: yes this is due to the missing pre-requisite pyOpenSSL. I installed via …
- 15:49 Ticket #1794 (UI for displaying test results) created by
- a customize UI for pypy is available here: …
- 12:08 Ticket #1793 (StatusPush uses setServiceParent instead of startService) created by
- This potentially starts the service long before it should be.
- 08:27 Ticket #931 (SIGKILL doesn't kill children processes) closed by
- duplicate: Duping forward to #1792, which has more suggestions
- 08:26 Ticket #751 (Sending SIGTERM before SIGKILL to a remote shell command that has timed ...) reopened by
- 06:23 Ticket #1792 (BuildStep timeout detection does not kill child processes) created by
- I have noticed my buildslave machine becoming overloaded several times …
02/03/11:
- 19:16 Ticket #1791 (ComparableMixin should just return "not equal" if compare_attrs differ) created by
- We're seeing a case at Mozilla where when a reconfig occurs and a …
- 09:53 Ticket #1790 (Nightly scheduler should have an option to not re-schedule missed builds) created by
- As Dustin explains it, the scheduler is "being durable in the face of …
- 01:09 Ticket #1789 (TypeError: makeDbgPerspective() takes no arguments (2 given)) created by
- upgrade from 0.8.1 to 0.8.3p1 broke debugclient for me twisted 8.1.0-4 I …
02/02/11:
- 13:12 Ticket #1788 (MQ options) created by
- When Buildbot adopts an MQ framework, there are a number of choices. …
02/01/11:
- 19:41 Ticket #1787 (SVN revision is set to string None if "force build" button is clicked for ...) closed by
- fixed: Don't set revision to "None" As suggested by liucougar. Fixes #1787. …
- 17:07 Ticket #1787 (SVN revision is set to string None if "force build" button is clicked for ...) created by
- if a builder uses SVN to checkout source code, and "force build" button is …
01/31/11:
- 11:55 Ticket #1786 (master fails to send mail with TLS on windows) created by
- - buildbot 0.8.3p1 on windows server 2008 - mail sending fails, errors in …
- 04:13 RunningBuildbotOnWindows edited by
- Added info on using multiple buildslaves on one box (diff)
- 03:55 Ticket #1785 (gitpoller error with multibyte character commit comments) created by
- I noticed the following error in twistd.log, it looks like gitpoller …
01/29/11:
- 15:36 Ticket #1779 (Gitpoller throwith unhandled exception) closed by
- fixed: I don't think we've supported earlier than 1.6.0 for a *long* time. …
- 14:25 Ticket #1781 (GitPoller default "workdir" should be relative to master) closed by
- fixed: Deprecate GitPoller? workdir default; fixes #1781 Changeset: …
- 14:21 Ticket #1763 (gitpoller should allow relative workdirs) closed by
- fixed: Yes - fixed in 8906f8838a2ac61d5874e66fa35811bc981fa355. I forgot to …
- 14:16 FAQ edited by
- (diff)
01/28/11:
- 07:44 Ticket #1783 (Nightly 16, lost power control widget in notification dropdown) closed by
- invalid: I think you filed this with the wrong project (as in, this has nothing to …
- 06:17 Ticket #1784 (Buildmaster blocks) created by
- When doing a long build and the server loads, the master blocks, the …
01/27/11:
- 21:54 Ticket #1783 (Nightly 16, lost power control widget in notification dropdown) created by
- I suppose it could be a problem stemming from somewhere else, but it was …
01/26/11:
- 14:53 Ticket #1776 (reconfig broken, but start/stop works.) closed by
- duplicate: Dup of #1757. Sorry about that, but you've got the right workaround.
- 14:50 Ticket #1774 ('buildbot sendchange' should fail if given no filenames) closed by
- fixed: fixed in 45a1976e5cba5c47d7b6a9d8ddbc929192a65fd0
- 14:48 Ticket #1775 (git_buildbot.py can misreport file names) closed by
- fixed: make git_buildbot.py's regex more strict to avoid stripping filenames - …
- 14:35 Ticket #1782 (Hide email address in web status) created by
- When using VCSs that use email addresses for the "change author", such as …
- 14:24 Ticket #1781 (GitPoller default "workdir" should be relative to master) created by
- GitPoller?'s default is <temp>/gitpoller_work. […] This is a poor …
- 11:17 Ticket #1780 (Latent build slaves shut down uncleanly and get forgotten by the master) created by
- Occasionally when the master shuts down a latent buildslave it'll fail …
- 07:04 Ticket #1779 (Gitpoller throwith unhandled exception) created by
- After i starting my buildbot i getting this error in it's log. I using …
01/25/11:
- 19:01 FAQ edited by
- (diff)
- 16:38 Ticket #1778 (Add a way of specifying a revlink from GitPoller.) created by
- SVNPoller already has this ability. IT would perhaps be best to refactor …
- 11:19 Ticket #1777 (Dependent scheduler forgets who to trigger) created by
- We triggered a release on Friday and in between then and today 2 …
- 10:26 Ticket #1772 (vstudio.py misses compile errors and doesn't check for exit status) reopened by
- there's another error condition that is not matched by the regexp. …
- 07:39 BuildbotNetAdmin edited by
- (diff)
01/22/11:
Note: See TracTimeline
for information about the timeline view.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)