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 *
Line 
1#!/bin/sh
2
3# Usage: upgrade-schroot SCHROOTNAME ...
4
5# Updates the system packages in one or more schroots.
6
7for i in "$@"; do
8    sbuild-update "$@"
9    sbuild-distupgrade "$@"
10    sbuild-clean -c -r "$@"
11done
Note: See TracBrowser for help on using the repository browser.