source:
trunk/debathena/scripts/upgrade-schroot
@
24460
Revision 24460, 176 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 | ||
[24460] | 7 | sbuild-update "$@" |
8 | sbuild-distupgrade "$@" | |
9 | sbuild-clean -c -r "$@" |
Note: See TracBrowser
for help on using the repository browser.