CVS: src/si/phase3/finalize copyrpm.xml,1.5,1.6 initrpm.xml,1.6,1.7 tarball.xml,1.5,1.6
Mats Wichmann <[email protected]> Thu, 24 Apr 2003 13:23:44 -0700
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/lsb/src/si/phase3/finalize
In directory sc8-pr-cvs1:/tmp/cvs-serv11339/phase3/finalize
Modified Files:
copyrpm.xml initrpm.xml tarball.xml
Log Message:
First pass at adding s390 support. Also, in a few places,
anticipating work and added the other three architectures
(s390x, ppc64, x86_64). The xml in this checkin is untested!
Index: copyrpm.xml
===================================================================
RCS file: /cvsroot/lsb/src/si/phase3/finalize/copyrpm.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** copyrpm.xml 28 Dec 2002 17:37:32 -0000 1.5
--- copyrpm.xml 24 Apr 2003 20:23:40 -0000 1.6
***************
*** 24,27 ****
--- 24,34 ----
</copy>
</ppc32>
+ <s390>
+ <copy>
+ <base>&LSBsi-phase3;</base>
+ <source>&LSBsi-phase2;/&packages_dir;/&lsbrpm-s390-package;</source>
+ <destination>&LSBsi-phase3;/tmp</destination>
+ </copy>
+ </s390>
</cond>
Index: initrpm.xml
===================================================================
RCS file: /cvsroot/lsb/src/si/phase3/finalize/initrpm.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** initrpm.xml 28 Dec 2002 17:37:32 -0000 1.6
--- initrpm.xml 24 Apr 2003 20:23:40 -0000 1.7
***************
*** 55,58 ****
--- 55,67 ----
<remove>/tmp/&lsbrpm-ppc32-package;</remove>
</ppc32>
+ <s390>
+ <execute>
+ <command>rpm</command>
+ <param>--install</param>
+ <param>--nodeps</param>
+ <param>/tmp/&lsbrpm-s390-package;</param>
+ </execute>
+ <remove>/tmp/&lsbrpm-s390-package;</remove>
+ </s390>
</cond>
Index: tarball.xml
===================================================================
RCS file: /cvsroot/lsb/src/si/phase3/finalize/tarball.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** tarball.xml 28 Dec 2002 17:37:32 -0000 1.5
--- tarball.xml 24 Apr 2003 20:23:41 -0000 1.6
***************
*** 27,29 ****
--- 27,65 ----
</execute>
</ppc32>
+ <ppc64>
+ <execute>
+ <base>&LSBsi-phase3;/..</base>
+ <command>tar</command>
+ <param>-cf</param>
+ <param>lsbsi-ppc64-&LSBsi-version;.tar</param>
+ <param>lsbsi</param>
+ </execute>
+ </ppc32>
+ <s390>
+ <execute>
+ <base>&LSBsi-phase3;/..</base>
+ <command>tar</command>
+ <param>-cf</param>
+ <param>lsbsi-s390-&LSBsi-version;.tar</param>
+ <param>lsbsi</param>
+ </execute>
+ </s390>
+ <s390x>
+ <execute>
+ <base>&LSBsi-phase3;/..</base>
+ <command>tar</command>
+ <param>-cf</param>
+ <param>lsbsi-s390x-&LSBsi-version;.tar</param>
+ <param>lsbsi</param>
+ </execute>
+ </s390x>
+ <x86_64>
+ <execute>
+ <base>&LSBsi-phase3;/..</base>
+ <command>tar</command>
+ <param>-cf</param>
+ <param>lsbsi-x86_64-&LSBsi-version;.tar</param>
+ <param>lsbsi</param>
+ </execute>
+ </x86_64>
</cond>