Difference between revisions of "RPM Build system"

From Freeside
Jump to: navigation, search
m (Reverted edits by IsletaCordova (Talk); changed back to last version by Ivan)
 
(9 intermediate revisions by 2 users not shown)
Line 12: Line 12:
  
 
== Code ==
 
== Code ==
 +
 +
* [http://freeside.biz/~ivan/rpm_buildsys.tar.gz http://freeside.biz/~ivan/rpm_buildsys.tar.gz]
 +
 +
== See also ==
 +
 +
* [[Freeside:Documentation:RPMBuildSystem]]
 +
* [[Freeside:Documentation:CreatingRPMRepo]]
  
 
= Targets =
 
= Targets =
Line 17: Line 24:
 
== Primary ==
 
== Primary ==
  
* Freeside 1.7, RHEL 4
+
* Freeside 2.1, RHEL and CentOS 5
  
 
== Secondary ==
 
== Secondary ==
  
 +
* RHEL and CentOS 6
 
* Freeside 1.7, SLES 10
 
* Freeside 1.7, SLES 10
* Freeside 1.9, RHEL and CentOS 5
 
  
 
== Tertiary ==
 
== Tertiary ==
  
* Freeside 2.1, RHEL and CentOS 5
+
* Current verions, SLES 10
 +
* SLES 11
  
 
= Future directions =
 
= Future directions =
  
# Check on and make sure the Freeside 1.7 / RHEL build works and all Perl deps are avaialble.
+
# get a repo going for Freeside 2.1 on RHEL/CentOS 5, perl deps, etc.
 
 
# Update repositories for new Perl dependencies for 1.9
 
 
 
 
# Fix problems reliably building current code from CVS (default "force flag" on?), overhaul build system as necessary.  current build system keeps including old code when we try to iterate fixes out to customers.
 
# Fix problems reliably building current code from CVS (default "force flag" on?), overhaul build system as necessary.  current build system keeps including old code when we try to iterate fixes out to customers.
 
+
# Fix to work with current yum/createrepo/mock (drop RHEL/CentOS 4)
 
# Check build system into CVS, figure out how to have rpm signing stuff pull the passphrase from elsewhere, update to new key
 
# Check build system into CVS, figure out how to have rpm signing stuff pull the passphrase from elsewhere, update to new key
 
+
# Optimize build times, omit unneeded platforms, parallelize things, add options to do a specific build only
# Optimize build times, omit unneeded platforms (1.7 on RHEL/CentOS 5), parallelize things, add options to do a specific build only
 
 
 
 
# get a repo going for Freeside 2.1 on RHEL/CentOS 5
 
# get a repo going for Freeside 2.1 on RHEL/CentOS 5
 
+
# Add RT to build (2.1+, RHEL5+)
# Add RT to build (1.9+, RHEL5+)
 

Latest revision as of 18:47, 15 November 2011

Current system

Architecture

  • Uses "mock", "createrepo" and "ovid" (not necessarily attached to those tools)
  • Controlled from Debian 5 server in conjunction with CentOS 5 vserver. (Not attached to this architecture; can move more things to the CentOS side and/or setup a vmware image instead of a vserver if either helps)

Usage

  • enrpm is used to package new Perl deps from CPAN or .tar.gz files and update the repo
  • cvs-check-and-build is used to package new Freeside versions and update the repo

Code

See also

Targets

Primary

  • Freeside 2.1, RHEL and CentOS 5

Secondary

  • RHEL and CentOS 6
  • Freeside 1.7, SLES 10

Tertiary

  • Current verions, SLES 10
  • SLES 11

Future directions

  1. get a repo going for Freeside 2.1 on RHEL/CentOS 5, perl deps, etc.
  2. Fix problems reliably building current code from CVS (default "force flag" on?), overhaul build system as necessary. current build system keeps including old code when we try to iterate fixes out to customers.
  3. Fix to work with current yum/createrepo/mock (drop RHEL/CentOS 4)
  4. Check build system into CVS, figure out how to have rpm signing stuff pull the passphrase from elsewhere, update to new key
  5. Optimize build times, omit unneeded platforms, parallelize things, add options to do a specific build only
  6. get a repo going for Freeside 2.1 on RHEL/CentOS 5
  7. Add RT to build (2.1+, RHEL5+)