1834022 Members
2298 Online
110063 Solutions
New Discussion

creating a depot

 
SOLVED
Go to solution
Jonathan Caplette_1
Super Advisor

creating a depot

Hi guys,

I've downloaded several depot files, to install Gimp and is libs, but I don't want to install all the depot files 1 by 1.... can I create a big depot for all that depot???

Thanks
Jonathan
7 REPLIES 7
Pete Randall
Outstanding Contributor
Solution

Re: creating a depot

Sure John, use swcopy.

Pete

Pete
S.K. Chan
Honored Contributor

Re: creating a depot

Sure .. something like this ..say all your *.depot files are in /tmp and you want to create a single depot in /tmp/mydepot
# cd /tmp
# for i in $(ls *.depot)
> do
> swcopy -s $i -x enforce_dependencies=false \* @ /tmp/mydepot
> done
Bill McNAMARA_1
Honored Contributor

Re: creating a depot

if you want to distribute it all as a depot later you can use the make_bundles command of ignite.

Later,
Bill
It works for me (tm)
Wodisch
Honored Contributor

Re: creating a depot

Hi Jonathan,

download at least two patches at once form the ITRC patch sides, and you'll get a tar/zip file with a shell script to create a depot from the individual patch-depots included!
Just adapt that script to your needs...

FWIW,
Wodisch
Robert Thorneycroft
Valued Contributor

Re: creating a depot

Go to this link:
http://www.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062684299

This should tell you everything you ever wanted to know about using the swcopy command to create a single depot from multiple depot files.

I found this to be a bit easier going than working it out from the man pages.

Kind regards,
Robert Thorneycroft
MANOJ SRIVASTAVA
Honored Contributor

Re: creating a depot

Robert Thorneycroft
Valued Contributor

Re: creating a depot

Darn ITRC messages seem to be down at the moment. This link should work as soon ITRC sorts itself out.