Changes

Jump to navigation Jump to search
Line 206: Line 206:  
  make mockbuild
 
  make mockbuild
   −
:* IF 64 BITS SYSTEM:
+
{{Note box|msg=the rpm architecture is given by the .spec file, but if you want to bypass it you can specify which architecture you want
BUILDARCH=x86_64 make mockbuild
+
* IF 32 BITS SYSTEM:
 
  −
:* IF 32 BITS SYSTEM:
   
  BUILDARCH=i386 make mockbuild
 
  BUILDARCH=i386 make mockbuild
 
+
* IF 64 BITS SYSTEM:
 +
BUILDARCH=x86_64 make mockbuild}}
 
* Once it builds cleanly on local mock, commit the changes to CVS. Note that you cannot submit the build yet as it will fail due to the new source.
 
* Once it builds cleanly on local mock, commit the changes to CVS. Note that you cannot submit the build yet as it will fail due to the new source.
 
make commit
 
make commit

Navigation menu