Difference between revisions of "Add tar file to CVS and build system"

From SME Server
Jump to navigationJump to search
Line 4: Line 4:
  
 
# Make sure you have done an update or prepa in the contribs10 directory
 
# Make sure you have done an update or prepa in the contribs10 directory
# Create the new tar file on your local build system (tar -cvzf smeserver-<contrib>-<version> smeserver-<contrib>-<version>/)
+
# Create the new tar file on your local build system (tar -cvzf smeserver-<contrib>-<version>.tar.gz  smeserver-<contrib>-<version>/)
 
# Send it the remote buildsys (scp?)
 
# Send it the remote buildsys (scp?)
 
# Login into buildsys
 
# Login into buildsys

Revision as of 17:04, 1 December 2022

Adding in an updated tar file to the CVS and buildsystem

  1. Make sure you have done an update or prepa in the contribs10 directory
  2. Create the new tar file on your local build system (tar -cvzf smeserver-<contrib>-<version>.tar.gz smeserver-<contrib>-<version>/)
  3. Send it the remote buildsys (scp?)
  4. Login into buildsys
  5. cvs update -dPA in previously checked out (not anonymous) contribs10 directory (or whereever)
  6. Edit version number in spec file and delete patch commands
  7. Copy new tar file into the contribs10 directory
  8. "make new-sources FILES="contribs-release.tar.gz"
  9. cvs commit -m "comment about commit" (this simultaneously commit spec and tar file)
  10. logout from buildsys
  11. Go to contribs10 file on local build system
  12. prepa (or cvs update -dPA)
  13. Check new spec and tar file and tree (+.old) is correct!
  14. Mockbuild locally
  15. Test it.
  16. Build it on buildsys (make commit tag build)