1829894 Members
2410 Online
109993 Solutions
New Discussion

creating software depot

 
Yogesh Damle_4
Occasional Contributor

creating software depot

Does any one know how to create software depot from a bunch of patches that I've downloaded, sitting in directory say , /depot/java1.4 ?

Any help would be most appreciated.
Thank you.
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: creating software depot

unshar them:

for i in PH*
do
sh $i
done

swcopy them:

mkdir /tmp/my_path_depot
for i in PH*.depot
do
swcopy -s ${PWD}/$i \* @/tmp/my_patch_depot
done

That ought to do it.

Pete

Pete
Yogesh Damle_4
Occasional Contributor

Re: creating software depot

Thank you.
Pete Randall
Outstanding Contributor

Re: creating software depot

Refer to the following thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f
9,00.html

It may not seem to apply at first, but keep reading, I'm sure you'll discover it
s pertinence.

Enjoy the forums,
Pete
$ cat pap

Refer to the following thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html

It may not seem to apply at first, but keep reading, I'm sure you'll discover its pertinence.

Enjoy the forums,
Pete

Pete
Pete Randall
Outstanding Contributor

Re: creating software depot

Oops, sorry for the echo there.

Pete