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
Last revisionBoth sides next revision
wiki:rpm_packaging [2016/02/18 22:55] neyronwiki:rpm_packaging [2021/01/22 15:26] – [Adapt the spec file] neyron
Line 6: Line 6:
  
 <code bash> <code bash>
-workstation$ git checkout centos6/2.5+workstation$ git checkout centos7/2.5
 workstation$ git pull --rebase workstation$ git pull --rebase
 workstation$ vi rpm/SPECS/oar.spec workstation$ vi rpm/SPECS/oar.spec
Line 32: Line 32:
 We only build on Debian. Help yourself. 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