r8561
suites/ascii
Joey Hess 21 years ago
parent 59510464ed
commit fa87ce59b2
  1. 6
      daily-build

@ -1,13 +1,13 @@
#!/bin/sh -e #!/bin/sh -e
# Set these in the environment to override. # Set these in the environment to override.
if [ -n "$HOST" ]; then if [ -z "$HOST" ]; then
HOST=people.debian.org HOST=people.debian.org
fi fi
if [ -n "$BASEDIR" ]; then if [ -z "$BASEDIR" ]; then
BASEDIR=public_html/d-i/images BASEDIR=public_html/d-i/images
fi fi
if [ -n "$DIR" ]; then if [ -z "$DIR" ]; then
DIR=`date +%Y-%m-%d` DIR=`date +%Y-%m-%d`
fi fi

Loading…
Cancel
Save