Changes

From SME Server
Jump to navigationJump to search
410 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 134: Line 138:  
  scp ~/MYSRPM  koozalishell:/home/KOOZALI/YOURUSER/
 
  scp ~/MYSRPM  koozalishell:/home/KOOZALI/YOURUSER/
   −
====On THE KOOZALI BUILD SERVER (ssh YOURUSER@buildsrv.koozali.org)====
+
====On THE KOOZALI BUILD SERVER====
 +
 
 +
Shell in to buildsys
 +
 
 +
ssh YOURUSER@buildsrv.koozali.org
 +
 
 +
Or
 +
 
 +
ssh koozalishell
 +
 
 +
Now
    
  cd ~/smecontribs
 
  cd ~/smecontribs
Line 158: 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 176: 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