Subversion Repositories DevTools

Rev

Rev 6914 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#       This file is an integral part of the JATS Build system
#       The file is used to distribute the credentials used to access tools located on the dpkg_archive
#       server by the autolmated build tool.
#
#       This file should be located at:
#       GBE_DPKG/.dpkg_archive/fragments.properties
#
#       The file permisions MUST be set so that only buildadm user can read the file.
#       This is achieved via file access control lists using the following commands
#               chown buildadm fragments.properties
#               setfacl -b -m u:buildadm:r  fragments.properties
#
#       The file is read as a Java properties file and needs to be formatted accordingly.
#
#       The file contains the following properties
#
#       ssh_server=<ServerName>
#   ssh_user=<UserName>
#       ssh_password=<Password>
#
#       The credentials allow the build tool to use 'ssh' to execute a command
#       on the server. The command is used to allow the build master to re-asseble package 
#       fragments as received from build daemons.
#       
#       This operation needs to be done on the package server for:
#               * Speed
#               * Atomic operation
#
ssh_server = auperaarc01
ssh_user = releasem
ssh_password = PasswordGoesHere