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

Revision 24460, 176 bytes checked in by broder, 14 years ago (diff)
upgrade-schroot: Drop the loop; we're passing all arguments to sbuild.
  • 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
7sbuild-update "$@"
8sbuild-distupgrade "$@"
9sbuild-clean -c -r "$@"
Note: See TracBrowser for help on using the repository browser.