Revision 22739,
402 bytes
checked in by tabbott, 17 years ago
(diff) |
Centralize database of Debathena supported codenames and their tags
into a new script, debian-versions.sh.
Many scripts can be cleaned up substantially once we drop sarge support.
|
-
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 | |
---|
[22739] | 9 | source $(dirname "$0")/debian-versions.sh |
---|
| 10 | |
---|
[22700] | 11 | : ${DEBATHENA_APT=/mit/debathena/apt} |
---|
| 12 | |
---|
[22739] | 13 | for code in $DEBIAN_CODES; do |
---|
| 14 | reprepro -Vb $DEBATHENA_APT --ignore=wrongdistribution include "$code" "$1" |
---|
[22687] | 15 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.