Difference between revisions of "User:Dennisvd@nikhef.nl/SoftwareOverview"

From PDP/Grid Wiki
Jump to navigationJump to search
Line 24: Line 24:
 
! scope="row"| Release
 
! scope="row"| Release
 
|
 
|
When the software is ready to be released it is rolled into a source distribution tarball. The 'make dist' target makes sure this
+
Releasing the tarball requires interaction with several testbed machines. Make good use of the fact that
is a clean tarball without any files that are strictly for development and not for distribution.
+
they share the home directories.
 +
* <tt>svn export svn+ssh://svn@ndpfsvn.nikhef.nl/repos/mwsec/tags/''component''/''tag''</tt>
 
* Run bootstrap on '''fc17.testbed''', to use the newest possible automake/autoconf
 
* Run bootstrap on '''fc17.testbed''', to use the newest possible automake/autoconf
* Run 'make dist' on '''mwsecbuild.testbed'''; this machine has all the required dependencies
+
* Run 'make dist' on '''mwsecbuild.testbed'''; this machine has all the required dependencies for a build
 
|  
 
|  
 
* [[SAC_software_procedures#Release_software_as_tarball|make a tarball]]
 
* [[SAC_software_procedures#Release_software_as_tarball|make a tarball]]

Revision as of 23:09, 17 January 2013

Cheat Sheet

The following table gives an overview of the workflow and procedures involving development and delivery of our software.

resources procedures
Source
  • the software is maintained in a Subversion repository.
    • Access to SVN is configured in the central LDAP database.
  • The software packages follow the GNU coding guidelines, and use automake/autoconf.
  • Before tagging, go through the mandatory checklist:
    • Update configure.ac with the right version
    • make distcheck
    • Update the files BUGS, INSTALL, NEWS, README
    • svn update ; svn log -v > ChangeLog
    • commit to SVN
  • Prior to preparing a release, the software should be tagged.
Release

Releasing the tarball requires interaction with several testbed machines. Make good use of the fact that they share the home directories.

  • svn export svn+ssh://svn@ndpfsvn.nikhef.nl/repos/mwsec/tags/component/tag
  • Run bootstrap on fc17.testbed, to use the newest possible automake/autoconf
  • Run 'make dist' on mwsecbuild.testbed; this machine has all the required dependencies for a build
Packaging
RPM Deb
spec files, mock, koji debian/ directory, cowpoke
Distribution
  • mwsec repository
  • EMI, IGE, UMD and other middleware integrators
  • Fedora, EPEL, Debian, Ubuntu

koji tags, sigul, mash, signed repositories, dput