Piotr Jasiukajtis wrote: > On Tue, Mar 31, 2009 at 10:33 PM, Jonathan Mellors > <Jonathan.Mellors at sun.com> wrote: >> nbuild needs the new option "-p" to send packages to the IPS repo. > Yes, but "-p" just clobbers the build.
Right, since there's no option to prevent nbuild from (re)building the entire source. > >> However you can send the packages from a prebuilt workspace with: >> $ cd <ws>+5.11+i386/usr/src/ipsdefs >> $ /opt/scbld/bin/nbmake install > I have done that already, it works :) > >> or for debug packages: >> $ /opt/scbld/bin/nbmake RELEASE_BUILD=# install > Does 'nbuild -Dp' send non-debug packages by default? "nbuild -D" runs both non-debug and debug builds, so adding "-p" will send both non-debug and debug packages to the IPS repo. > > FYI, I got that while stopping the repository: > estibi at ohac-vb-cl1-n1:/ohac/colorado$ /opt/scbld/bin/depotctl stop -d > /ohac/repos > Using repository dir /ohac/repos and port of 1125 > Stopping all depot servers owned by user 101 running on port 1125 > /opt/scbld/bin/depotctl[260]: [: 1125: unknown operator I haven't been able to reproduce this. Jonathan