Revision 22688,
352 bytes
checked in by ghudson, 17 years ago
(diff) |
Add leading comments documenting (hopefully correctly) the scripts
snapshotted from /mit/debathena/bin.
* debathena/scripts/dadch,
debathena/scripts/clean-schroot,
debathena/scripts/da,
debathena/scripts/daequivsupload,
debathena/scripts/upgrade-schroot,
debathena/scripts/daupload-release,
debathena/scripts/sbuildhack,
debathena/scripts/all-schroots: Comment.
|
-
Property svn:executable set to
*
|
Rev | Line | |
---|
[22687] | 1 | #!/bin/sh |
---|
[22688] | 2 | |
---|
| 3 | # Usage: daequivsupload CHANGESFILE |
---|
| 4 | |
---|
| 5 | # Adds an equivs-generated package to all dists. Since equivs-built |
---|
| 6 | # packages are very simple, there is no need to build them separately |
---|
| 7 | # for each dist. |
---|
| 8 | |
---|
[22687] | 9 | for dist in sarge etch lenny dapper edgy feisty gutsy; do |
---|
| 10 | reprepro -Vb /mit/debathena/apt --ignore=wrongdistribution include "$dist" "$1" |
---|
| 11 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.