First, you need to the depots using swcopy to a "central location":
#swcopy -x enforce_dependencies=false -s /tmp/First.depot \* @ /depot/MyBigDepot
#swcopy -x enforce_dependencies=false -s /tmp/Second.depot \* @ /depot/MyBigDepot
#swcopy -x enforce_dependencies=false -s /tmp/Third.depot \* @ /depot/MyBigDepot
Second and last, build your depot (The .depot files are actually images of swinstall tapes):
# swpackage -x media_type=tape -s /depot/MyBigDepot \* @ /tmp/MyBigDepot.depot
Create a patch bundle from multiple depots
segunda-feira, 10 de agosto de 2015