~xubuntu-dev/ubuntu-cdimage/xubuntu-base

« back to all changes in this revision

Viewing changes to bin/publish-release

  • Committer: Colin Watson
  • Date: 2004-10-21 16:18:02 UTC
  • Revision ID: Arch-1:colin.watson@canonical.com--2004%cdimage--mainline--0--patch-56
Move DIST and ARCHES assignments to etc/config, and source that everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# number.
17
17
 
18
18
CDIMAGE_ROOT=/srv/cdimage.no-name-yet.com
 
19
. "$CDIMAGE_ROOT/etc/config"
 
20
 
19
21
TRACKER=http://torrent.ubuntu.com:6969/announce
20
22
 
21
 
DIST="${DIST:-warty}"
22
 
ARCHES="${ARCHES:-amd64 i386 powerpc}"
23
 
 
24
23
if [ -z "$1" ] || [ -z "$2" ]; then
25
24
        echo 'Usage: publish-release DAILY-DATE TYPE [STATUS]' >&2
26
25
        exit 1