ReleaseEngineering/UsefulTricks: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
* Machine comparison
* Machine comparison
<pre>
  logfile=fx-mac-1.9-slave1
  logfile=fx-mac-1.9-slave1
  set > $logfile
  set > $logfile
Line 6: Line 7:
  # for Windows, sha1sum every file on INCLUDE
  # for Windows, sha1sum every file on INCLUDE
  echo >> $logfile; echo INCLUDE: >> $logfile; (dirs=`echo $INCLUDE | sed 's/;/ /g'`; for dir in $dirs; do if [[ '.' != $dir ]]; then find $dir -maxdepth 1 ! -type d | perl -nle 'system("openssl","dgst","-sha1",$_)'; fi; done) 2>&1 | tee -a $logfile
  echo >> $logfile; echo INCLUDE: >> $logfile; (dirs=`echo $INCLUDE | sed 's/;/ /g'`; for dir in $dirs; do if [[ '.' != $dir ]]; then find $dir -maxdepth 1 ! -type d | perl -nle 'system("openssl","dgst","-sha1",$_)'; fi; done) 2>&1 | tee -a $logfile
</pre>
* Remove SeaMonkey nightly l10n builds (cltbld@stage)
* Remove SeaMonkey nightly l10n builds (cltbld@stage)
  cd /pub/mozilla.org/seamonkey/nightly/2008/
  cd /pub/mozilla.org/seamonkey/nightly/2008/
Confirmed users
4,293

edits

Navigation menu