Changes

From SME Server
Jump to navigationJump to search
359 bytes added ,  17:29, 25 November 2020
no edit summary
Line 119: Line 119:     
  importNewContrib 9 smeserver-mycontrib
 
  importNewContrib 9 smeserver-mycontrib
 +
 +
Or
 +
 +
importNewContrib 9 smeserver-mycontrib ~/smeserver-mycontribs-1.0-1.src.rpm"
    
After it is done you should find a new folder for
 
After it is done you should find a new folder for
Line 168: Line 172:     
  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 186: Line 203:  
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