[PLDWWW] page changed: howto-git

Mateusz Korniak (matkor) matkor at pld-linux.org
Thu Oct 2 12:25:31 CEST 2014


Renaming  packages

--- https://www.pld-linux.org/howto-git?rev=1408954413
+++ https://www.pld-linux.org/howto-git?rev=1412245531
@@ -201,8 +201,17 @@
  ====Use template specs for new packages ====
  Often it is good idea to start working over new spec starting from spec templates available:
    git clone git://git.pld-linux.org/projects/template-specs.git
  
+ === Rename package ===
+ Assume we want lowercase python-Flask:
+   $ ssh git at git.pld-linux.org   move python-Flask  python-flask
+ try build to download new version:
+   nice builder -v python-flask
+ rename spec file:
+   $ cd python-flask/
+   $ git mv python-Flask.spec  python-flask.spec 
+ Update spec and commit changes.
  =====More information on git=====
  
   [[http://progit.org/book/|"Pro git" book]]
    


Diff URL:
  https://www.pld-linux.org/howto-git?do=diff&r1=1408954413&r2=1412245531
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/


More information about the pld-cvs-commit mailing list