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

« back to all changes in this revision

Viewing changes to bin/publish-daily

  • 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:
2
2
set -e
3
3
 
4
4
CDIMAGE_ROOT=/srv/cdimage.no-name-yet.com
 
5
. "$CDIMAGE_ROOT/etc/config"
 
6
 
5
7
CDOUT="$CDIMAGE_ROOT/scratch/debian-cd"
6
8
BRITNEY_REPORT="$CDIMAGE_ROOT/britney/report"
7
9
TRACKER=http://torrent.ubuntu.com:6969/announce
8
10
 
9
 
DIST="${DIST:-warty}"
10
 
ARCHES="${ARCHES:-amd64 i386 powerpc}"
11
 
 
12
11
if [ -z "$1" ]; then
13
12
        echo 'Usage: publish-daily DATE' >&2
14
13
        exit 1