vars 597 B

12345678910111213141516171819
  1. # -*- mode:sh -*-
  2. declare -r functionname=ftp-master.debian.org
  3. declare -r confpart=debian
  4. declare -r ftpgroup=debadmin
  5. declare -r public_archives=(ftp-master debian-debug)
  6. declare -r base=/srv/${functionname}
  7. declare -r incoming=${base}/public/incoming.debian.org/
  8. declare -r masterdir=${base}/dak/
  9. export configdir=${configdir:-${masterdir}/config/${confpart}/}
  10. # And the following types of cronscripts exists
  11. declare -lr POSSIBLEARGS='+(unchecked|dinstall|hourly|daily|weekly|monthly|yearly|mirror|deploy)'
  12. # And get all the tons of other variables
  13. source ${configdir}/../common/variables