Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
4011 dpurdie 1
#!/bin/bash
2
 
3
# Need JATS profile when running from cron
4
. /etc/profile
5
#set -x
6
 
4647 dpurdie 7
set -a
5253 dpurdie 8
#GBE_JIRA_URL='http://cloudajir02.vix.local:8080'
9
GBE_JIRA_URL='https://cds.vixtechnology.com'
4647 dpurdie 10
GBE_JIRA_USERNAME='ReleaseManager'
11
GBE_JIRA_PASSWORD='r3l3@se4J!r@'
12
 
13
GBE_RM_USERNAME_RW='build_user';
14
GBE_RM_PASSWORD_RW='frog123';
15
set +a
16
 
17
/usr/local/bin/jats -abt=1 eprog ${GBE_DPKG:?}/generate_release_notes/latest/scripts/process_release_notes.pl
18