# 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 automated build tool. # # This file should be located at: # GBE_DPKG/.dpkg_archive/fragments.properties # # The file permissions 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= # ssh_user= # ssh_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