Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
7358 dpurdie 1
#   This file is an integral part of the JATS Build system
2
#   The file is used to distribute the credentials used to access tools located on the dpkg_archive
3
#   server by the automated build tool.
6914 dpurdie 4
#
7358 dpurdie 5
#   This file should be located at:
6
#   GBE_DPKG/.dpkg_archive/fragments.properties
6914 dpurdie 7
#
7358 dpurdie 8
#   The file permissions MUST be set so that only buildadm user can read the file.
9
#   This is achieved via file access control lists using the following commands
10
#       chown buildadm fragments.properties
11
#       setfacl -b -m u:buildadm:r  fragments.properties
6914 dpurdie 12
#
7358 dpurdie 13
#   The file is read as a Java properties file and needs to be formatted accordingly.
6914 dpurdie 14
#
7358 dpurdie 15
#   The file contains the following properties
6914 dpurdie 16
#
7358 dpurdie 17
#   ssh_server=<ServerName>
6914 dpurdie 18
#   ssh_user=<UserName>
7358 dpurdie 19
#   ssh_password=<Password>
6914 dpurdie 20
#
7358 dpurdie 21
#   The credentials allow the build tool to use 'ssh' to execute a command
22
#   on the server. The command is used to allow the build master to re-asseble package 
23
#   fragments as received from build daemons.
24
#   
25
#   This operation needs to be done on the package server for:
26
#       * Speed
27
#       * Atomic operation
6914 dpurdie 28
#
29
ssh_server = auperaarc01
30
ssh_user = releasem
31
ssh_password = PasswordGoesHere