Changes

Jump to navigation Jump to search
174 bytes added ,  00:33, 27 January 2008
Line 148: Line 148:     
Once you are satisfied and want to submit the package to the build server commit your changes. (Please use descriptive comments so that other developers are aware of what is happening.  Comments will appear on the subject line of the commit email that get send to the other developers.)
 
Once you are satisfied and want to submit the package to the build server commit your changes. (Please use descriptive comments so that other developers are aware of what is happening.  Comments will appear on the subject line of the commit email that get send to the other developers.)
 +
 
  cvs commit -m 'msg'
 
  cvs commit -m 'msg'
 +
 +
You can automate the addition of the comments in the spec file with the command 'clog', test your spec is OK, then commit
 +
make clog
 +
msg=`make clog`; cvs commit -m "$msg"
    
Then tag all files as belonging to a particular build version
 
Then tag all files as belonging to a particular build version

Navigation menu