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

« back to all changes in this revision

Viewing changes to bin/wanna-build-statistics

  • 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:
47
47
            $dist = shift @ARGV;
48
48
        }
49
49
# TODO: Use distribution list from main configuration
50
 
        $dist = "stable"   if $dist eq "s";
51
 
        $dist = "testing"  if $dist eq "t";
52
 
        $dist = "unstable" if $dist eq "u";
 
50
        $dist = "oldstable" if $dist eq "o";
 
51
        $dist = "stable"    if $dist eq "s";
 
52
        $dist = "testing"   if $dist eq "t";
 
53
        $dist = "unstable"  if $dist eq "u";
53
54
        die "Bad distribution\n" if !isin($dist, qw(stable testing unstable stable-security testing-security oldstable oldstable-security));
54
55
    }
55
56
    elsif (/^--$/) {