vars 857 B

123456789101112131415161718192021222324252627
  1. # -*- mode:sh -*-
  2. declare -r functionname=security-master.debian.org
  3. declare -r confpart=debian-security
  4. declare -r ftpgroup=debadmin
  5. declare -r public_archives=(security) #debian-security-debug
  6. declare -r base=/srv/${functionname}
  7. declare -r incoming=${base}/buildd
  8. declare -r masterdir=${base}/dak/
  9. export configdir=${configdir:-${masterdir}/config/${confpart}/}
  10. # And the following types of cronscripts exists
  11. declare -r POSSIBLEARGS='+(unchecked|unchecked-dinstall|hourly|daily|weekly|mirror|deploy)'
  12. # And get all the tons of other variables
  13. source ${configdir}/../common/variables
  14. # Stuff for old cron scripts not yet switched to new style
  15. declare -r uploadhost=ftp-master.debian.org
  16. declare -r uploaddir=/pub/UploadQueue/
  17. components="main non-free-firmware non-free contrib"
  18. override_types="deb dsc udeb"
  19. declare -r suites=$(dak admin s list)