~ubuntu-branches/ubuntu/lucid/sbuild/lucid

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-08-03 19:35:15 UTC
  • mfrom: (8.1.11 upstream) (3.3.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090803193515-mi2b8xkpf0w3qr62
Tags: 0.59.0-1ubuntu1
* Merge from debian unstable, remaining changes: LP: #408390
  - Do not install debfoster into the chroots because it is in universe
    and not needed for package building itself.
* Modify Maintainer value to match the DebianMaintainerField
  specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
NEWS                                                            -*- outline -*-
2
2
----
3
3
 
4
 
Welcome to sbuild 0.58.6.  Please read these release notes carefully.
 
4
Welcome to sbuild 0.59.0.  Please read these release notes carefully.
5
5
 
6
6
Full installation instructions are provided in the INSTALL file.  The
7
7
README file also contains more specific notes regarding building and
8
8
configuration.
9
9
 
 
10
* Major changes in 0.59.0:
 
11
 
 
12
  1) The wanna-build options --no-propagation and
 
13
     --no-down-propagation have been removed.  These options no longer
 
14
     have any effect, and were only present for backward-compatibility
 
15
     with older versions of buildd.  buildd no longer uses these
 
16
     options, making it safe to remove them.
 
17
 
 
18
  2) The wanna-build configuration options used by buildd in
 
19
     buildd.conf have been renamed for better compatibility with future
 
20
     planned sbuild changes.  buildd.conf will require updating with the
 
21
     new option names:
 
22
 
 
23
     ┌───────────────────────┬────────────────────────────────────┐
 
24
     │ old                   │ new                                │
 
25
     ├───────────────────────┼────────────────────────────────────┤
 
26
     │ $wanna_build_dbbase   │ $wanna_build_db_name               │
 
27
     │ $wanna_build_user     │ $wanna_build_db_user               │
 
28
     │ $ssh_user             │ $wanna_build_ssh_user              │
 
29
     │ $ssh_host             │ $wanna_build_ssh_host              │
 
30
     │ $ssh_socket           │ $wanna_build_ssh_socket            │
 
31
     │ @ssh_options          │ $wanna_build_ssh_options (hashref) │
 
32
     └───────────────────────┴────────────────────────────────────┘
 
33
 
 
34
  3) sbuild will set the "attempted" and "given-back" states for
 
35
     certain failures.  If wanna-build updates are configured with
 
36
     --database and --auto-give-back by buildd, it will set the
 
37
     "built" state on build completion, and "attempted" if the build
 
38
     failed.  As before, "given-back" will be set for most other
 
39
     failure conditions.
 
40
 
10
41
* Major changes in 0.58.6:
11
42
 
12
43
  None.