buildrepo
author Alex Viskovatoff <herzen@imap.cc>
Tue, 02 Aug 2011 18:48:16 +0100
changeset 17 916a0c548383
parent 7 f5f12f417d49
permissions -rwxr-xr-x
Update scripts to use new directory name "oi-sfe-tools"

#!/usr/bin/bash
mkdir -p ~/logs/$1
# g++ sometimes picks up libstdcxx4 if it is present
pfexec pkg uninstall -r stdcxx
time pkgtool --nonotify --report=/export/home/herzen/reports/$1-gcc-first.html --logdir=/export/home/herzen/logs/$1 --autodeps --download build SFEgcc
time pkgtool --nonotify --report=/export/home/herzen/reports/$1.html --logdir=/export/home/herzen/logs/$1 --autodeps --download build `xsltproc ../oi-sfe-tools/specfiles.xsl ../oi-sfe-tools/packages.xml`