Open main menu

CDOT Wiki β

Changes

Continuous Integration/script

21 bytes removed, 22:46, 26 January 2014
no edit summary
{{Admon/obsolete}}
 
<source lang="bash">
#!/bin/bash
 
# script for automating synchronization of
# Internal Repoand External Repo of NexJ
# CDOT - 22/Oct/2010
 
#changed to /usr/bin/rm for using in cmd
PATH=/usr/bin:$PATH
 
nexj_home="D:/cygwin/data/hudson/nexj_express"
tmpExternal="${nexj_home}/tmpExternal/core"
hgExt="D:/cygwin/home/NexJExpress/External"
hgExtURL="https:PATH/TO/ossbuild:go_express@cvs-ext.nexj.comTHE/oss/coreCORE"
hgIntDir="${nexj_home}/hg.nexj.com/core"
hgIntURL="D:/cygwin/home/NexJExpress/Internal"
 
# add this info to the name of report file