source: trunk/debathena/scripts/upgrade-schroot @ 24459

Revision 24459, 211 bytes checked in by broder, 14 years ago (diff)
upgrade-schroot: Use utilities in sbuild instead of rolling our own.
  • Property svn:executable set to *
RevLine 
[22782]1#!/bin/sh
2
[22688]3# Usage: upgrade-schroot SCHROOTNAME ...
4
5# Updates the system packages in one or more schroots.
6
[22687]7for i in "$@"; do
[24459]8    sbuild-update "$@"
9    sbuild-distupgrade "$@"
10    sbuild-clean -c -r "$@"
[22687]11done
Note: See TracBrowser for help on using the repository browser.