1
launchpad-buildd (31) unstable; urgency=low
3
* Cherry-pick patch from Ryan's sbuild that outputs dpkg --purge output
4
line-by-line, instead of as one big blob, to make output on the web
5
UI a little bit more friendly for people following along at home.
6
* Install a cron.daily script (eww) to purge old build logs for now until
7
I have the time to learn how twisted's native log rotation works.
9
-- Adam Conrad <adconrad@ubuntu.com> Wed, 15 Mar 2006 17:23:26 +1100
11
launchpad-buildd (30) unstable; urgency=low
13
* Move our translation publishing mojo so it happens BEFORE we move
14
all the files from debian/files out of the chroot, instead of after.
16
-- Adam Conrad <adconrad@ubuntu.com> Wed, 8 Mar 2006 18:50:49 +1100
18
launchpad-buildd (29) unstable; urgency=low
20
* Use dpkg --print-installation-architecture in our postinst instead
21
of --print-architecture to avoid spewing suprious error messages.
22
* Remove the check for log_dir, since we call sbuild with --nolog,
23
and stop creating $HOME/logs in the user setup part of postinst.
25
-- Adam Conrad <adconrad@ubuntu.com> Tue, 7 Mar 2006 19:13:56 +1100
27
launchpad-buildd (28) unstable; urgency=low
29
* Modify the protocol method ensurepresent to return additional
30
information about the target files lookup procedure. It helps to
31
debug intermittent Librarian errors.
33
-- Celso Providelo <celso.providelo@canonical.com> Mon, 06 Mar 2006 16:42:00 -0300
35
launchpad-buildd (27) unstable; urgency=low
37
* Update the slave chroot tool to use getent so it works on the production
40
-- Daniel Silverstone <daniel.silverstone@canonical.com> Mon, 20 Feb 2006 12:57:45 +0000
42
launchpad-buildd (26) unstable; urgency=low
44
* Update buildd-slave code to allow for GIVENBACK status returns,
45
matching the states under which sbuild used to do --auto-give-back.
46
* Port over sanae's build log regex parsing to allow us to do:
47
- Automatic dep-wait handling, based on sbuild's logs of apt-get.
48
- Automatic give-backs for a few corner cases (like kernel bugs).
49
* Make sbuild stop dying if we have no sendmail installed, since we
50
don't really want it sending mail in the launchpad world anyway.
51
* Call sbuild and apt with "LANG=C", so we don't have to worry about
52
locales matching between the base system and the autobuild chroots.
53
* Clear up confusion in build states with 's/BUILDFAIL/PACKAGEFAIL/'
55
-- Adam Conrad <adconrad@ubuntu.com> Mon, 27 Feb 2006 14:00:08 +1100
57
launchpad-buildd (25) unstable; urgency=low
59
* Update sbuild.conf to current yumminess.
61
-- Daniel Silverstone <daniel.silverstone@canonical.com> Fri, 3 Feb 2006 19:22:01 +0000
63
launchpad-buildd (24) unstable; urgency=low
65
* Add /var/cache/apt/archives to the buildd chroots when mounting
67
-- Daniel Silverstone <daniel.silverstone@canonical.com> Fri, 3 Feb 2006 00:30:07 +0000
69
launchpad-buildd (23) unstable; urgency=low
71
* And make apply-ogre-model use $SUDO, yay
73
-- Daniel Silverstone <daniel.silverstone@canonical.com> Fri, 27 Jan 2006 13:59:10 +0000
75
launchpad-buildd (22) unstable; urgency=low
77
* Fix typo in apply-ogre-model (missing space)
79
-- Daniel Silverstone <daniel.silverstone@canonical.com> Fri, 27 Jan 2006 13:55:12 +0000
81
launchpad-buildd (21) unstable; urgency=low
83
* Fix the .extend call for the --comp argument to pass it as one argument
84
instead of as - - c o m p = m a i n (which kinda doesn't work)
86
-- Daniel Silverstone <daniel.silverstone@canonical.com> Fri, 27 Jan 2006 13:45:34 +0000
88
launchpad-buildd (20) unstable; urgency=low
90
* Update sbuild to the latest sbuild from adam.
91
* Make sure we pass --archive=ubuntu
92
* Make sure we pass --comp=<the component we're building for>
94
-- Daniel Silverstone <daniel.silverstone@canonical.com> Thu, 26 Jan 2006 17:20:49 +0000
96
launchpad-buildd (19) unstable; urgency=low
98
* Add ogre support to the slave chroot tool
99
* Make sure the chroot tool ensures localhost in /etc/hosts in the chroot
101
-- Daniel Silverstone <daniel.silverstone@canonical.com> Wed, 25 Jan 2006 12:29:04 +0000
103
launchpad-buildd (18) unstable; urgency=low
105
* Remove sbuildrc.tmp dangleberry in postinst
106
* Add linux32 to set of depends so that hppa, sparc and powerpc can build
107
* Make hppa, sparc, powerpc use linux32 to invoke the sbuild binary
108
* Add --resolve-deps to debootstrap invocation
109
* Make chroot tool use /bin/su - rather than /bin/sh for chrooting. shiny
111
* Add a bunch of deps infinity spotted.
112
* Make sure we chown the chroot tarball to the calling user after packing
115
-- Daniel Silverstone <daniel.silverstone@canonical.com> Wed, 9 Nov 2005 17:37:37 -0500
117
launchpad-buildd (17) unstable; urgency=low
119
* Changed default UID/GID to match the ldap buildd UID/GID
121
-- Daniel Silverstone <daniel.silverstone@canonical.com> Wed, 9 Nov 2005 17:13:22 -0500
1
123
launchpad-buildd (16) unstable; urgency=low
3
125
* Change the XMLRPC method 'ensure' to be 'ensurepresent'