Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
wiki:rpm_packaging [2016/02/18 22:41] – [Publication] neyronwiki:rpm_packaging [2016/02/18 23:08] – [Publication] neyron
Line 7: Line 7:
 <code bash> <code bash>
 workstation$ git checkout centos6/2.5 workstation$ git checkout centos6/2.5
 +workstation$ git pull --rebase
 workstation$ vi rpm/SPECS/oar.spec workstation$ vi rpm/SPECS/oar.spec
 workstation$ git add rpm/SPECS/oar.spec && git commit workstation$ git add rpm/SPECS/oar.spec && git commit
Line 29: Line 30:
 ==== On RedHat ==== ==== On RedHat ====
  
-To be completed+We only build on Debian. Help yourself.
  
-===== Git push =====+===== Publication =====
  
-If everthing is ok, push to origin+Push the RPMs to archive-oar.imag.fr
  
 <code bash> <code bash>
-workstation$ git push origin centos6/2.5+workstation$ dputrpm ~/rpmbuild/SRPMS/oar-2.5.6-1.el6.src.rpm
 [...] [...]
 +workstation$ git tag centos6/2.5.6-1.el6 -s -m centos6/2.5.6-1.el6
 </code> </code>
-===== Publication ===== 
  
-Push the RPMs to archive-oar.imag.fr+===== Git push ===== 
 + 
 +If everthing is ok, push to origin
  
 <code bash> <code bash>
-workstation$ dputrpm ~/rpmbuild/SRPMS/oar-2.5.6-1.el6.src.rpm +workstation$ git push 
-[...]+workstation$ git push --tags
 </code> </code>
 +
  
 That's it. That's it.
wiki/rpm_packaging.txt · Last modified: 2021/01/22 15:26 by neyron
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki