~ubuntu-branches/ubuntu/breezy/sbuild/breezy

« back to all changes in this revision

Viewing changes to bin/updatechroot

  • Committer: Bazaar Package Importer
  • Author(s): Rick Younie
  • Date: 2002-03-03 21:51:51 UTC
  • Revision ID: james.westby@ubuntu.com-20020303215151-50oderv821xp634e
Tags: 0.4
made /etc/sbuild.conf a conffile - thanks Gergely Nagy.
(Closes: #136374)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
#
 
3
 
 
4
CHR=${1:-"unstable stable"}
 
5
 
 
6
for i in $CHR; do
 
7
        chrapt $i apt-get -qq update
 
8
done