Add tar file to CVS and build system

From SME Server
Revision as of 17:30, 5 April 2022 by Brianr (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Adding in an updated tar file to the CVS and buildsystem

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