~qa-dashboard/qa-dashboard/adding-view-based-breadcrumbs

« back to all changes in this revision

Viewing changes to scripts/qa-dashboard-update.sh

  • Committer: Tarmac
  • Author(s): Chris Johnston
  • Date: 2013-04-23 16:35:36 UTC
  • mfrom: (354.1.1 flock)
  • Revision ID: tarmac-20130423163536-7zo22etng9bkl7em
[r=Andy Doan] Have flock exit if the lock already exists  from Chris Johnston

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
# update
12
12
(
13
 
  flock -x 200
 
13
  flock -x -n 200
14
14
  
15
15
  cd $basedir/..
16
16