(file) Return to buildprod.py CVS log (file) (dir) Up to [Development] / JSOC / build

Diff for /JSOC/build/buildprod.py between version 1.4 and 1.5

version 1.4, 2015/02/13 18:57:34 version 1.5, 2015/02/13 21:41:06
Line 66  try:
Line 66  try:
         cmdList = ['/usr/bin/make', 'dsds']         cmdList = ['/usr/bin/make', 'dsds']
         check_call(cmdList)         check_call(cmdList)
  
         cmdList = ['chgrp', '-R', 'jsoc', '.']          cmdList = ['chgrp', '-Rh', 'jsoc', '.']
         check_call(cmdList)         check_call(cmdList)
         cmdList = ['chmod', '-R', 'g-w', '.']         cmdList = ['chmod', '-R', 'g-w', '.']
         check_call(cmdList)         check_call(cmdList)


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

Karen Tian
Powered by
ViewCVS 0.9.4