# ---------------------------------------------------------------------------- # settings-nightly-builds.txt - this file stores all the settings for the # eisfair repository handling and package creation during # nightly builds using mk-all-tarballs-new.sh # # Creation : 2007-06-14 starwarsfan # Last Update: $Id$ # # Copyright (c) 2001-2009 the eisfair team, team(at)eisfair(dot)org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # ---------------------------------------------------------------------------- sectionFile=sections-new.txt folderlistFile=folder-list-new.txt branchesDir=branches tagsDir=tags # ---------------------------------- # choose archiver: 'gzip' or 'bzip2' archProg='gzip' # ------------------------------------------------------------------ # These are the settings which are used to make the created packages # available for others. # ------------------------------------------------------------------ # Path to get main index.txt from indexTxtUrl=http://www.pack-eis.de/index.txt # --------------------------------------------------------------------- # Packages under development are stored on this folder. The eislist and # the index.txt will be created here too. developmentPackageBaseFolder="/project/eis/www/tarballs" developmentPackageBaseFolderPermission=775 developmentPackageBaseFilePermission=664 developmentPackageBaseFolderUser=eis developmentPackageBaseFolderGroup=fleis # ---------------------------------------------------------------------- # This folder stores the testing versions of packages for the test team. # A eislist and the index.txt is created here too. testTeamPackageBaseFolder="/tmp/nightly-build-test" testTeamPackageBaseFolderPermission=755 testTeamPackageBaseFilePermission=644 testTeamPackageBaseFolderUser=eis testTeamPackageBaseFolderGroup=fleis # -------------------------------------------------------- # This folder stores the releases of packages with its own # eislist and the index.txt releasePackageBaseFolder="/tmp/nightly-build-test" releasePackageBaseFolderPermission=755 releasePackageBaseFilePermission=644 releasePackageBaseFolderUser=eis releasePackageBaseFolderGroup=fleis # ------------------------------------------------------------ # The history size is the amount of executed commands out of # admin-packages-new.sh, which are stored on the history file. historySize=5 # --------------------------------------------------------------------- # This is the email address which will be used to send a notification # mail in case of an error during the build with mk-all-tarballs-new.sh notificationMail='eisfair-dev@eisler.nettworks.org' # ------------------------------------- # Use the debug mode: 'true' or 'false' # If you switch this to 'true', the scripts will produce a lot of output... debug=false