# ---------------------------------------------------------------------------- # settings.txt - this file stores all the settings for the eisfair repository # handling and package creation # # 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' # --------------------------------------------- # Settings to use on headers for new packages. # If set to 'whoami', the current user is used. packageCreatorName='whoami' packageCopyrightNotice='the eisfair team' packageCreatorEmail='' # ------------------------------------------------------------------ # 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 # -------------------------------------------------------------------- # This folder contains a wrapper eislist to link to all other eislists masterEislistFolder="/home/${USER}/public_html/" masterEislistFolderPermission=775 masterEislistFilePermission=664 masterEislistFolderUser=${USER} masterEislistFolderGroup=fleis # --------------------------------------------------------------------- # Packages under development are stored on this folder. The eislist and # the index.txt will be created here too. developmentPackageBaseFolder="/home/${USER}/public_html/development" developmentPackageBaseFolderPermission=775 developmentPackageBaseFilePermission=664 developmentPackageBaseFolderUser=${USER} 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="/project/eis/www/tarballs_tteam" testTeamPackageBaseFolderPermission=775 testTeamPackageBaseFilePermission=664 testTeamPackageBaseFolderUser=${USER} testTeamPackageBaseFolderGroup=fleis # -------------------------------------------------------- # This folder stores the releases of packages with its own # eislist and the index.txt releasePackageBaseFolder="/home/${USER}/public_html/releases" releasePackageBaseFolderPermission=775 releasePackageBaseFilePermission=664 releasePackageBaseFolderUser=${USER} 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 # ------------------------------------- # Use the debug mode: 'true' or 'false' # If you switch this to 'true', the scripts will produce a lot of output... debug=false