Changes

Jump to navigation Jump to search
426 bytes added ,  02:52, 8 December 2021
Line 128: Line 128:  
  ~/smecontribs/rpms/smeserver-mycontrib/contribs9/
 
  ~/smecontribs/rpms/smeserver-mycontrib/contribs9/
   −
Also you should find your contrib listed in module file ~/smecontribs/CVSROOT/modules
+
Remember to add your module so buildsys knows about it:
 +
 
 +
~/smecontribs/CVSROOT/modules
 +
 
 +
Add a line like this:
 +
 
 +
smeserver-mycontrib rpms/smeserver-mycontrib &common
 +
 
 +
Then commit it
 +
 
 +
cvs commit -m "add smeserver-mycontrib to modules"
    
As listed after the script you should send your srpm to the buildserver, one way is  (replace ~/MYSRPM and YOURUSER)
 
As listed after the script you should send your srpm to the buildserver, one way is  (replace ~/MYSRPM and YOURUSER)
Line 172: Line 182:     
  rm -f clog
 
  rm -f clog
 +
cvs commit -m "$(make clog)"
 +
 +
I found if I did this I got an error:
 +
 +
cvs commit: file 'import.log' had a conflict and has not been modified
 +
cvs [commit aborted]: correct above errors first!
 +
 +
I did this to clear it IN THE DIRECTORY:
 +
 +
rm -rf *
 +
cd ..
 +
cvs update -dPA
 +
cd contribs10
 
  cvs commit -m "$(make clog)"
 
  cvs commit -m "$(make clog)"
   Line 190: Line 213:  
Create a srpm file
 
Create a srpm file
   −
The import as above
+
Then import as above.
 
        −
<noinclude>[[Category:SME9-Development]
+
[[Category:SME9-Development]]

Navigation menu