#!/bin/sh

# Usage: upgrade-schroot SCHROOTNAME ...

# Updates the system packages in one or more schroots.

sbuild-update "$@"
sbuild-distupgrade "$@"
sbuild-clean -c -r "$@"
