source:
trunk/debathena/scripts/upgrade-schroot
@
24459
Revision 24459, 211 bytes checked in by broder, 15 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[22782] | 1 | #!/bin/sh |
2 | ||
[22688] | 3 | # Usage: upgrade-schroot SCHROOTNAME ... |
4 | ||
5 | # Updates the system packages in one or more schroots. | |
6 | ||
[22687] | 7 | for i in "$@"; do |
[24459] | 8 | sbuild-update "$@" |
9 | sbuild-distupgrade "$@" | |
10 | sbuild-clean -c -r "$@" | |
[22687] | 11 | done |
Note: See TracBrowser
for help on using the repository browser.