Changes

Jump to navigation Jump to search
Created page with "__TOC__ == Adding in an updated tar file to the CVS and buildsystem == # Create the new tar file on your local build system # Send it the remote buildsys (scp?) # Login into..."
__TOC__

== Adding in an updated tar file to the CVS and buildsystem ==

# Create the new tar file on your local build system
# Send it the remote buildsys (scp?)
# Login into buildsys
# cvs update -dPA in previously checked out (not anonymous) contribs10 directory (or whereever)
# Edit version number in spec file and delete patch commands
# Copy new tar file into the contribs10 directory
# Make newsources FILE="contribs-release.tar.gz"
# cvs commit -m "comment about commit" (this simultaneously commit spec and tar file)
# logout from buildsys
# Go to contribs10 file on local build system
# prepa (or cvs update -dPA)
# Check new spec and tar file and tree (+.old) is correct!
# Mockbuild locally
# Test it.
# Build it on buildsys (make commit tag build)

[[Category:Howto]] [[Category:Developer]]

Navigation menu